1. 20 Aug, 2012 2 commits
  2. 19 Aug, 2012 4 commits
  3. 15 Aug, 2012 3 commits
  4. 14 Aug, 2012 10 commits
  5. 13 Aug, 2012 2 commits
  6. 12 Aug, 2012 9 commits
  7. 11 Aug, 2012 1 commit
  8. 09 Aug, 2012 8 commits
  9. 06 Aug, 2012 1 commit
    • Fix iterator check and return value · e4607392
      There is a little cleanup necessary from PR #843.  Since the
      new callbacks return `GIT_EUSER` we have to be a little careful
      about return values when they are used internally to the library.
      
      Also, callbacks should be checked for non-zero return values,
      not just less than zero.
      Russell Belfer committed