Skip to content

Commit

Permalink
doc: update go1.6.txt
Browse files Browse the repository at this point in the history
Mention shallow clones.

Fixes golang#13204

Change-Id: I0ed9d4e829d388425beba0d64e6889d16d4bb173
Reviewed-on: https://go-review.googlesource.com/16822
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
bradfitz committed Nov 11, 2015
1 parent 7d1d642 commit a9a7e40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/go1.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Tools:
cmd/go: vendoring enabled by default (https://golang.org/cl/13967/)
cmd/go: flags for tests must precede package name if present; also makes it easier to pass flags to test binaries (https://golang.org/cl/14826)
cmd/go: add -msan option (https://golang.org/cl/16169)
cmd/go: use shallow clones for new git checkouts (https://golang.org/cl/16360)
cmd/compile: add -msan option (https://golang.org/cl/16160)
cmd/link: add -msan option (https://golang.org/cl/16161)

Expand Down

0 comments on commit a9a7e40

Please sign in to comment.