1. 22 Apr, 2015 2 commits
  2. 21 Apr, 2015 3 commits
  3. 20 Apr, 2015 11 commits
  4. 19 Apr, 2015 1 commit
  5. 18 Apr, 2015 1 commit
  6. 17 Apr, 2015 11 commits
  7. 16 Apr, 2015 1 commit
  8. 15 Apr, 2015 4 commits
  9. 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
  10. 13 Apr, 2015 1 commit
  11. 12 Apr, 2015 1 commit
  12. 10 Apr, 2015 3 commits