1. 21 Aug, 2019 1 commit
    • smart: use push_glob instead of manual filtering · 39d18fe6
      The code worked under the assumption that anything under `refs/tags` are
      tag objects, and all the rest would be peelable to a commit. As it is
      completely valid to have tags to blobs under a non `refs/tags` ref, this
      would cause failures when trying to peel a tag to a commit.
      
      Fix the broken filtering by switching to `git_revwalk_push_glob`, which
      already handles this case.
      Etienne Samson committed
  2. 12 Jan, 2018 1 commit
  3. 30 Dec, 2017 1 commit
  4. 02 Jun, 2014 1 commit
  5. 12 Dec, 2013 1 commit
  6. 14 Nov, 2013 1 commit
  7. 12 Jun, 2013 1 commit
  8. 28 May, 2013 1 commit
  9. 11 May, 2013 2 commits