Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit 6b3f46b

Browse files
committed
git: s/fetch/returns/ on Tag function doc
This is to avoid any ambiguity with the act of "fetching" in git in general. Signed-off-by: Chris Marchesi <chrism@vancluevertech.com>
1 parent 01631f0 commit 6b3f46b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repository.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ func (r *Repository) buildTagSignature(tag *object.Tag, signKey *openpgp.Entity)
581581
return b.String(), nil
582582
}
583583

584-
// Tag fetches a tag from the repository.
584+
// Tag returns a tag from the repository.
585585
//
586586
// If you want to check to see if the tag is an annotated tag, you can call
587587
// TagObject on the hash of the reference in ForEach:

0 commit comments

Comments
 (0)