Commit 48c64362e43f5a11aeca6a6dd2950107d6c8adce

Carlos Martín Nieto 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`.