format-patch: Squelch 'fatal: Not a range." error
commit657ab61efa918f46f1b412613643d1a1bbed2194
authorKevin Ballard <kevin@sb.org>
Tue, 30 Mar 2010 02:46:38 +0000 (29 19:46 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Mar 2010 04:22:37 +0000 (29 21:22 -0700)
tree5667119bfd878d0918ccdb5efdc6582241881c64
parente07665e524d0398a34059d605f674182bfeeaf39
format-patch: Squelch 'fatal: Not a range." error

Don't output an error on `git format-patch --ignore-if-in-upstream HEAD`.
This matches the behavior of `git format-patch HEAD`.

Signed-off-by: Kevin Ballard <kevin@sb.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-log.c
t/t4014-format-patch.sh