Deal with binary diff output from GNU diff 2.8.7
authorJunio C Hamano <junkio@cox.net>
Fri, 18 Nov 2005 04:46:29 +0000 (20:46 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 18 Nov 2005 05:14:29 +0000 (21:14 -0800)
commit3200d1aee0c22a34d075aafefe3e92f4f7d08840
tree7fc41709301f6370157181c94a78a1462c600b7f
parenta575603af20a795584d79b32c30bda10fcae5d3f
Deal with binary diff output from GNU diff 2.8.7

Some vintage of diff says just "Files X and Y differ\n", instead
of "Binary files X and Y differ\n", so catch both patterns.

Signed-off-by: Junio C Hamano <junkio@cox.net>
apply.c