• Show log

    Commit

  • Hash : b69089fd
    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.
    
    (cherry picked from commit 12a1790d8e71087056d2b2de936ddae439e1d94c)