Skip to content

Commit

Permalink
Merge branch 'jk/maint-commit-document-editmsg'
Browse files Browse the repository at this point in the history
Document $GIT_DIR/COMMIT_EDITMSG file.

* jk/maint-commit-document-editmsg:
  commit: document the temporary commit message file
  • Loading branch information
Junio C Hamano committed Jul 24, 2012
2 parents 18502e3 + 41f597d commit 9c3f19f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Documentation/git-commit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,15 @@ This command can run `commit-msg`, `prepare-commit-msg`, `pre-commit`,
and `post-commit` hooks. See linkgit:githooks[5] for more
information.

FILES
-----

`$GIT_DIR/COMMIT_EDITMSG`::
This file contains the commit message of a commit in progress.
If `git commit` 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 `git commit`.

SEE ALSO
--------
Expand Down

0 comments on commit 9c3f19f

Please sign in to comment.