]> git.ipfire.org Git - thirdparty/git.git/commitdiff
mktag doc: say <hash> not <sha1>
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Wed, 23 Dec 2020 01:35:46 +0000 (02:35 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Dec 2020 01:49:05 +0000 (17:49 -0800)
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 <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-mktag.txt

index fa6a7561236f70808994cf63c37b400b6e337318..a158428eb9fc2608873d737363a36e9b3e5cd550 100644 (file)
@@ -23,7 +23,7 @@ Tag Format
 A tag signature file, to be fed to this command's standard input,
 has a very simple fixed format: four lines of
 
-  object <sha1>
+  object <hash>
   type <typename>
   tag <tagname>
   tagger <tagger>