Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix apply --recount handling of no-EOL line | Thomas Rast | 2008-07-05 |
| | | | | | | | | | | | | | | | | If a patch modifies the last line of a file that previously had no terminating '\n', it looks like -old text \ No newline at end of file +new text Hence, a '\' line does not signal the end of the hunk. This modifies 'git apply --recount' to take this into account. Signed-off-by: Thomas Rast <trast@student.ethz.ch> Acked-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com> | ||
* | Replace the word 'update-cache' by 'update-index' everywhere | Johannes Schindelin | 2007-11-30 |
| | | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com> | ||
* | [PATCH] git-apply: tests for --stat and --summary. | Junio C Hamano | 2005-06-22 |
This adds tests (which also serves demonstration) for the --stat and --summary flags to the git-apply command. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |