X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-tag.txt;h=046ab3542bab4048fe07c8a6718d63f9cd9e3791;hb=d1983677f75469d177b0b948f0b66ad3471a26a2;hp=b605e6caa2a9510ffd0825d6f721b881f1826863;hpb=e636799b4d6a6a8abad151697eae27044bb8e95b;p=git.git diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt index b605e6caa..046ab3542 100644 --- a/Documentation/git-tag.txt +++ b/Documentation/git-tag.txt @@ -9,7 +9,8 @@ git-tag - Create, list, delete or verify a tag object signed with GPG SYNOPSIS -------- [verse] -'git tag' [-a | -s | -u ] [-f] [-m | -F ] [] +'git tag' [-a | -s | -u ] [-f] [-m | -F ] + [ | ] 'git tag' -d ... 'git tag' [-n[]] -l [] 'git tag' -v ... @@ -247,7 +248,7 @@ $ GIT_COMMITTER_DATE="2006-10-02 10:31" git tag -s v1.0.1 Author ------ Written by Linus Torvalds , -Junio C Hamano and Chris Wright . +Junio C Hamano and Chris Wright . Documentation --------------