]> Cypherpunks.ru repositories - gostls13.git/commit
build: change all.bash output to be more markdown-friendly
authorRuss Cox <rsc@golang.org>
Wed, 10 Dec 2014 15:45:59 +0000 (10:45 -0500)
committerRuss Cox <rsc@golang.org>
Sat, 13 Dec 2014 00:03:23 +0000 (00:03 +0000)
commitd160d1bc878566ad62a5426956b23b95403513c7
treef05cc7232e248a7bcf3832e27c57e9ebc046e0dd
parentb7a2b1e980f3f8471f87cd9108d4461b88e39f76
build: change all.bash output to be more markdown-friendly

People keep pasting all.bash output into GitHub bugs, which turns
the # lines into <h1> headlines. Add some more #s so that the
bug reports are more readable. Not ideal but seems like the best
of a few bad options.

Change-Id: I4c69930ec304b2d504d7cd66221281a8577b87ae
Reviewed-on: https://go-review.googlesource.com/1286
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/make.bash
src/make.bat
src/run.bash
src/run.bat