apply: notice creation/removal patches produced by GNU diff
authorJunio C Hamano <gitster@pobox.com>
Sat, 11 Jul 2009 01:38:08 +0000 (18:38 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 11 Jul 2009 13:41:15 +0000 (06:41 -0700)
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>
No differences found