author | Tomash Brechko <tomash.brechko@gmail.com> | |
Mon, 9 Apr 2007 11:24:02 +0000 (15:24 +0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 10 Apr 2007 01:52:41 +0000 (18:52 -0700) | ||
commit | fc1f458c3506ea3f76a328f10b4008c45af32c4b | |
tree | d0ec37933d2d2e33aab8f255bb414161c6456477 | tree | snapshot |
parent | 24c64d6add05f1f4d2e277af2d44c961910c98d3 | commit | diff |
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>
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 | diff | blob | history |