summaryrefslogtreecommitdiff
path: root/t/t5319-multi-pack-index.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gc/use-repo-settings'Junio C Hamano2021-11-011-1/+4
|\
| * fsck: verify multi-pack-index when implictly enabledGlen Choo2021-10-151-1/+4
* | Merge branch 'tb/repack-write-midx'Junio C Hamano2021-10-181-0/+15
|\ \ | |/ |/|
| * builtin/multi-pack-index.c: support `--stdin-packs` modeTaylor Blau2021-09-281-0/+15
* | Merge branch 'tb/commit-graph-usage-fix'Junio C Hamano2021-10-061-6/+6
|\ \ | |/ |/|
| * builtin/multi-pack-index.c: disable top-level --[no-]progressTaylor Blau2021-09-221-6/+6
* | t5319: don't write MIDX bitmaps in t5319Taylor Blau2021-09-011-1/+2
* | midx: avoid opening multiple MIDXs when writingTaylor Blau2021-09-011-1/+9
* | midx: reject empty `--preferred-pack`'sTaylor Blau2021-09-011-0/+17
* | midx: fix `*.rev` cleanups with `--object-dir`Taylor Blau2021-09-011-0/+28
* | midx: disallow running outside of a repositoryTaylor Blau2021-09-011-0/+5
|/
* Merge branch 'tb/reverse-midx'Junio C Hamano2021-07-281-0/+5
|\
| * multi-pack-index: fix potential segfault without sub-commandTaylor Blau2021-07-191-0/+5
* | midx: report checksum mismatches during 'verify'Taylor Blau2021-06-281-0/+5
* | midx: don't reuse corrupt MIDXs when writingTaylor Blau2021-06-281-0/+8
|/
* midx: allow marking a pack as preferredTaylor Blau2021-04-011-0/+42
* Merge branch 'ds/chunked-file-api' into tb/reverse-midxJunio C Hamano2021-02-241-3/+3
|\
| * midx: use chunk-format read APIDerrick Stolee2021-02-181-3/+3
* | t: prepare for GIT_TEST_WRITE_REV_INDEXTaylor Blau2021-01-251-2/+3
|/
* Merge branch 'tb/idx-midx-race-fix'Junio C Hamano2020-12-081-2/+28
|\
| * midx.c: protect against disappearing packsTaylor Blau2020-11-251-1/+7
| * packfile.c: protect against disappearing indexesTaylor Blau2020-11-251-2/+22
* | Merge branch 'ds/maintenance-part-2'Junio C Hamano2020-10-271-7/+8
|\ \
| * | maintenance: add incremental-repack taskDerrick Stolee2020-09-251-0/+1
| * | midx: use start_delayed_progress()Derrick Stolee2020-09-251-7/+7
* | | Merge branch 'tb/repack-clearing-midx'Junio C Hamano2020-09-091-2/+42
|\ \ \
| * | | builtin/repack.c: invalidate MIDX only when necessaryTaylor Blau2020-08-261-2/+42
* | | | Merge branch 'ds/midx-repack-to-batch-size'Junio C Hamano2020-08-241-0/+18
|\ \ \ \
| * | | | multi-pack-index: repack batches below --batch-sizeDerrick Stolee2020-08-111-0/+18
| |/ / /
* | | | multi-pack-index: use hash version byteDerrick Stolee2020-08-171-4/+39
| |/ / |/| |
* | | t: remove test_oid_init in testsbrian m. carlson2020-07-301-1/+0
|/ /
* | multi-pack-index: respect repack.packKeptObjects=falseDerrick Stolee2020-05-101-0/+27
* | Merge branch 'ds/t5319-touch-fix'Junio C Hamano2020-04-281-4/+4
|\ \
| * | t5319: replace 'touch -m' with 'test-tool chmtime'Derrick Stolee2020-04-011-4/+4
| |/
* | midx.c: fix an integer underflowDamien Robert2020-03-281-4/+9
* | t5319: make test work with SHA-256brian m. carlson2020-01-151-4/+18
* | t5319: change invalid offset for SHA-256 compatibilitybrian m. carlson2020-01-151-2/+2
* | multi-pack-index: add [--[no-]progress] option.William Baker2019-10-231-0/+69
|/
* t5319: use 'test-tool path-utils' instead of 'ls -l'Derrick Stolee2019-07-011-2/+2
* t5319-multi-pack-index.sh: test batch size zeroDerrick Stolee2019-06-111-0/+19
* midx: add test that 'expire' respects .keep filesDerrick Stolee2019-06-111-0/+18
* multi-pack-index: test expire while adding packsDerrick Stolee2019-06-111-0/+32
* midx: implement midx_repack()Derrick Stolee2019-06-111-0/+28
* multi-pack-index: prepare 'repack' subcommandDerrick Stolee2019-06-111-1/+19
* multi-pack-index: implement 'expire' subcommandDerrick Stolee2019-06-111-0/+20
* multi-pack-index: prepare for 'expire' subcommandDerrick Stolee2019-06-111-0/+49
* packfile: fix pack basename computationJeff King2019-04-161-0/+14
* t5319: drop useless --buffer from cat-fileJeff King2019-04-161-2/+2
* t5319: fix bogus cat-file argumentJeff King2019-04-161-6/+7
* Merge branch 'ds/test-multi-pack-index'Junio C Hamano2018-11-131-1/+1
|\