t6004: add pathspec globbing test for log family
authorJunio C Hamano <gitster@pobox.com>
Mon, 31 Jan 2011 20:09:53 +0000 (12:09 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Feb 2011 22:08:31 +0000 (14:08 -0800)
Earlier e10cb0f (tree_entry_interesting(): support wildcard matching,
2010-12-15) and b3d4b34 (tree_entry_interesting(): optimize wildcard
matching when base is matched, 2010-12-15) added tests for globbing
support for diff-tree plumbing. This is a follow-up to update the test
for revision traversal and path pruning machinery for the same topic.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found