]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.18: document Fossil/Bazaar and commit time build tag support
authorMark Pulford <mark@kyne.com.au>
Fri, 22 Oct 2021 07:41:41 +0000 (18:41 +1100)
committerBryan C. Mills <bcmills@google.com>
Wed, 27 Oct 2021 21:37:54 +0000 (21:37 +0000)
Change-Id: I032791a3cda1916099b0fd2955dcca4e69763660
Reviewed-on: https://go-review.googlesource.com/c/go/+/357958
Trust: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
doc/go1.18.html

index 63a6ed8fcd8d934e0b73883bfe8c0e233bc33a42..875577fd10d6f16be1ab939025ae4f6a7e4d0f84 100644 (file)
@@ -67,12 +67,13 @@ Do not send CLs removing the interior tags from such phrases.
 
 <p><!-- golang.org/issue/37475 -->
   The <code>go</code> command now embeds version control information in
-  binaries including the currently checked-out revision and a flag indicating
-  whether edited or untracked files are present. Version control information
-  is embedded if the <code>go</code> command is invoked in a directory within a
-  Git or Mercurial repository, and the <code>main</code> package and its
-  containing main module are in the same repository. This information may be
-  omitted using the flag <code>-buildvcs=false</code>.
+  binaries including the currently checked-out revision, commit time, and a
+  flag indicating whether edited or untracked files are present. Version
+  control information is embedded if the <code>go</code> command is invoked in
+  a directory within a Git, Mercurial, Fossil, or Bazaar repository, and the
+  <code>main</code> package and its containing main module are in the same
+  repository. This information may be omitted using the flag
+  <code>-buildvcs=false</code>.
 </p>
 
 <p><!-- golang.org/issue/37475 -->