summaryrefslogtreecommitdiffstats
path: root/git-tag.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-08-07 05:40:01 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-08-07 05:40:01 +0000
commit31cca1669fe45cbdca5a7f6b888e9a1d04ee1f10 (patch)
tree152d8b7c4fef605a85d8580e3ca08c91dcffe584 /git-tag.html
parentfd9274d4a1afb62d888e84717c5f0e67850fc96a (diff)
downloadgit-htmldocs-31cca1669fe45cbdca5a7f6b888e9a1d04ee1f10.tar.gz
Autogenerated HTML docs for v1.6.4-59-g4d590
Diffstat (limited to 'git-tag.html')
-rw-r--r--git-tag.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/git-tag.html b/git-tag.html
index c686bd51a..8eb007d8d 100644
--- a/git-tag.html
+++ b/git-tag.html
@@ -329,7 +329,9 @@ git-tag(1) Manual Page
</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></p></div>
+<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>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
@@ -610,7 +612,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-07-01 02:31:05 UTC
+Last updated 2009-08-07 05:39:46 UTC
</div>
</div>
</body>