• Show log

    Commit

  • Hash : c0e038a2
    Author : Etienne Samson
    Date : 2018-08-21T01:12:11

    revwalk: The left operand of '<' is a garbage value
    
    At line 594, we do this :
    if (error < 0)
    		return error;
    
    but if nothing was pushed in a GIT_SORT_TIME revwalk, we'd return
    uninitialized stack data.
    
    (cherry picked from commit aa8cb5866f1eabd92c8c08f7a8610d42df07375f)