Skip to content

Commit

Permalink
cmd/go: explicitly name the default branch “main” in testdata/vcstest…
Browse files Browse the repository at this point in the history
…/git/issue57650.txt

Updates golang#47650.

Change-Id: I90c0a51b390326129643d5b90fe935d44e5e5372
Reviewed-on: https://go-review.googlesource.com/c/go/+/549155
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Bryan Mills <bcmills@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
  • Loading branch information
Bryan C. Mills authored and ezz-no committed Feb 17, 2024
1 parent 59652de commit c00de46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmd/go/testdata/vcstest/git/issue47650.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ git init
at 2021-08-11T13:52:00-04:00
git add cmd
git commit -m 'add cmd/issue47650'
git branch -m main
git tag v0.1.0

git add go.mod
Expand Down

0 comments on commit c00de46

Please sign in to comment.