From: Junio C Hamano Date: Mon, 31 Jan 2011 20:09:53 +0000 (-0800) Subject: t6004: add pathspec globbing test for log family X-Git-Tag: v1.7.5-rc0~122^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f577b92fe75643228674c0dcb2a4747587cf541d?hp=f577b92fe75643228674c0dcb2a4747587cf541d t6004: add pathspec globbing test for log family 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 ---