Skip to content

Commit f59b61d

Browse files
avargitster
authored andcommitted
mktag doc: say <hash> not <sha1>
Change the "mktag" documentation to refer to the input hash as just "hash", not "sha1". This command has supported SHA-256 for a while now. Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 72ffeb9 commit f59b61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-mktag.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Tag Format
2323
A tag signature file, to be fed to this command's standard input,
2424
has a very simple fixed format: four lines of
2525

26-
object <sha1>
26+
object <hash>
2727
type <typename>
2828
tag <tagname>
2929
tagger <tagger>

0 commit comments

Comments
 (0)