summaryrefslogtreecommitdiffstats
path: root/git-tag.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-08-26 01:35:22 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-08-26 01:35:22 +0000
commitc276ec7ab95dc6ec845997be86a586c05b26bc2e (patch)
treef949aabb3ae5f186f2bc75992c0ef8ad0377e1ef /git-tag.html
parentbed00e716afd5ca14f313c92c54ae41bf20167dd (diff)
downloadgit-htmldocs-c276ec7ab95dc6ec845997be86a586c05b26bc2e.tar.gz
Autogenerated HTML docs for v1.6.4.1-196-g31f0b
Diffstat (limited to 'git-tag.html')
-rw-r--r--git-tag.html27
1 files changed, 20 insertions, 7 deletions
diff --git a/git-tag.html b/git-tag.html
index 8eb007d8d..a5b042875 100644
--- a/git-tag.html
+++ b/git-tag.html
@@ -322,16 +322,14 @@ git-tag(1) Manual Page
<div class="sectionbody">
<div class="verseblock">
<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;commit&gt; | &lt;object&gt;]
-<em>git tag</em> -d &lt;name&gt;&#8230;
+ &lt;tagname&gt; [&lt;commit&gt; | &lt;object&gt;]
+<em>git tag</em> -d &lt;tagname&gt;&#8230;
<em>git tag</em> [-n[&lt;num&gt;]] -l [--contains &lt;commit&gt;] [&lt;pattern&gt;]
-<em>git tag</em> -v &lt;name&gt;&#8230;</div></div>
+<em>git tag</em> -v &lt;tagname&gt;&#8230;</div></div>
</div>
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
-<div class="para"><p>Adds a <em>tag</em> reference in <tt>.git/refs/tags/</tt>. The tag &lt;name&gt; must pass
-<a href="git-check-ref-format.html">git-check-ref-format(1)</a> which basicly means that control characters,
-space, ~, ^, :, ?, *, [ and \ are prohibited.</p></div>
+<div class="para"><p>Adds a tag reference in <tt>.git/refs/tags/</tt>.</p></div>
<div class="para"><p>Unless <tt>-f</tt> is given, the tag must not yet exist in
<tt>.git/refs/tags/</tt> directory.</p></div>
<div class="para"><p>If one of <tt>-a</tt>, <tt>-s</tt>, or <tt>-u &lt;key-id&gt;</tt> is passed, the command
@@ -450,6 +448,17 @@ GnuPG key for signing.</p></div>
is given.
</p>
</dd>
+<dt>
+&lt;tagname&gt;
+</dt>
+<dd>
+<p>
+ The name of the tag to create, delete, or describe.
+ The new tag name must pass all checks defined by
+ <a href="git-check-ref-format.html">git-check-ref-format(1)</a>. Some of these checks
+ may restrict the characters allowed in a tag name.
+</p>
+</dd>
</dl></div>
</div>
<h2 id="_configuration">CONFIGURATION</h2>
@@ -597,6 +606,10 @@ is "YYYY-MM-DD HH:MM".</p></div>
<pre><tt>$ GIT_COMMITTER_DATE="2006-10-02 10:31" git tag -s v1.0.1</tt></pre>
</div></div>
</div>
+<h2 id="_see_also">SEE ALSO</h2>
+<div class="sectionbody">
+<div class="para"><p><a href="git-check-ref-format.html">git-check-ref-format(1)</a>.</p></div>
+</div>
<h2 id="_author">Author</h2>
<div class="sectionbody">
<div class="para"><p>Written by Linus Torvalds &lt;torvalds@osdl.org&gt;,
@@ -612,7 +625,7 @@ Junio C Hamano &lt;gitster@pobox.com&gt; and Chris Wright &lt;chrisw@osdl.org&gt
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-08-07 05:39:46 UTC
+Last updated 2009-08-26 01:35:05 UTC
</div>
</div>
</body>