[PATCH] diff-tree-helper: do not report unmerged path outside specification.
authorJunio C Hamano <junkio@cox.net>
Thu, 28 Apr 2005 17:13:01 +0000 (10:13 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 28 Apr 2005 17:13:01 +0000 (10:13 -0700)
commit91a6eaa05da5627b1238b7168be1d8ae69516383
tree14cf4ef6479de36ee48cc38964f7e59c5f26e693
parent2f97813870c73a89b673ea7882f2a078d25c2dcd
[PATCH] diff-tree-helper: do not report unmerged path outside specification.

My bad.  diff-tree-helper reports all unmerged paths even when
the command line specifies to filter the paths.  This patch
fixes it.  Also reverse-diff option was left out during the last
round, which this patch restores as well.

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