git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
72ffeb9
)
mktag doc: say <hash> not <sha1>
author
Ævar Arnfjörð Bjarmason
<redacted>
Wed, 23 Dec 2020 01:35:46 +0000
(
02:35
+0100)
committer
Junio C Hamano
<redacted>
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/git-mktag.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-mktag.txt
b/Documentation/git-mktag.txt
index fa6a7561236f70808994cf63c37b400b6e337318..a158428eb9fc2608873d737363a36e9b3e5cd550 100644
(file)
--- 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>
git clone https://git.99rst.org/PROJECT