aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-mktag.txt
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2020-12-23 02:35:46 +0100
committerJunio C Hamano <gitster@pobox.com>2020-12-22 17:49:05 -0800
commitf59b61dc4d0bb4e5e3bc8c48894ad346ece8cdbe (patch)
tree127407883b56c2558b6c4ce9f6931082d13276b1 /Documentation/git-mktag.txt
parent72ffeb997eaf999f6938b2a7e0d9a75dcceaa311 (diff)
downloadgit-f59b61dc4d0bb4e5e3bc8c48894ad346ece8cdbe.tar.gz
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 <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-mktag.txt')
-rw-r--r--Documentation/git-mktag.txt2
1 files changed, 1 insertions, 1 deletions
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 <sha1>
+ object <hash>
type <typename>
tag <tagname>
tagger <tagger>