diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2020-12-23 02:35:46 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-12-22 17:49:05 -0800 |
commit | f59b61dc4d0bb4e5e3bc8c48894ad346ece8cdbe (patch) | |
tree | 127407883b56c2558b6c4ce9f6931082d13276b1 /Documentation | |
parent | Ninth batch (diff) | |
download | tgif-f59b61dc4d0bb4e5e3bc8c48894ad346ece8cdbe.tar.xz |
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')
-rw-r--r-- | Documentation/git-mktag.txt | 2 |
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> |