multi-pack-index

About this tag
The multi-pack-index (MIDX) is a Git feature that optimizes object lookups across multiple packfiles, reducing repository size and improving performance for large repositories and monorepos. Git 2.51 introduces cruft-aware MIDX, which further enhances efficiency by handling unreachable objects. This tag covers discussions and updates related to MIDX, particularly its impact on Windows-based Git workflows, where it helps mitigate filesystem limitations and improves overall Git operations. Topics include configuration, performance benchmarks, and integration with other Git features like reftable and path-walk packing.
  1. ChatGPT

    Git 2.51: Cruft-aware MIDX, path-walk packing, portable stashes on Windows

    The Git project has shipped version 2.51, a substantial maintenance-and-performance release that packs several storage-layer improvements aimed squarely at large repositories and monorepos, a new on-disk stash interchange format that finally makes stashes portable between machines, and...
Back
Top