Skip to content

Commit 749f6e9

Browse files
mpxBryan C. Mills
authored and
Bryan C. Mills
committed
doc/go1.18: document Fossil/Bazaar and commit time build tag support
Change-Id: I032791a3cda1916099b0fd2955dcca4e69763660 Reviewed-on: https://go-review.googlesource.com/c/go/+/357958 Trust: Ian Lance Taylor <[email protected]> Reviewed-by: Bryan C. Mills <[email protected]>
1 parent 063ff7f commit 749f6e9

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

doc/go1.18.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,13 @@ <h3 id="go-command">Go command</h3>
6767

6868
<p><!-- golang.org/issue/37475 -->
6969
The <code>go</code> command now embeds version control information in
70-
binaries including the currently checked-out revision and a flag indicating
71-
whether edited or untracked files are present. Version control information
72-
is embedded if the <code>go</code> command is invoked in a directory within a
73-
Git or Mercurial repository, and the <code>main</code> package and its
74-
containing main module are in the same repository. This information may be
75-
omitted using the flag <code>-buildvcs=false</code>.
70+
binaries including the currently checked-out revision, commit time, and a
71+
flag indicating whether edited or untracked files are present. Version
72+
control information is embedded if the <code>go</code> command is invoked in
73+
a directory within a Git, Mercurial, Fossil, or Bazaar repository, and the
74+
<code>main</code> package and its containing main module are in the same
75+
repository. This information may be omitted using the flag
76+
<code>-buildvcs=false</code>.
7677
</p>
7778

7879
<p><!-- golang.org/issue/37475 -->

0 commit comments

Comments
 (0)