From ccd992355df7192993c666236047820244914598 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 16 Apr 2024 21:19:13 +0200 Subject: Adding upstream version 1.21.8. Signed-off-by: Daniel Baumann --- .../script/mod_download_git_bareRepository.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/cmd/go/testdata/script/mod_download_git_bareRepository.txt (limited to 'src/cmd/go/testdata/script/mod_download_git_bareRepository.txt') diff --git a/src/cmd/go/testdata/script/mod_download_git_bareRepository.txt b/src/cmd/go/testdata/script/mod_download_git_bareRepository.txt new file mode 100644 index 0000000..8050461 --- /dev/null +++ b/src/cmd/go/testdata/script/mod_download_git_bareRepository.txt @@ -0,0 +1,19 @@ +[short] skip +[!git] skip +[!GOOS:linux] skip # Uses XDG_CONFIG_HOME + +env GIT_CONFIG_GLOBAL=$WORK/.gitconfig +env GOPRIVATE=vcs-test.golang.org + +go mod download -x + +-- go.mod -- +module test + +go 1.18 + +require vcs-test.golang.org/git/gitrepo1.git v1.2.3 + +-- $WORK/.gitconfig -- +[safe] +bareRepository = explicit -- cgit v1.2.3