Make git send-email accept $EDITOR with arguments
commit0e0278baad8752da6c3b37495f005dc1dd6f799a
authorGustaf Hendeby <hendeby@isy.liu.se>
Sat, 22 Dec 2007 00:40:52 +0000 (22 01:40 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 22 Dec 2007 08:21:30 +0000 (22 00:21 -0800)
treed4a0a4df72ff2c0254a2fb1226f7d49bc5d7c5ec
parent78d776a9699cd3e3d368366afaa66dee97e53ac5
Make git send-email accept $EDITOR with arguments

Currently git send-email does not accept $EDITOR with arguments, eg,
emacs -nw, when starting an editor to produce a cover letter.  This
patch changes this by letting the shell handle the option parsing.

Signed-off-by: Gustaf Hendeby <hendeby@isy.liu.se>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl