send-email: allow send-email to run outside a repo
commiteed6ca7c402cb51ff6cfd3ecf1f1cac788579b5d
authorJay Soffian <jaysoffian@gmail.com>
Sun, 15 Feb 2009 04:32:13 +0000 (14 23:32 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sun, 15 Feb 2009 05:48:37 +0000 (14 21:48 -0800)
treee9ff620f642894d0732724a4f8c22ef2041fbc40
parente9cc02f0e41fd5d2f51e3c3f2b4f8cfa9e434432
send-email: allow send-email to run outside a repo

send-email is supposed to be able to run from outside a repo. This
ability was broken by commits caf0c3d6 (make the message file name more
specific) and 5df9fcf6 (interpret unknown files as revision lists).

This commit provides a fix for both.

Signed-off-by: Jay Soffian <jaysoffian@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl