commit | eed6ca7c402cb51ff6cfd3ecf1f1cac788579b5d | [log] [tgz] |
---|---|---|
author | Jay Soffian <jaysoffian@gmail.com> | Sat Feb 14 23:32:13 2009 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Sat Feb 14 21:48:37 2009 -0800 |
tree | e9ff620f642894d0732724a4f8c22ef2041fbc40 | |
parent | e9cc02f0e41fd5d2f51e3c3f2b4f8cfa9e434432 [diff] |
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>