Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/midx.c
AgeCommit message (Expand)Author
2021-09-10pack-bitmap: drop repository argument from prepare_midx_bitmap_git()Jeff King
2021-09-01pack-bitmap: write multi-pack bitmapsTaylor Blau
2021-09-01pack-bitmap: read multi-pack bitmapsTaylor Blau
2021-09-01midx: avoid opening multiple MIDXs when writingTaylor Blau
2021-09-01midx: close linked MIDXs, avoid leaking memoryTaylor Blau
2021-09-01midx: infer preferred pack when not given oneTaylor Blau
2021-09-01midx: reject empty `--preferred-pack`'sTaylor Blau
2021-09-01midx: clear auxiliary .rev after replacing the MIDXTaylor Blau
2021-09-01midx: fix `*.rev` cleanups with `--object-dir`Taylor Blau
2021-07-28Merge branch 'ab/attribute-format'Junio C Hamano
2021-07-14*.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason
2021-06-29midx: report checksum mismatches during 'verify'Taylor Blau
2021-06-29midx: don't reuse corrupt MIDXs when writingTaylor Blau
2021-04-27Always use oidread to read into struct object_idbrian m. carlson
2021-04-08Merge branch 'tb/reverse-midx'Junio C Hamano
2021-04-01midx.c: improve cache locality in midx_pack_order_cmp()Jeff King
2021-04-01pack-revindex: write multi-pack reverse indexesTaylor Blau
2021-04-01pack-revindex: read multi-pack reverse indexesTaylor Blau
2021-04-01midx: make some functions non-staticTaylor Blau
2021-04-01midx: keep track of the checksumTaylor Blau
2021-04-01midx: don't free midx_name earlyTaylor Blau
2021-04-01midx: allow marking a pack as preferredTaylor Blau
2021-03-14use CALLOC_ARRAYRené Scharfe
2021-03-02Merge branch 'ds/chunked-file-api'Junio C Hamano
2021-02-25Merge branch 'ds/chunked-file-api' into tb/reverse-midxJunio C Hamano
2021-02-19midx: use 64-bit multiplication for chunk sizesDerrick Stolee
2021-02-19midx: use chunk-format read APIDerrick Stolee
2021-02-19midx: use chunk-format API in write_midx_internal()Derrick Stolee
2021-02-19midx: drop chunk progress during writeDerrick Stolee
2021-02-19midx: return success/failure in chunk write methodsDerrick Stolee
2021-02-19midx: add num_large_offsets to write_midx_contextDerrick Stolee
2021-02-19midx: add pack_perm to write_midx_contextDerrick Stolee
2021-02-19midx: add entries to write_midx_contextDerrick Stolee
2021-02-19midx: use context in write_midx_pack_names()Derrick Stolee
2021-02-19midx: rename pack_info to write_midx_contextDerrick Stolee
2021-01-26Merge branch 'ma/more-opaque-lock-file'Junio C Hamano
2021-01-07midx: don't peek into `struct lock_file`Martin Ågren
2021-01-05hash-lookup: rename from sha1-lookupMartin Ågren
2020-12-09Merge branch 'tb/idx-midx-race-fix'Junio C Hamano
2020-11-26Merge branch 'rs/hashwrite-be64'Junio C Hamano
2020-11-26midx.c: protect against disappearing packsTaylor Blau
2020-11-12midx: use hashwrite_be64()René Scharfe
2020-10-28Merge branch 'ds/maintenance-part-2'Junio C Hamano
2020-09-25midx: use start_delayed_progress()Derrick Stolee
2020-09-25midx: enable core.multiPackIndex by defaultDerrick Stolee
2020-09-19Merge branch 'rs/misc-cleanups'Junio C Hamano
2020-09-09Merge branch 'tb/repack-clearing-midx'Junio C Hamano
2020-09-06midx: use hashwrite_u8() in write_midx_header()René Scharfe
2020-08-29midx: traverse the local MIDX firstTaylor Blau
2020-08-25Merge branch 'rs/more-buffered-io'Junio C Hamano