You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/cmd/go/testdata/script/get_issue53955.txt
+14-2
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,16 @@
7
7
[!git] skip
8
8
[!net:github.com] skip 'does not actually use github.com because of insteadOf, but silence network check just in case'
9
9
10
-
env GIT_CONFIG_GLOBAL=$WORK/.gitconfig
10
+
# Redirect git to a test-specific .gitconfig.
11
+
# GIT_CONFIG_GLOBAL suffices for git 2.32.0 and newer.
0 commit comments