We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f034f1 commit 05fe7dcCopy full SHA for 05fe7dc
1 file changed
go/cmd/gitter/repository.go
@@ -966,6 +966,6 @@ func (r *Repository) GetLocalTags(ctx context.Context) (map[string]SHA1, error)
966
// GetRemoteTags uses git ls-remote to get tags from remote git repository
967
func (r *Repository) GetRemoteTags(ctx context.Context) (map[string]SHA1, error) {
968
cmd := prepareCmd(ctx, "", []string{"GIT_TERMINAL_PROMPT=0"}, "git", "ls-remote", "--tags", "--quiet", r.URL)
969
-
+
970
return r.runAndParseTags(ctx, cmd)
971
}
0 commit comments