cvsexportcommit -p : fix the usage of git-apply -C.
commitfc1f458c3506ea3f76a328f10b4008c45af32c4b
authorTomash Brechko <tomash.brechko@gmail.com>
Mon, 9 Apr 2007 11:24:02 +0000 (9 15:24 +0400)
committerJunio C Hamano <junkio@cox.net>
Tue, 10 Apr 2007 01:52:41 +0000 (9 18:52 -0700)
treed0ec37933d2d2e33aab8f255bb414161c6456477
parent24c64d6add05f1f4d2e277af2d44c961910c98d3
cvsexportcommit -p : fix the usage of git-apply -C.

Unlike 'patch --fuzz=NUM', which specifies the number of lines allowed
to mismatch, 'git-apply -CNUM' requests the match of NUM lines of
context.  Omitting -C requests full context match, and that's what
should be used for cvsexportcommit -p.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-cvsexportcommit.perl