1. 10 Aug, 2023 2 commits
  2. 02 Aug, 2023 3 commits
  3. 01 Aug, 2023 4 commits
  4. 30 Jul, 2023 1 commit
  5. 27 Jul, 2023 1 commit
  6. 25 Jul, 2023 1 commit
  7. 22 Jul, 2023 1 commit
  8. 21 Jul, 2023 1 commit
  9. 19 Jul, 2023 1 commit
  10. 18 Jul, 2023 3 commits
  11. 17 Jul, 2023 6 commits
  12. 15 Jul, 2023 9 commits
  13. 14 Jul, 2023 4 commits
  14. 09 Jul, 2023 1 commit
  15. 25 Jun, 2023 1 commit
  16. 22 Jun, 2023 1 commit
    • midx: do not try to look at every object in the index · c1aa0213
      Similar to previous issues around doing way too much verification at loading
      time, checking whether the object index chunk is monotonic is better left for
      git-fsck instead of every single time we want to look at something in the
      repository.
      
      As midx files grow, this starts taking more and more times. As an example, I
      went looking for this because it's taking about 1.5s to do a single object
      lookup in a repository that's ended up with a 7G multi-pack-index file.
      Carlos Martín Nieto committed