1. 13 Feb, 2015 2 commits
  2. 27 Oct, 2014 1 commit
  3. 18 Aug, 2014 1 commit
  4. 07 Mar, 2014 1 commit
  5. 20 Feb, 2014 1 commit
  6. 13 Jan, 2014 1 commit
  7. 19 Sep, 2013 1 commit
  8. 31 Aug, 2013 1 commit
  9. 22 May, 2013 1 commit
  10. 17 May, 2013 1 commit
  11. 29 Apr, 2013 4 commits
  12. 25 Mar, 2013 1 commit
  13. 21 Mar, 2013 2 commits
  14. 08 Jan, 2013 1 commit
  15. 04 Jan, 2013 2 commits
  16. 23 Nov, 2012 1 commit
  17. 25 Aug, 2012 1 commit
  18. 29 Jul, 2012 1 commit
  19. 24 Jul, 2012 1 commit
  20. 17 Apr, 2012 1 commit
  21. 02 Apr, 2012 1 commit
  22. 19 Mar, 2012 1 commit
    • Migrate index, oid, and utils to new errors · 7c7ff7d1
      This includes a few cleanups that came up while converting
      these files.
      
      This commit introduces a could new git error classes, including
      the catchall class: GITERR_INVALID which I'm using as the class
      for invalid and out of range values which are detected at too low
      a level of library to use a higher level classification.  For
      example, an overflow error in parsing an integer or a bad letter
      in parsing an OID string would generate an error in this class.
      Russell Belfer committed
  23. 06 Mar, 2012 1 commit
  24. 02 Mar, 2012 1 commit
    • Update diff to use iterators · 74fa4bfa
      This is a major reorganization of the diff code.  This changes
      the diff functions to use the iterators for traversing the
      content.  This allowed a lot of code to be simplified.  Also,
      this moved the functions relating to outputting a diff into a
      new file (diff_output.c).
      
      This includes a number of other changes - adding utility
      functions, extending iterators, etc. plus more tests for the
      diff code.  This also takes the example diff.c program much
      further in terms of emulating git-diff command line options.
      Russell Belfer committed
  25. 13 Feb, 2012 1 commit
  26. 28 Dec, 2011 1 commit
  27. 29 Oct, 2011 1 commit
  28. 13 Oct, 2011 1 commit
  29. 02 Oct, 2011 1 commit
  30. 30 Sep, 2011 3 commits
  31. 19 Sep, 2011 1 commit
    • Tabify everything · 87d9869f
      There were quite a few places were spaces were being used instead of
      tabs. Try to catch them all. This should hopefully not break anything.
      Except for `git blame`. Oh well.
      Vicent Marti committed
  32. 18 Sep, 2011 1 commit
    • Cleanup legal data · bb742ede
      1. The license header is technically not valid if it doesn't have a
      copyright signature.
      
      2. The COPYING file has been updated with the different licenses used in
      the project.
      
      3. The full GPLv2 header in each file annoys me.
      Vicent Marti committed