aboutsummaryrefslogtreecommitdiff
path: root/t/t4132-apply-removal.sh
Commit message (Collapse)AuthorAge
* apply: notice creation/removal patches produced by GNU diffJunio C Hamano2009-07-11
Unified context patch generated by GNU diff has UNIX epoch timestamp on the side that does not exist when the patch is about a creation or a deletion event. Notice this convention when reading a non-git diff. Signed-off-by: Junio C Hamano <gitster@pobox.com>