Fix $EDITOR regression introduced by rewrite in C.
commit5e2de4f9bb666186e4f8ba0c9c5db640fd7a04bd
authorJunio C Hamano <gitster@pobox.com>
Sat, 22 Dec 2007 17:45:10 +0000 (22 09:45 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 22 Dec 2007 18:26:08 +0000 (22 10:26 -0800)
tree90f5dee8ca3d2c9e6a5514f3e6137b59a37a5195
parent77190eb9b881118b78383a483973a85fe79cbf70
Fix $EDITOR regression introduced by rewrite in C.

When git-tag and git-commit launches the editor, they used to
honor EDITOR="editor -options args..." but recent rewrite in C
insisted on $EDITOR to be the path to the editor executable.

This restores the older behaviour.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-tag.c