git-apply --reject
authorJunio C Hamano <junkio@cox.net>
Thu, 17 Aug 2006 00:55:29 +0000 (17:55 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 17 Aug 2006 08:23:08 +0000 (01:23 -0700)
With the new flag "--reject", hunks that do not apply are sent to
the standard output, and the usable hunks are applied. The command
itself exits with non-zero status when this happens, so that the
user or wrapper can take notice and sort the remaining mess out.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found