• Show log

    Commit

  • Hash : 48c64362
    Author : Carlos Martín Nieto
    Date : 2016-09-27T11:59:24

    revwalk: port over the topological sorting
    
    After porting over the commit hiding and selection we were still left
    with mistmaching output due to the topologial sort.
    
    This ports the topological sorting code to make us match with our
    equivalent of `--date-order` and `--topo-order` against the output
    from `rev-list`.