1. 22 Oct, 2014 1 commit
    • tree-cache: correct the entry_count calculation · bb0757d5
      The entry_count field is the amount of index entries covered by a
      particular cache entry, that is how many files are there (recursively)
      under a particular directory.
      
      The current code that attemps to do this is severely defincient and is
      trying to count the amount of children, which always comes up to zero.
      
      We don't even need to recount, since we have the information during the
      cache creation. We can take that number and keep it, as we only ever
      invalidate or replace.
      Carlos Martín Nieto committed
  2. 18 Oct, 2014 1 commit
  3. 17 Oct, 2014 1 commit
  4. 13 Oct, 2014 10 commits
  5. 11 Oct, 2014 1 commit
  6. 10 Oct, 2014 26 commits