]> git.ipfire.org Git - thirdparty/git.git/commit
[PATCH] diff.c: -B argument passing fix.
authorJunio C Hamano <junkio@cox.net>
Sat, 4 Jun 2005 06:04:07 +0000 (23:04 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 5 Jun 2005 21:14:58 +0000 (14:14 -0700)
commit49d9e85d1103fe1d0fcb73956643b93acc5c1f4f
tree1ac754eaf1b41a516a77c22ce0446621d0a73459
parent0601e131c95940701c153e35ba73b97914ec0b3f
[PATCH] diff.c: -B argument passing fix.

This fixes a bug that was preventing non-default parameter to -B
option to be passed correctly; you could not give more than 50%
break score.

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