summaryrefslogtreecommitdiffstats
path: root/git-tag.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-12-22 07:28:18 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-12-22 07:28:18 +0000
commit63ef0ac13e411afbeaaf0ff1f279affbb8614188 (patch)
tree504ea9a31de3f6cf1b2107753f8f800d53837225 /git-tag.html
parent4bf6dca5740a97dca7ed3a80bcae9fd983881bb6 (diff)
downloadgit-htmldocs-63ef0ac13e411afbeaaf0ff1f279affbb8614188.tar.gz
Autogenerated HTML docs for v1.4.4.3-gfa39b
Diffstat (limited to 'git-tag.html')
-rw-r--r--git-tag.html14
1 files changed, 12 insertions, 2 deletions
diff --git a/git-tag.html b/git-tag.html
index fe9fa9769..5977f4775 100644
--- a/git-tag.html
+++ b/git-tag.html
@@ -273,7 +273,8 @@ 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 | -d] [-m &lt;msg&gt;] &lt;name&gt; [&lt;head&gt;]
+<div class="content"><em>git-tag</em> [-a | -s | -u &lt;key-id&gt;] [-f | -d] [-m &lt;msg&gt; | -F &lt;file&gt;]
+ &lt;name&gt; [&lt;head&gt;]
<em>git-tag</em> -l [&lt;pattern&gt;]</div></div>
</div>
<h2>DESCRIPTION</h2>
@@ -354,6 +355,15 @@ if no pattern is given).</p>
Use the given tag message (instead of prompting)
</p>
</dd>
+<dt>
+-F &lt;file&gt;
+</dt>
+<dd>
+<p>
+ Take the tag message from the given file. Use <em>-</em> to
+ read the message from the standard input.
+</p>
+</dd>
</dl>
</div>
<h2>Author</h2>
@@ -371,7 +381,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 03-Oct-2006 08:41:33 UTC
+Last updated 22-Dec-2006 07:28:11 UTC
</div>
</div>
</body>