1. 52b8c8c Merge branch 'ds/maintenance-part-2' by Junio C Hamano · 4 years, 5 months ago
  2. efdd2f0 midx: use start_delayed_progress() by Derrick Stolee · 4 years, 6 months ago
  3. 18e449f midx: enable core.multiPackIndex by default by Derrick Stolee · 4 years, 6 months ago
  4. 9b80744 Merge branch 'rs/misc-cleanups' by Junio C Hamano · 4 years, 6 months ago
  5. a31677d Merge branch 'tb/repack-clearing-midx' by Junio C Hamano · 4 years, 6 months ago
  6. 014f144 midx: use hashwrite_u8() in write_midx_header() by René Scharfe · 4 years, 6 months ago
  7. 59552fb midx: traverse the local MIDX first by Taylor Blau · 4 years, 7 months ago
  8. d8488b9 Merge branch 'rs/more-buffered-io' by Junio C Hamano · 4 years, 7 months ago
  9. ff20794 Merge branch 'jk/unleak-fixes' by Junio C Hamano · 4 years, 7 months ago
  10. 9e8c754 Merge branch 'ds/midx-repack-to-batch-size' by Junio C Hamano · 4 years, 7 months ago
  11. d960754 multi-pack-index: use hash version byte by Derrick Stolee · 4 years, 7 months ago
  12. 6af3b00 midx: use buffered I/O to talk to pack-objects by René Scharfe · 4 years, 7 months ago
  13. d5e1961 stop calling UNLEAK() before die() by Jeff King · 4 years, 7 months ago
  14. 1eb22c7 multi-pack-index: repack batches below --batch-size by Derrick Stolee · 4 years, 7 months ago
  15. c972bf4 strvec: convert remaining callers away from argv_array name by Jeff King · 4 years, 8 months ago
  16. 3ce4ca0 multi-pack-index: respect repack.packKeptObjects=false by Derrick Stolee · 4 years, 10 months ago
  17. e11d86d midx: teach "git multi-pack-index repack" honor "git repack" configurations by Son Luong Ngoc · 4 years, 10 months ago
  18. 29d7427 Merge branch 'ds/multi-pack-index' by Junio C Hamano · 4 years, 10 months ago
  19. 6c7ff7c multi-pack-index: close file descriptor after mmap by Derrick Stolee · 4 years, 11 months ago
  20. 796d61c midx.c: fix an integer underflow by Damien Robert · 5 years ago
  21. 0763671 nth_packed_object_oid(): use customary integer return by Jeff King · 5 years ago
  22. 64d80e7 midx: honor the MIDX_PROGRESS flag in midx_repack by William Baker · 5 years ago
  23. ad60096 midx: honor the MIDX_PROGRESS flag in verify_midx_file by William Baker · 5 years ago
  24. 8dc18f8 midx: add progress to expire_midx_packs by William Baker · 5 years ago
  25. 840cef0 midx: add progress to write_midx_file by William Baker · 5 years ago
  26. efbc3ae midx: add MIDX_PROGRESS flag by William Baker · 5 years ago
  27. aaa95df midx: switch to using the_hash_algo by brian m. carlson · 6 years ago
  28. ce1e4a1 midx: implement midx_repack() by Derrick Stolee · 6 years ago
  29. 2af890b multi-pack-index: prepare 'repack' subcommand by Derrick Stolee · 6 years ago
  30. 19575c7 multi-pack-index: implement 'expire' subcommand by Derrick Stolee · 6 years ago
  31. d01bf2e midx: refactor permutation logic and pack sorting by Derrick Stolee · 6 years ago
  32. dba6175 midx: simplify computation of pack name lengths by Derrick Stolee · 6 years ago
  33. cff9711 multi-pack-index: prepare for 'expire' subcommand by Derrick Stolee · 6 years ago
  34. af96fe3 midx: add packs to packed_git linked list by Derrick Stolee · 6 years ago
  35. 64404a2 midx: pass a repository pointer by Derrick Stolee · 6 years ago
  36. 776f3e1 Merge branch 'jk/server-info-rabbit-hole' by Junio C Hamano · 6 years ago
  37. 5f65d7d Merge branch 'dl/flex-str-cocci' by Junio C Hamano · 6 years ago
  38. 013fd7a midx: check both pack and index names for containment by Jeff King · 6 years ago
  39. 577314c midx.c: convert FLEX_ALLOC_MEM to FLEX_ALLOC_STR by Denton Liu · 6 years ago
  40. 5ae18df midx: during verify group objects by packfile to speed verification by Jeff Hostetler · 6 years ago
  41. 430efb8 midx: add progress indicators in multi-pack-index verify by Jeff Hostetler · 6 years ago
  42. d829223 trace2:data: add trace2 data to midx by Jeff Hostetler · 6 years ago
  43. 3b2f8a0 Merge branch 'jk/loose-object-cache' by Junio C Hamano · 6 years ago
  44. d355e46 i18n: fix small typos by Jean-Noël Avila · 6 years ago
  45. ab96f28 Merge branch 'jk/unused-parameter-fixes' by Junio C Hamano · 6 years ago
  46. 5fb9263 Merge branch 'ds/test-multi-pack-index' by Junio C Hamano · 6 years ago
  47. 61b0fcb midx: double-check large object write loop by Jeff King · 6 years ago
  48. 0465a50 multi-pack-index: define GIT_TEST_MULTI_PACK_INDEX by Derrick Stolee · 6 years ago
  49. 1dcd9f2 midx: close multi-pack-index on repack by Derrick Stolee · 6 years ago
  50. 17eeb06 multi-pack-index: avoid dead store for struct progress by Carlo Marcelo Arenas Belón · 6 years ago
  51. ee56992 Merge branch 'jk/oideq-hasheq-cleanup' by Junio C Hamano · 6 years ago
  52. 0ce4ff9 midx: fix broken free() in close_midx() by Derrick Stolee · 6 years ago
  53. e43d2dc more oideq/hasheq conversions by Jeff King · 6 years ago
  54. 144d703 multi-pack-index: report progress during 'verify' by Derrick Stolee · 6 years ago
  55. cc6af73 multi-pack-index: verify object offsets by Derrick Stolee · 6 years ago
  56. d8ac9ee multi-pack-index: fix 32-bit vs 64-bit size check by Derrick Stolee · 6 years ago
  57. 55c5648 multi-pack-index: verify oid lookup order by Derrick Stolee · 6 years ago
  58. 2f23d3f multi-pack-index: verify oid fanout order by Derrick Stolee · 6 years ago
  59. d4bf1d8 multi-pack-index: verify missing pack by Derrick Stolee · 6 years ago
  60. 8e72a3c multi-pack-index: verify packname order by Derrick Stolee · 6 years ago
  61. d3f8e21 multi-pack-index: verify corrupt chunk lookup table by Derrick Stolee · 6 years ago
  62. 53ad040 multi-pack-index: verify bad header by Derrick Stolee · 6 years ago
  63. 56ee7ff multi-pack-index: add 'verify' verb by Derrick Stolee · 6 years ago
  64. 0bff526 packfile: add all_packs list by Derrick Stolee · 7 years ago
  65. 29e2016 midx: fix bug that skips midx with alternates by Derrick Stolee · 7 years ago
  66. c39b02a midx: mark bad packed objects by Derrick Stolee · 7 years ago
  67. 2cf489a multi-pack-index: store local property by Derrick Stolee · 7 years ago
  68. 525e18c midx: clear midx on repack by Derrick Stolee · 7 years ago
  69. a40498a midx: use existing midx when writing new one by Derrick Stolee · 7 years ago
  70. 8aac67a midx: use midx in abbreviation calculations by Derrick Stolee · 7 years ago
  71. 3715a63 midx: read objects from multi-pack-index by Derrick Stolee · 7 years ago
  72. c4d2522 config: create core.multiPackIndex setting by Derrick Stolee · 7 years ago
  73. 662148c midx: write object offsets by Derrick Stolee · 7 years ago
  74. d7cacf2 midx: write object id fanout chunk by Derrick Stolee · 7 years ago
  75. 0d5b3a5 midx: write object ids in a chunk by Derrick Stolee · 7 years ago
  76. fe1ed56 midx: sort and deduplicate objects from packfiles by Derrick Stolee · 7 years ago
  77. 3227565 midx: read pack names into array by Derrick Stolee · 7 years ago
  78. 32f3c54 multi-pack-index: write pack names in chunk by Derrick Stolee · 7 years ago
  79. 396f257 multi-pack-index: read packfile list by Derrick Stolee · 7 years ago
  80. 4d80560 multi-pack-index: load into memory by Derrick Stolee · 7 years ago
  81. fc59e74 midx: write header information to lockfile by Derrick Stolee · 7 years ago
  82. a340773 multi-pack-index: add 'write' verb by Derrick Stolee · 7 years ago