• Show log

    Commit

  • Hash : fb23d05f
    Author : Carlos Martín Nieto
    Date : 2013-08-17T07:58:55

    revwalk: make mark_unintersting use a loop
    
    Using a recursive function can blow the stack when dealing with long
    histories. Use a loop instead to limit the call chain depth.
    
    This fixes #1223.