We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed7e18 commit ce9b678Copy full SHA for ce9b678
1 file changed
go/cmd/gitter/repository.go
@@ -903,6 +903,6 @@ func (r *Repository) GetLocalTags(ctx context.Context) (map[string]SHA1, error)
903
// GetRemoteTags uses git ls-remote to get tags from remote git repository
904
func (r *Repository) GetRemoteTags(ctx context.Context) (map[string]SHA1, error) {
905
cmd := prepareCmd(ctx, "", []string{"GIT_TERMINAL_PROMPT=0"}, "git", "ls-remote", "--tags", "--quiet", r.URL)
906
-
+
907
return r.runAndParseTags(ctx, cmd)
908
}
0 commit comments