author | Junio C Hamano <gitster@pobox.com> | |
Sat, 11 Aug 2007 21:08:20 +0000 (14:08 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 13 Aug 2007 19:58:38 +0000 (12:58 -0700) | ||
commit | 77b258f436874bdd1caecd4b3c9c63e3d49bd147 | |
tree | b799ec38fadb810218fe97c1eeb18836318d3f95 | tree | snapshot |
parent | 8fdc39729b9aaa02e89eca9d7964182a72052665 | commit | diff |
t3404: fix "fake-editor"
Here-text to create fake-editor did not use <<\EOF but <<EOF,
but there was no point doing so, as it quoted all the variables
anyway. Simplify it.
Also futureproof the special mode to edit COMMIT_EDITMSG file;
it is interested in editing the COMMIT_EDITMSG file in any
GIT_DIR; GIT_DIR may be given as an absolute path.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Here-text to create fake-editor did not use <<\EOF but <<EOF,
but there was no point doing so, as it quoted all the variables
anyway. Simplify it.
Also futureproof the special mode to edit COMMIT_EDITMSG file;
it is interested in editing the COMMIT_EDITMSG file in any
GIT_DIR; GIT_DIR may be given as an absolute path.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3404-rebase-interactive.sh | diff | blob | history |