builtin-commit.c: export GIT_INDEX_FILE for launch_editor as well.
authorPierre Habouzit <madcoder@debian.org>
Mon, 26 Nov 2007 08:59:27 +0000 (09:59 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 26 Nov 2007 17:13:17 +0000 (09:13 -0800)
The editor program to let the user edit the log message used to
get GIT_INDEX_FILE environment variable pointing at the right
file, but this was lost when git-commit was rewritten in C.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
Acked-by: Kristian Høgsberg <krh@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found