git-am: implement --reject option passed to git-apply
authormartin f. krafft <madduck@madduck.net>
Fri, 23 Jan 2009 00:31:21 +0000 (11:31 +1100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 24 Jan 2009 01:00:12 +0000 (17:00 -0800)
With --reject, git-am simply passes the --reject option to git-apply and thus
allows people to work with reject files if they so prefer.

Signed-off-by: martin f. krafft <madduck@madduck.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found