• Show log

    Commit

  • Hash : 12a1790d
    Author : Carlos Martín Nieto
    Date : 2018-09-17T14:49:46

    revwalk: only check the first commit in the list for an earlier timestamp This is not a big deal, but it does make us match git more closely by checking only the first. The lists are sorted already, so there should be no functional difference other than removing a possible check from every iteration in the loop.