summaryrefslogtreecommitdiffstats
path: root/git-tag.txt
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.txt
parentebf86a516b571680bb9ea1186c76734d87aad162 (diff)
downloadgit-htmldocs-a7b2c10835189668841231edffc77e7dbb020487.tar.gz
Autogenerated HTML docs for v2.41.0-28-gd7d884
Diffstat (limited to 'git-tag.txt')
-rw-r--r--git-tag.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/git-tag.txt b/git-tag.txt
index 7f61c1edb..d42efb311 100644
--- a/git-tag.txt
+++ b/git-tag.txt
@@ -381,6 +381,16 @@ $ GIT_COMMITTER_DATE="2006-10-02 10:31" git tag -s v1.0.1
include::date-formats.txt[]
+FILES
+-----
+
+`$GIT_DIR/TAG_EDITMSG`::
+ This file contains the message of an in-progress annotated
+ tag. If `git tag` 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 `git tag`.
+
NOTES
-----