From 648464b504755ee96187692fbe59acc2eec5bddf Mon Sep 17 00:00:00 2001 From: John Olheiser Date: Tue, 24 Aug 2021 11:47:09 -0500 Subject: Add bundle download for repository (#14538) * Add bundle download Signed-off-by: jolheiser * Fix fmt Signed-off-by: jolheiser * Fix build tags Signed-off-by: jolheiser * Download specific commit Signed-off-by: jolheiser --- modules/git/repo_base_gogit.go | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/git/repo_base_gogit.go') diff --git a/modules/git/repo_base_gogit.go b/modules/git/repo_base_gogit.go index 6186824c0b..afa5383b11 100644 --- a/modules/git/repo_base_gogit.go +++ b/modules/git/repo_base_gogit.go @@ -3,6 +3,7 @@ // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. +//go:build gogit // +build gogit package git -- cgit v1.2.3