Commit fb23d05f0bc3084cdb5a9737b1c678817c5bc9e8

Carlos Martín Nieto 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.