From: Junio C Hamano Date: Thu, 17 Aug 2006 00:55:29 +0000 (-0700) Subject: git-apply --reject X-Git-Tag: v1.4.3-rc1~176^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/57dc397cff09bfabd79ddbc38b704cdd0c2bc6e3?hp=57dc397cff09bfabd79ddbc38b704cdd0c2bc6e3 git-apply --reject 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 ---