]> git.ipfire.org Git - thirdparty/git.git/commit - diff.h
[PATCH] Add --pickaxe-all to diff-* brothers.
authorJunio C Hamano <junkio@cox.net>
Fri, 27 May 2005 22:55:28 +0000 (15:55 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 29 May 2005 18:17:43 +0000 (11:17 -0700)
commit367cec1c024c3849cb32eaac15884a4adfefe1de
treeff5ff9663406484cfac8d6dee415971e62eba8ef
parentbe020332a152ef95e0e8435fb69d8c02d5da29bb
[PATCH] Add --pickaxe-all to diff-* brothers.

When --pickaxe-all is given in addition to -S, pickaxe shows the
entire diffs contained in the changeset, not just the diffs for
the filepair that touched the sought-after string.  This is
useful to see the changes in context.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
diff-cache.c
diff-files.c
diff-helper.c
diff-tree.c
diff.h
diffcore-pickaxe.c