summaryrefslogtreecommitdiffstats
path: root/git-tag.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-01-28 10:29:21 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-01-28 10:29:21 +0000
commita890c4fca84a2a5c7835fe6432ede3e7c4e5426b (patch)
treead9b28547465ff5d9f18592e8c1288bcb6a70153 /git-tag.txt
parent42b7867a76b70bb30e825bc111b7468bc3c43fa0 (diff)
downloadgit-htmldocs-a890c4fca84a2a5c7835fe6432ede3e7c4e5426b.tar.gz
Autogenerated HTML docs for v1.5.0-rc2-61-g1b60
Diffstat (limited to 'git-tag.txt')
-rw-r--r--git-tag.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/git-tag.txt b/git-tag.txt
index 13c7aefbf..3f01e0bfc 100644
--- a/git-tag.txt
+++ b/git-tag.txt
@@ -70,6 +70,16 @@ OPTIONS
Take the tag message from the given file. Use '-' to
read the message from the standard input.
+CONFIGURATION
+-------------
+By default, git-tag in sign-with-default mode (-s) will use your
+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>
+
Author
------
Written by Linus Torvalds <torvalds@osdl.org>,