1. 17 Apr, 2014 1 commit
    • Minor tree cache speedups · 1fa17b5c
      While I was looking at the conflict cleanup code, I looked over at
      the tree cache code, since we clear the tree cache for each entry
      that gets removed and there is some redundancy there.  I made some
      small tweaks to avoid extra calls to strchr and strlen in a few
      circumstances.
      Russell Belfer committed
  2. 19 Nov, 2013 4 commits
  3. 08 Jan, 2013 1 commit
  4. 12 Dec, 2012 1 commit
    • tree cache: loosen negative entry count check · 08f3d6ca
      While C Git has been writing entry count -1 (ie. never other negative
      numbers) as invalid since day 1, it accepts all negative entry counts
      as invalid. JGit follows the same rule. libgit2 should also follow, or
      the index that works with C Git or JGit may someday be rejected by
      libgit2.
      
      Other reimplementations like dulwich and grit have not bothered with
      parsing or writing tree cache.
      Nguyễn Thái Ngọc Duy committed
  5. 07 Jun, 2012 1 commit
  6. 03 May, 2012 1 commit
  7. 23 Apr, 2012 1 commit
  8. 20 Apr, 2012 1 commit
  9. 13 Feb, 2012 1 commit
  10. 29 Oct, 2011 1 commit
  11. 27 Sep, 2011 5 commits