1. 28 Aug, 2014 1 commit
    • graph: fix ahead-behind logic · 05f0d0c1
      When we see PARENT1, it means there is a local commit and thus we are
      ahead. Likewise, seeing PARENT2 means that the upstream branch has a
      commit and we are one more behind.
      
      The logic is currently reversed. Correct it.
      
      This fixes #2501.
      Carlos Martín Nieto committed
  2. 08 Apr, 2014 2 commits
  3. 04 Feb, 2014 1 commit
    • Replace pqueue with code from hashsig heap · 4075e060
      I accidentally wrote a separate priority queue implementation when
      I was working on file rename detection as part of the file hash
      signature calculation code.  To simplify licensing terms, I just
      adapted that to a general purpose priority queue and replace the
      old priority queue implementation that was borrowed from elsewhere.
      
      This also removes parts of the COPYING document that no longer
      apply to libgit2.
      Russell Belfer committed
  4. 28 Jan, 2014 1 commit
  5. 22 Mar, 2013 1 commit
  6. 08 Jan, 2013 1 commit
  7. 10 Dec, 2012 4 commits
  8. 30 Nov, 2012 2 commits
  9. 29 Nov, 2012 2 commits