1. 20 Apr, 2015 7 commits
  2. 19 Apr, 2015 1 commit
  3. 17 Apr, 2015 8 commits
  4. 16 Apr, 2015 1 commit
  5. 15 Apr, 2015 4 commits
  6. 14 Apr, 2015 1 commit
    • revwalk: detect when we're out of interesting commits · a0541695
      When walking backwards and marking parents uninteresting, make sure we
      detect when the list of commits we have left has run out of
      uninteresting commits so we can stop marking commits as
      uninteresting. Failing to do so can mean that we walk the whole history
      marking everything uninteresting, which eats up time, CPU and IO for
      with useless work.
      
      While pre-marking does look for this, we still need to check during the
      main traversal as there are setups for which pre-marking does not leave
      enough information in the commits. This can happen if we push a commit
      and hide its parent.
      Carlos Martín Nieto committed
  7. 13 Apr, 2015 1 commit
  8. 12 Apr, 2015 1 commit
  9. 10 Apr, 2015 5 commits
  10. 08 Apr, 2015 4 commits
  11. 07 Apr, 2015 2 commits
  12. 04 Apr, 2015 4 commits
  13. 01 Apr, 2015 1 commit