author | Junio C Hamano <junkio@cox.net> | |
Sat, 28 May 2005 09:53:43 +0000 (02:53 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sun, 29 May 2005 18:42:29 +0000 (11:42 -0700) | ||
commit | e25de75696dc99f327c8dd8e2cba937939e281ca | |
tree | 9c70871ec9f2240bb268c078574492675599f748 | tree | snapshot |
parent | 6af1f0192ff8740fe77db7cf02c739ccfbdf119c | commit | diff |
[PATCH] Pickaxe fixes.
A bug in the command line argument parsing code was making
pickaxe not to work at all in diff-cache and diff-files commands.
Embarrassingly enough, the working pickaxe in diff-tree tells me
that it was not working in these two commands from day one.
This patch fixes it.
Also updates the documentation to describe the --pickaxe-all option.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
A bug in the command line argument parsing code was making
pickaxe not to work at all in diff-cache and diff-files commands.
Embarrassingly enough, the working pickaxe in diff-tree tells me
that it was not working in these two commands from day one.
This patch fixes it.
Also updates the documentation to describe the --pickaxe-all option.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>