summaryrefslogtreecommitdiffstats
path: root/git-tag.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-05-04 07:07:37 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-05-04 07:07:37 +0000
commitee62a7b284d15bc30fbbca7fd3bf86710de148bc (patch)
tree9bea66cd0765cccc098c9c018e5734e36a2c9e6f /git-tag.txt
parentb63afffe7defea8a86848a96bea694e7fa0dc0cd (diff)
downloadgit-htmldocs-ee62a7b284d15bc30fbbca7fd3bf86710de148bc.tar.gz
Autogenerated HTML docs for v1.5.2-rc1-20-g86b9
Diffstat (limited to 'git-tag.txt')
-rw-r--r--git-tag.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/git-tag.txt b/git-tag.txt
index 70235e8dd..4e3e02756 100644
--- a/git-tag.txt
+++ b/git-tag.txt
@@ -9,9 +9,10 @@ git-tag - Create, list, delete or verify a tag object signed with GPG
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
-----------
@@ -77,8 +78,10 @@ committer identity (of the form "Your Name <your@email.address>") to
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