• L
    git-rev-list: remove the DUPCHECK logic, use SEEN instead · 960cea2d
    Linus Torvalds 提交于
    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.
    960cea2d
rev-list.c 11.2 KB