Revision 77b258f436874bdd1caecd4b3c9c63e3d49bd147 authored by Junio C Hamano on 11 August 2007, 21:08:20 UTC, committed by Junio C Hamano on 13 August 2007, 19:58:38 UTC
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>
1 parent 8fdc397
History
File Mode Size
.gitignore -rw-r--r-- 47 bytes
Git.pm -rw-r--r-- 22.5 KB
Makefile -rw-r--r-- 1.0 KB
Makefile.PL -rw-r--r-- 761 bytes
private-Error.pm -rw-r--r-- 18.6 KB

back to top