X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-tag.txt;h=046ab3542bab4048fe07c8a6718d63f9cd9e3791;hb=2d7a3532c78bace2f3631ab0e594f713dcab9916;hp=b605e6caa2a9510ffd0825d6f721b881f1826863;hpb=671d3220359145edd1002dc0afe76bc5782597f3;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 --------------