git-rev-list: remove the DUPCHECK logic, use SEEN instead
authorLinus Torvalds <torvalds@g5.osdl.org>
Wed, 6 Jul 2005 23:52:49 +0000 (16:52 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 6 Jul 2005 23:52:49 +0000 (16:52 -0700)
commit960cea2dd108b425fdc4470b48f5eb02963a9be9
tree62224246361b63f68a7c1b3b72dcdb23ab2143a1
parente6c3505b44e943b73a01d9d48b442f8f49b0dfad
git-rev-list: remove the DUPCHECK logic, use SEEN instead

That's what we should have done in the first place, since it not only
avoids another unnecessary flag, it also protects the commits from
showing up as duplicates later when they show up as parents of another
commit (in the pop_most_recent_commit() path).

This will hopefully also fix --topo-sort.
rev-list.c