1. 17 Apr, 2012 3 commits
    • Add git_reference_lookup_oid and lookup_resolved · f201d613
      Adds a new public reference function `git_reference_lookup_oid`
      that directly resolved a reference name to an OID without returning
      the intermediate `git_reference` object (hence, no free needed).
      
      Internally, this adds a `git_reference_lookup_resolved` function
      that combines looking up and resolving a reference.  This allows
      us to be more efficient with memory reallocation.
      
      The existing `git_reference_lookup` and `git_reference_resolve`
      are reimplmented on top of the new utility and a few places in the
      code are changed to use one of the two new functions.
      Russell Belfer committed
    • Update clar and remove old helpers · 1a6e8f8a
      This updates to the latest clar which includes the helpers
      `cl_assert_equal_s` and `cl_assert_equal_i`.  Convert the code
      over to use those and remove the old libgit2-only helpers.
      Russell Belfer committed
    • Remove old status implementation · dbeca796
      This removes the code for the old status implementation.
      Russell Belfer committed
  2. 16 Apr, 2012 2 commits
  3. 15 Apr, 2012 1 commit
  4. 14 Apr, 2012 2 commits
  5. 13 Apr, 2012 3 commits
  6. 12 Apr, 2012 12 commits
  7. 11 Apr, 2012 17 commits