Skip to content

Commit 5ab18b3

Browse files
authored
Add link to my upstream go-git issue
1 parent d8fcd27 commit 5ab18b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/bashbrew/git.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ func (r Repo) fetchGitRepo(arch string, entry *manifest.Manifest2822Entry) (stri
268268
// Git (and more recently, GitHub) support "git fetch"ing a specific commit directly!
269269
// (The "actions/checkout@v2" GitHub action uses this to fetch commits for running workflows even after branches are deleted!)
270270
// https://github.com/git/git/commit/f8edeaa05d8623a9f6dad408237496c51101aad8
271-
// (Unfortunately, github.com/go-git/go-git/v5 does not support fetching a commit like this from what I can figure, so we have to shell out.)
271+
// (Unfortunately, github.com/go-git/go-git/v5 does not support fetching a commit like this from what I can figure [https://github.com/go-git/go-git/issues/56], so we have to shell out.)
272272
func fetchGitCommit(arch string, entry *manifest.Manifest2822Entry, gitRemote, fetchString string) error {
273273
commit := entry.ArchGitCommit(arch)
274274
if commit == "FETCH_HEAD" {

0 commit comments

Comments
 (0)