1. ce1e4a1 midx: implement midx_repack() by Derrick Stolee · 6 years ago
  2. 2af890b multi-pack-index: prepare 'repack' subcommand by Derrick Stolee · 6 years ago
  3. 19575c7 multi-pack-index: implement 'expire' subcommand by Derrick Stolee · 6 years ago
  4. d01bf2e midx: refactor permutation logic and pack sorting by Derrick Stolee · 6 years ago
  5. dba6175 midx: simplify computation of pack name lengths by Derrick Stolee · 6 years ago
  6. cff9711 multi-pack-index: prepare for 'expire' subcommand by Derrick Stolee · 6 years ago
  7. af96fe3 midx: add packs to packed_git linked list by Derrick Stolee · 6 years ago
  8. 64404a2 midx: pass a repository pointer by Derrick Stolee · 6 years ago
  9. 776f3e1 Merge branch 'jk/server-info-rabbit-hole' by Junio C Hamano · 6 years ago
  10. 5f65d7d Merge branch 'dl/flex-str-cocci' by Junio C Hamano · 6 years ago
  11. 013fd7a midx: check both pack and index names for containment by Jeff King · 6 years ago
  12. 577314c midx.c: convert FLEX_ALLOC_MEM to FLEX_ALLOC_STR by Denton Liu · 6 years ago
  13. 5ae18df midx: during verify group objects by packfile to speed verification by Jeff Hostetler · 6 years ago
  14. 430efb8 midx: add progress indicators in multi-pack-index verify by Jeff Hostetler · 6 years ago
  15. d829223 trace2:data: add trace2 data to midx by Jeff Hostetler · 6 years ago
  16. 3b2f8a0 Merge branch 'jk/loose-object-cache' by Junio C Hamano · 6 years ago
  17. d355e46 i18n: fix small typos by Jean-Noël Avila · 6 years ago
  18. ab96f28 Merge branch 'jk/unused-parameter-fixes' by Junio C Hamano · 6 years ago
  19. 5fb9263 Merge branch 'ds/test-multi-pack-index' by Junio C Hamano · 6 years ago
  20. 61b0fcb midx: double-check large object write loop by Jeff King · 6 years ago
  21. 0465a50 multi-pack-index: define GIT_TEST_MULTI_PACK_INDEX by Derrick Stolee · 6 years ago
  22. 1dcd9f2 midx: close multi-pack-index on repack by Derrick Stolee · 6 years ago
  23. 17eeb06 multi-pack-index: avoid dead store for struct progress by Carlo Marcelo Arenas Belón · 6 years ago
  24. ee56992 Merge branch 'jk/oideq-hasheq-cleanup' by Junio C Hamano · 6 years ago
  25. 0ce4ff9 midx: fix broken free() in close_midx() by Derrick Stolee · 6 years ago
  26. e43d2dc more oideq/hasheq conversions by Jeff King · 6 years ago
  27. 144d703 multi-pack-index: report progress during 'verify' by Derrick Stolee · 6 years ago
  28. cc6af73 multi-pack-index: verify object offsets by Derrick Stolee · 6 years ago
  29. d8ac9ee multi-pack-index: fix 32-bit vs 64-bit size check by Derrick Stolee · 6 years ago
  30. 55c5648 multi-pack-index: verify oid lookup order by Derrick Stolee · 6 years ago
  31. 2f23d3f multi-pack-index: verify oid fanout order by Derrick Stolee · 6 years ago
  32. d4bf1d8 multi-pack-index: verify missing pack by Derrick Stolee · 6 years ago
  33. 8e72a3c multi-pack-index: verify packname order by Derrick Stolee · 6 years ago
  34. d3f8e21 multi-pack-index: verify corrupt chunk lookup table by Derrick Stolee · 6 years ago
  35. 53ad040 multi-pack-index: verify bad header by Derrick Stolee · 6 years ago
  36. 56ee7ff multi-pack-index: add 'verify' verb by Derrick Stolee · 6 years ago
  37. 0bff526 packfile: add all_packs list by Derrick Stolee · 7 years ago
  38. 29e2016 midx: fix bug that skips midx with alternates by Derrick Stolee · 7 years ago
  39. c39b02a midx: mark bad packed objects by Derrick Stolee · 7 years ago
  40. 2cf489a multi-pack-index: store local property by Derrick Stolee · 7 years ago
  41. 525e18c midx: clear midx on repack by Derrick Stolee · 7 years ago
  42. a40498a midx: use existing midx when writing new one by Derrick Stolee · 7 years ago
  43. 8aac67a midx: use midx in abbreviation calculations by Derrick Stolee · 7 years ago
  44. 3715a63 midx: read objects from multi-pack-index by Derrick Stolee · 7 years ago
  45. c4d2522 config: create core.multiPackIndex setting by Derrick Stolee · 7 years ago
  46. 662148c midx: write object offsets by Derrick Stolee · 7 years ago
  47. d7cacf2 midx: write object id fanout chunk by Derrick Stolee · 7 years ago
  48. 0d5b3a5 midx: write object ids in a chunk by Derrick Stolee · 7 years ago
  49. fe1ed56 midx: sort and deduplicate objects from packfiles by Derrick Stolee · 7 years ago
  50. 3227565 midx: read pack names into array by Derrick Stolee · 7 years ago
  51. 32f3c54 multi-pack-index: write pack names in chunk by Derrick Stolee · 7 years ago
  52. 396f257 multi-pack-index: read packfile list by Derrick Stolee · 7 years ago
  53. 4d80560 multi-pack-index: load into memory by Derrick Stolee · 7 years ago
  54. fc59e74 midx: write header information to lockfile by Derrick Stolee · 7 years ago
  55. a340773 multi-pack-index: add 'write' verb by Derrick Stolee · 7 years ago