1. 25 Oct, 2012 2 commits
  2. 20 Oct, 2012 2 commits
  3. 19 Oct, 2012 2 commits
  4. 11 Oct, 2012 2 commits
  5. 07 Oct, 2012 2 commits
  6. 13 Sep, 2012 1 commit
  7. 27 Aug, 2012 1 commit
  8. 09 Aug, 2012 2 commits
  9. 04 Aug, 2012 1 commit
    • Update iterators for consistency across library · 5dca2010
      This updates all the `foreach()` type functions across the library
      that take callbacks from the user to have a consistent behavior.
      The rules are:
      
      * A callback terminates the loop by returning any non-zero value
      * Once the callback returns non-zero, it will not be called again
        (i.e. the loop stops all iteration regardless of state)
      * If the callback returns non-zero, the parent fn returns GIT_EUSER
      * Although the parent returns GIT_EUSER, no error will be set in
        the library and `giterr_last()` will return NULL if called.
      
      This commit makes those changes across the library and adds tests
      for most of the iteration APIs to make sure that they follow the
      above rules.
      Russell Belfer committed
  10. 27 Jul, 2012 1 commit
  11. 24 Jul, 2012 5 commits
  12. 11 Jul, 2012 1 commit
  13. 22 Jun, 2012 2 commits
  14. 21 Jun, 2012 2 commits
  15. 13 Jun, 2012 1 commit
  16. 07 Jun, 2012 1 commit
  17. 17 May, 2012 4 commits
  18. 13 May, 2012 2 commits
  19. 11 May, 2012 2 commits
  20. 11 Apr, 2012 1 commit
  21. 10 Apr, 2012 2 commits