summaryrefslogtreecommitdiffstats
path: root/git-commit.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-07-24 15:05:15 -0700
committerJunio C Hamano <gitster@pobox.com>2012-07-24 15:05:15 -0700
commit28a85beb3e536460e7d67f5ddb67c1096cb7cba1 (patch)
tree9de9f40a9fe12231e26562fd220d1b2c382a3374 /git-commit.html
parent44dcd493a7896aabe2b48b0a2935633538d81f7c (diff)
downloadgit-htmldocs-28a85beb3e536460e7d67f5ddb67c1096cb7cba1.tar.gz
Autogenerated HTML docs for v1.7.12-rc0-10-g476109
Diffstat (limited to 'git-commit.html')
-rw-r--r--git-commit.html19
1 files changed, 18 insertions, 1 deletions
diff --git a/git-commit.html b/git-commit.html
index 5fd1bd319..fcbe0e1da 100644
--- a/git-commit.html
+++ b/git-commit.html
@@ -1314,6 +1314,23 @@ order). See <a href="git-var.html">git-var(1)</a> for details.</p></div>
and <tt>post-commit</tt> hooks. See <a href="githooks.html">githooks(5)</a> for more
information.</p></div>
</div>
+<h2 id="_files">FILES</h2>
+<div class="sectionbody">
+<div class="dlist"><dl>
+<dt class="hdlist1">
+<tt>$GIT_DIR/COMMIT_EDITMSG</tt>
+</dt>
+<dd>
+<p>
+ This file contains the commit message of a commit in progress.
+ If <tt>git commit</tt> exits due to an error before creating a commit,
+ any commit message that has been provided by the user (e.g., in
+ an editor session) will be available in this file, but will be
+ overwritten by the next invocation of <tt>git commit</tt>.
+</p>
+</dd>
+</dl></div>
+</div>
<h2 id="_see_also">SEE ALSO</h2>
<div class="sectionbody">
<div class="paragraph"><p><a href="git-add.html">git-add(1)</a>,
@@ -1330,7 +1347,7 @@ information.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2012-06-25 13:00:39 PDT
+Last updated 2012-07-24 15:05:00 PDT
</div>
</div>
</body>