summaryrefslogtreecommitdiffstats
path: root/git-tag.html
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.html
parentb63afffe7defea8a86848a96bea694e7fa0dc0cd (diff)
downloadgit-htmldocs-ee62a7b284d15bc30fbbca7fd3bf86710de148bc.tar.gz
Autogenerated HTML docs for v1.5.2-rc1-20-g86b9
Diffstat (limited to 'git-tag.html')
-rw-r--r--git-tag.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/git-tag.html b/git-tag.html
index 57989527a..80358e084 100644
--- a/git-tag.html
+++ b/git-tag.html
@@ -273,9 +273,10 @@ git-tag(1) Manual Page
<h2>SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<div class="content"><em>git-tag</em> [-a | -s | -u &lt;key-id&gt;] [-f | -v] [-m &lt;msg&gt; | -F &lt;file&gt;] &lt;name&gt; [&lt;head&gt;]
+<div class="content"><em>git-tag</em> [-a | -s | -u &lt;key-id&gt;] [-f] [-m &lt;msg&gt; | -F &lt;file&gt;] &lt;name&gt; [&lt;head&gt;]
<em>git-tag</em> -d &lt;name&gt;&#8230;
-<em>git-tag</em> -l [&lt;pattern&gt;]</div></div>
+<em>git-tag</em> -l [&lt;pattern&gt;]
+<em>git-tag</em> -v &lt;name&gt;</div></div>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
@@ -381,9 +382,10 @@ if no pattern is given).</p>
committer identity (of the form "Your Name &lt;your@email.address&gt;") to
find a key. If you want to use a different default key, you can specify
it in the repository configuration as follows:</p>
-<div class="literalblock">
+<div class="listingblock">
<div class="content">
-<pre><tt>signingkey = &lt;gpg-key-id&gt;</tt></pre>
+<pre><tt>[user]
+ signingkey = &lt;gpg-key-id&gt;</tt></pre>
</div></div>
</div>
<h2>DISCUSSION</h2>
@@ -519,7 +521,7 @@ Junio C Hamano &lt;junkio@cox.net&gt; and Chris Wright &lt;chrisw@osdl.org&gt;.<
</div>
<div id="footer">
<div id="footer-text">
-Last updated 04-Apr-2007 18:34:30 UTC
+Last updated 04-May-2007 07:07:21 UTC
</div>
</div>
</body>