1. 03 Oct, 2013 1 commit
  2. 30 Sep, 2013 1 commit
  3. 11 Jul, 2013 1 commit
  4. 10 Jul, 2013 2 commits
  5. 16 May, 2013 1 commit
    • Add cat-file example and increase const use in API · 58206c9a
      This adds an example implementation that emulates git cat-file.
      It is a convenient and relatively simple example of getting data
      out of a repository.
      
      Implementing this also revealed that there are a number of APIs
      that are still not using const pointers to objects that really
      ought to be.  The main cause of this is that `git_vector_bsearch`
      may need to call `git_vector_sort` before doing the search, so a
      const pointer to the vector is not allowed.  However, for tree
      objects, with a little care, we can ensure that the vector of
      tree entries is always sorted and allow lookups to take a const
      pointer.  Also, the missing const in commit objects just looks
      like an oversight.
      Russell Belfer committed
  6. 11 May, 2013 1 commit
  7. 05 May, 2013 2 commits
  8. 22 Apr, 2013 4 commits
  9. 21 Apr, 2013 2 commits
  10. 15 Apr, 2013 1 commit
  11. 17 Mar, 2013 1 commit
  12. 07 Mar, 2013 1 commit
  13. 27 Jan, 2013 1 commit
  14. 20 Jan, 2013 1 commit
  15. 17 Jan, 2013 1 commit
    • Add skipping of unknown commit headers · 291090a0
      This moves the check for the "encoding" header into a loop which
      is just scanning for non-required headers at the end of a commit
      header.  That loop will skip unrecognized lines (including header
      continuation lines) until a terminating completely blank line is
      found, and only then does it move to reading the commit message.
      Russell Belfer committed
  16. 08 Jan, 2013 1 commit
  17. 03 Dec, 2012 1 commit
  18. 01 Dec, 2012 1 commit
  19. 30 Nov, 2012 1 commit
  20. 27 Nov, 2012 1 commit
  21. 24 Jul, 2012 1 commit
  22. 11 Jul, 2012 2 commits
  23. 15 Jun, 2012 3 commits
  24. 07 Jun, 2012 1 commit
  25. 19 May, 2012 1 commit
  26. 17 May, 2012 2 commits
  27. 07 May, 2012 1 commit
  28. 26 Apr, 2012 1 commit
  29. 11 Apr, 2012 1 commit
  30. 02 Apr, 2012 1 commit