git-apply --reject: send rejects to .rej files.
commit82e2765f59126f96da6e5dc30adf7c6189e9697d
authorJunio C Hamano <junkio@cox.net>
Fri, 18 Aug 2006 10:10:19 +0000 (18 03:10 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 18 Aug 2006 10:10:19 +0000 (18 03:10 -0700)
tree643bafe0c3fab4f9a0fdc784132dde52f7fae823
parent57dc397cff09bfabd79ddbc38b704cdd0c2bc6e3
git-apply --reject: send rejects to .rej files.

... just like everybody else does, instead of sending it to the standard
output, which was just silly.

Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-apply.c
t/t4117-apply-reject.sh