t3404: fix "fake-editor"
commit77b258f436874bdd1caecd4b3c9c63e3d49bd147
authorJunio C Hamano <gitster@pobox.com>
Sat, 11 Aug 2007 21:08:20 +0000 (11 14:08 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Aug 2007 19:58:38 +0000 (13 12:58 -0700)
treeb799ec38fadb810218fe97c1eeb18836318d3f95
parent8fdc39729b9aaa02e89eca9d7964182a72052665
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>
t/t3404-rebase-interactive.sh