Documentation/git-tag: the command can be used to also verify a tag.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2007-01-17 01:08:30 -08:00
Родитель e30b217ba4
Коммит 79d5b81fee
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -3,7 +3,7 @@ git-tag(1)
NAME NAME
---- ----
git-tag - Create a tag object signed with GPG git-tag - Create or verify a tag object signed with GPG
SYNOPSIS SYNOPSIS

Просмотреть файл

@ -246,7 +246,7 @@ gitlink:git-symbolic-ref[1]::
Read and modify symbolic refs. Read and modify symbolic refs.
gitlink:git-tag[1]:: gitlink:git-tag[1]::
An example script to create a tag object signed with GPG. Create or verify a tag object signed with GPG.
gitlink:git-update-ref[1]:: gitlink:git-update-ref[1]::
Update the object name stored in a ref safely. Update the object name stored in a ref safely.