diff options
author | Stephan Beyer <s-beyer@gmx.net> | 2009-01-16 20:40:05 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-01-17 17:57:35 -0800 |
commit | 2454ac7b9fbc12db5cca8cd388422360528d7d6f (patch) | |
tree | 85b65d153850285ea602476de027f8dc4f7aabc2 /t/t5000-tar-tree.sh | |
parent | t3404: Add test case for auto-amending only edited commits after "edit" (diff) | |
download | tgif-2454ac7b9fbc12db5cca8cd388422360528d7d6f.tar.xz |
builtin-commit.c: do not remove COMMIT_EDITMSG
git-commit tries to remove the file ./COMMIT_EDITMSG instead of
$GIT_DIR/COMMIT_EDITMSG after commit preparation (e.g. running
hooks, launching editor).
This behavior exists since f5bbc3225c4b07 "Port git commit to C".
Some test cases (e.g. t/t7502-commit.sh) rely on the existence of
$GIT_DIR/COMMIT_EDITMSG after committing and, I guess, many people
are used to it. So it is best not to remove it.
This patch just removes the removal of COMMIT_EDITMSG.
Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5000-tar-tree.sh')
0 files changed, 0 insertions, 0 deletions