summaryrefslogtreecommitdiff
path: root/Documentation/git-tag.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2005-12-11 16:49:45 -0800
committerLibravatar Junio C Hamano <junkio@cox.net>2005-12-11 16:49:45 -0800
commita9572072f0ab0ac97e64b0dc01254a3ad95befe1 (patch)
tree2375e3b4aea11444375f9f587c8ca4cd8d22d6d0 /Documentation/git-tag.txt
parentGIT 0.99.9l aka 1.0rc4 (diff)
parentt/t6022: a new test for renaming merge. (diff)
downloadtgif-a9572072f0ab0ac97e64b0dc01254a3ad95befe1.tar.xz
GIT 0.99.9m aka 1.0rc5
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-tag.txt')
-rw-r--r--Documentation/git-tag.txt40
1 files changed, 20 insertions, 20 deletions
diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt
index 841c9dcf97..e8892bb0b0 100644
--- a/Documentation/git-tag.txt
+++ b/Documentation/git-tag.txt
@@ -10,26 +10,6 @@ SYNOPSIS
--------
'git-tag' [-a | -s | -u <key-id>] [-f | -d] [-m <msg>] <name> [<head>]
-OPTIONS
--------
--a::
- Make an unsigned, annotated tag object
-
--s::
- Make a GPG-signed tag, using the default e-mail address's key
-
--u <key-id>::
- Make a GPG-signed tag, using the given key
-
--f::
- Replace an existing tag with the given name (instead of failing)
-
--d::
- Delete an existing tag with the given name
-
--m <msg>::
- Use the given tag message (instead of prompting)
-
DESCRIPTION
-----------
Adds a 'tag' reference in .git/refs/tags/
@@ -52,6 +32,26 @@ GnuPG key for signing.
`-d <tag>` deletes the tag.
+OPTIONS
+-------
+-a::
+ Make an unsigned, annotated tag object
+
+-s::
+ Make a GPG-signed tag, using the default e-mail address's key
+
+-u <key-id>::
+ Make a GPG-signed tag, using the given key
+
+-f::
+ Replace an existing tag with the given name (instead of failing)
+
+-d::
+ Delete an existing tag with the given name
+
+-m <msg>::
+ Use the given tag message (instead of prompting)
+
Author
------