From: Jeff King Date: Mon, 23 Jul 2012 21:13:12 +0000 (-0400) Subject: commit: document the temporary commit message file X-Git-Tag: v1.7.11.4~1^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/41f597d9bbac33a7e522c5f74b83e712ea2de13a?hp=41f597d9bbac33a7e522c5f74b83e712ea2de13a commit: document the temporary commit message file We do not document COMMIT_EDITMSG at all, but users may want to know about it for two reasons: 1. They may want to tell their editor to configure itself for formatting a commit message. 2. If a commit is aborted by an error, the user may want to recover the commit message they typed. Let's put a note in git-commit(1). Signed-off-by: Jeff King Signed-off-by: Junio C Hamano ---