• Show log

    Commit

  • Hash : ea1ceb7f
    Author : Carlos Martín Nieto
    Date : 2016-10-05T12:23:26

    revwalk: remove a useless enqueueing phase for topological and default sorting After `limit_list()` we already have the list in time-sorted order, which is what we want in the "default" case. Enqueueing into the "unsorted" list would just reverse it, and the topological sort will do its own sorting if it needs to.