summaryrefslogtreecommitdiffstats
path: root/git-tag.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-06-13 14:00:15 -0700
committerJunio C Hamano <gitster@pobox.com>2023-06-13 14:00:15 -0700
commita7b2c10835189668841231edffc77e7dbb020487 (patch)
tree81ab47f1c1dd48484f1fc688df52cae1a79ec144 /git-tag.html
parentebf86a516b571680bb9ea1186c76734d87aad162 (diff)
downloadgit-htmldocs-a7b2c10835189668841231edffc77e7dbb020487.tar.gz
Autogenerated HTML docs for v2.41.0-28-gd7d884
Diffstat (limited to 'git-tag.html')
-rw-r--r--git-tag.html21
1 files changed, 20 insertions, 1 deletions
diff --git a/git-tag.html b/git-tag.html
index 2b98d1470..59571e6cf 100644
--- a/git-tag.html
+++ b/git-tag.html
@@ -1320,6 +1320,25 @@ ISO 8601
</div>
</div>
<div class="sect1">
+<h2 id="_files">FILES</h2>
+<div class="sectionbody">
+<div class="dlist"><dl>
+<dt class="hdlist1">
+<code>$GIT_DIR/TAG_EDITMSG</code>
+</dt>
+<dd>
+<p>
+ This file contains the message of an in-progress annotated
+ tag. If <code>git tag</code> exits due to an error before creating an
+ annotated tag then the tag message that has been provided by the
+ user in an editor session will be available in this file, but
+ may be overwritten by the next invocation of <code>git tag</code>.
+</p>
+</dd>
+</dl></div>
+</div>
+</div>
+<div class="sect1">
<h2 id="_notes">NOTES</h2>
<div class="sectionbody">
<div class="paragraph"><p>When combining multiple <code>--contains</code> and <code>--no-contains</code> filters, only
@@ -1348,7 +1367,7 @@ commits and from none of the <code>--no-merged</code> commits are shown.</p></di
<div id="footer">
<div id="footer-text">
Last updated
- 2023-04-22 07:58:28 JST
+ 2023-06-13 13:57:42 PDT
</div>
</div>
</body>