Implement git-core t/t6012-rev-list-simplify test case
commit750a77173b77f85052840cb65f0a44cb41035114
authorShawn O. Pearce <spearce@spearce.org>
Wed, 18 Mar 2009 01:40:51 +0000 (17 18:40 -0700)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Thu, 19 Mar 2009 20:05:13 +0000 (19 21:05 +0100)
treef73b8738a7112c68d97afbc1ebaf7b74e11d170f
parent8fe39f1b32d7073a9f6c27b41b6cb89446ec34e0
Implement git-core t/t6012-rev-list-simplify test case

This test case provides a known graph and results that git-core has
been producing since Aug 3, 2008.  Half of the test is commented out
as JGit does not produce the correct results, or does not support a
flag necessary to indicate how the results should be determined.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit.test/tst/org/spearce/jgit/revwalk/RevWalkPathFilter6012Test.java [new file with mode: 0644]