summaryrefslogtreecommitdiffstats
path: root/git-tag.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-03-06 15:25:44 -0800
committerJunio C Hamano <gitster@pobox.com>2018-03-06 15:25:44 -0800
commit664750f03dff9b27b2c2fe5381a720967c1b60c1 (patch)
tree6960e5a2646c836d9415e1aa4aace2cea9aad4f1 /git-tag.html
parent615c3b305d84007474d17c62d54fc18c71fdc587 (diff)
downloadgit-htmldocs-664750f03dff9b27b2c2fe5381a720967c1b60c1.tar.gz
Autogenerated HTML docs for v2.16.2-440-gc6284
Diffstat (limited to 'git-tag.html')
-rw-r--r--git-tag.html17
1 files changed, 15 insertions, 2 deletions
diff --git a/git-tag.html b/git-tag.html
index 92df2e31e..f3e6554db 100644
--- a/git-tag.html
+++ b/git-tag.html
@@ -748,7 +748,7 @@ git-tag(1) Manual Page
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<pre class="content"><em>git tag</em> [-a | -s | -u &lt;keyid&gt;] [-f] [-m &lt;msg&gt; | -F &lt;file&gt;]
+<pre class="content"><em>git tag</em> [-a | -s | -u &lt;keyid&gt;] [-f] [-m &lt;msg&gt; | -F &lt;file&gt;] [-e]
&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;] [--no-contains &lt;commit&gt;]
@@ -1014,6 +1014,19 @@ options for details.</p></div>
</p>
</dd>
<dt class="hdlist1">
+-e
+</dt>
+<dt class="hdlist1">
+--edit
+</dt>
+<dd>
+<p>
+ The message taken from file with <code>-F</code> and command line with
+ <code>-m</code> are usually used as the tag message unmodified.
+ This option lets you further edit the message taken from these sources.
+</p>
+</dd>
+<dt class="hdlist1">
--cleanup=&lt;mode&gt;
</dt>
<dd>
@@ -1296,7 +1309,7 @@ ISO 8601
<div id="footer">
<div id="footer-text">
Last updated
- 2018-01-26 15:11:04 PST
+ 2018-03-06 15:25:02 PST
</div>
</div>
</body>