summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 03f6c23)
raw | patch | inline | side by side (parent: 03f6c23)
author | Nikolai Weibull <mailing-lists.git@rawuncut.elitemail.org> | |
Thu, 8 Dec 2005 23:28:05 +0000 (00:28 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 8 Dec 2005 23:50:15 +0000 (15:50 -0800) |
Signed-off-by: Nikolai Weibull <nikolai@bitwi.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-tag.txt | patch | blob | history |
index 841c9dcf97e3464753818b7e2b49b5e6594c2364..e8892bb0b05884c379b9b32548c799bd0aca6f1b 100644 (file)
--------
'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/
`-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
------