Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | git-apply --verbose | Junio C Hamano | 2006-08-18 |
| | | | | Signed-off-by: Junio C Hamano <junkio@cox.net> | ||
* | git-apply --reject: send rejects to .rej files. | Junio C Hamano | 2006-08-18 |
| | | | | | | | ... 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> | ||
* | git-apply --reject | Junio C Hamano | 2006-08-17 |
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> |