[PATCH] Fix git patch header processing in git-apply.
authorRobert Fitzsimons <robfitz@273k.net>
Sun, 28 Aug 2005 15:24:27 +0000 (15:24 +0000)
committerJunio C Hamano <junkio@cox.net>
Sun, 28 Aug 2005 21:24:01 +0000 (14:24 -0700)
commite70a165d3db26dbab62e3430553a21d5e97b74ec
tree79475a5075ab4c4a421a0c324419b297f6bbb809
parentba966b957908248396402acd785d10ba1da07294
[PATCH] Fix git patch header processing in git-apply.

Stop processing and return NULL if we encounter a '\n' character
before we have two matching names in the git header.

Signed-off-by: Robert Fitzsimons <robfitz@273k.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
apply.c