git-apply: prepare for upcoming GNU diff -u format change.
authorLinus Torvalds <torvalds@osdl.org>
Fri, 20 Oct 2006 02:26:08 +0000 (19:26 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 20 Oct 2006 04:28:06 +0000 (21:28 -0700)
The latest GNU diff from CVS emits an empty line to express
an empty context line, instead of more traditional "single
white space followed by a newline". Do not get broken by it.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found