summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ff06c74)
raw | patch | inline | side by side (parent: ff06c74)
author | Jonas Fonseca <fonseca@diku.dk> | |
Tue, 1 May 2007 07:24:59 +0000 (09:24 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 4 May 2007 06:27:03 +0000 (23:27 -0700) |
When the -v is passed, git-tag will exit after it is processed like it
does with the -d and -l options. Additionally, missing code block caused
wrong rendering of an option example.
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
does with the -d and -l options. Additionally, missing code block caused
wrong rendering of an option example.
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-tag.txt | patch | blob | history |
index 70235e8ddb3e43805d699dd0bf264f585409697e..4e3e02756c8863dbc6fe1d745e1a8c9a97c18919 100644 (file)
SYNOPSIS
--------
[verse]
-'git-tag' [-a | -s | -u <key-id>] [-f | -v] [-m <msg> | -F <file>] <name> [<head>]
+'git-tag' [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <name> [<head>]
'git-tag' -d <name>...
'git-tag' -l [<pattern>]
+'git-tag' -v <name>
DESCRIPTION
-----------
find a key. If you want to use a different default key, you can specify
it in the repository configuration as follows:
+-------------------------------------
[user]
signingkey = <gpg-key-id>
+-------------------------------------
DISCUSSION