From: Ævar Arnfjörð Bjarmason Date: Wed, 23 Dec 2020 01:35:46 +0000 (+0100) Subject: mktag doc: say not X-Git-Tag: v2.31.0-rc0~111^2~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f59b61dc4d0bb4e5e3bc8c48894ad346ece8cdbe;p=thirdparty%2Fgit.git mktag doc: say not 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-mktag.txt b/Documentation/git-mktag.txt index fa6a756123..a158428eb9 100644 --- a/Documentation/git-mktag.txt +++ b/Documentation/git-mktag.txt @@ -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 + object type tag tagger