diff --git a/cmd/bashbrew/git.go b/cmd/bashbrew/git.go index 9a424d8..4fffdf1 100644 --- a/cmd/bashbrew/git.go +++ b/cmd/bashbrew/git.go @@ -280,6 +280,7 @@ func (r Repo) fetchGitRepo(arch string, entry *manifest.Manifest2822Entry) (stri err := gitRemote.Fetch(&goGit.FetchOptions{ RefSpecs: []goGitConfig.RefSpec{goGitConfig.RefSpec(fetchString)}, Tags: goGit.NoTags, + Depth: 1, //Progress: os.Stdout, })