X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-tag.txt;h=b605e6caa2a9510ffd0825d6f721b881f1826863;hb=0513f241cc2d757371dc7ba6b065366de044862e;hp=9712392f7946366129056ed8a0b7b8fab83c0ed5;hpb=4c414e2e09607d53141573710ef6d79db2aa64ae;p=git.git diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt index 9712392f7..b605e6caa 100644 --- a/Documentation/git-tag.txt +++ b/Documentation/git-tag.txt @@ -9,10 +9,10 @@ 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' -d ... -'git-tag' [-n[]] -l [] -'git-tag' -v ... +'git tag' [-a | -s | -u ] [-f] [-m | -F ] [] +'git tag' -d ... +'git tag' [-n[]] -l [] +'git tag' -v ... DESCRIPTION ----------- @@ -82,7 +82,7 @@ OPTIONS CONFIGURATION ------------- -By default, git-tag in sign-with-default mode (-s) will use your +By default, 'git-tag' in sign-with-default mode (-s) will use your committer identity (of the form "Your Name ") to find a key. If you want to use a different default key, you can specify it in the repository configuration as follows: @@ -118,12 +118,12 @@ and be done with it. . The insane thing. You really want to call the new version "X" too, 'even though' -others have already seen the old one. So just use "git tag -f" +others have already seen the old one. So just use 'git-tag -f' again, as if you hadn't already published the old one. However, Git does *not* (and it should not) change tags behind -users back. So if somebody already got the old tag, doing a "git -pull" on your tree shouldn't just make them overwrite the old +users back. So if somebody already got the old tag, doing a +'git-pull' on your tree shouldn't just make them overwrite the old one. If somebody got a release tag from you, you cannot just change @@ -177,7 +177,7 @@ private anchor point tags from the other person. You would notice "please pull" messages on the mailing list says repo URL and branch name alone. This is designed to be easily -cut&pasted to "git fetch" command line: +cut&pasted to a 'git-fetch' command line: ------------ Linus, please pull from @@ -255,4 +255,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list