summaryrefslogtreecommitdiff
path: root/t/t6500-gc.sh
AgeCommit message (Expand)AuthorFilesLines
2026-07-19Merge branch 'mm/test-grep-lint'Junio C Hamano1-4/+4
2026-07-07parse-options: exit 0 on -hbrian m. carlson1-1/+1
2026-07-06t: convert grep assertions to test_grepMichael Montalbo1-4/+4
2026-02-24t6500: explicitly use "gc" strategyPatrick Steinhardt1-0/+1
2025-02-12Merge branch 'zh/gc-expire-to'Junio C Hamano1-0/+33
2025-01-24gc: add `--expire-to` optionZheNing Hu1-0/+33
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-09-20Merge branch 'ps/leakfixes-part-6'Junio C Hamano1-0/+1
2024-09-05builtin/repack: fix leaking keep-pack listPatrick Steinhardt1-0/+1
2024-08-16builtin/gc: add a `--detach` flagPatrick Steinhardt1-4/+41
2024-06-20Merge branch 'ds/ahead-behind-fix'Junio C Hamano1-1/+1
2024-06-12commit-graph: increment progress indicatorDerrick Stolee1-1/+1
2024-03-25t6500: extract objects with "17" prefixPatrick Steinhardt1-23/+7
2023-11-08Merge branch 'jc/test-i18ngrep'Junio C Hamano1-7/+7
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-7/+7
2023-10-18Merge branch 'tb/repack-max-cruft-size'Junio C Hamano1-0/+27
2023-10-05builtin/repack.c: implement support for `--max-cruft-size`Taylor Blau1-0/+27
2023-10-02gc: add `gc.repackFilterTo` config optionChristian Couder1-1/+12
2023-10-02gc: add `gc.repackFilter` config optionChristian Couder1-0/+13
2023-04-18builtin/gc.c: make `gc.cruftPacks` enabled by defaultTaylor Blau1-8/+4
2023-04-18t/t6500-gc.sh: add additional test casesTaylor Blau1-0/+4
2023-04-18t/t6500-gc.sh: refactor cruft pack testsTaylor Blau1-76/+38
2023-04-18builtin/gc.c: ignore cruft packs with `--keep-largest-pack`Taylor Blau1-0/+43
2022-10-26config: let feature.experimental imply gc.cruftPacks=trueEmily Shaffer1-0/+53
2022-10-26gc: add tests for --cruft and friendsEmily Shaffer1-0/+43
2022-03-17gc + p4 tests: use "test_hook", remove sub-shellsÆvar Arnfjörð Bjarmason1-12/+10
2021-08-02t6500: use "ls -1" to snapshot ref database stateHan-Wen Nienhuys1-2/+3
2021-06-16gc tests: add a test for the "pre-auto-gc" hookÆvar Arnfjörð Bjarmason1-0/+46
2021-02-22Merge branch 'ab/test-lib'Junio C Hamano1-2/+2
2021-02-12test-lib-functions: remove bug-inducing "diagnostics" helper paramÆvar Arnfjörð Bjarmason1-2/+2
2021-01-25t: prepare for GIT_TEST_WRITE_REV_INDEXTaylor Blau1-3/+3
2020-07-30t6500: specify test values for SHA-256brian m. carlson1-5/+22
2019-11-27commit-graph: use start_delayed_progress()Derrick Stolee1-1/+2
2019-11-27progress: create GIT_PROGRESS_DELAYDerrick Stolee1-2/+1
2019-05-28server-info: do not list unlinked packsEric Wong1-0/+2
2019-05-19Merge branch 'js/t6500-use-windows-pid-on-mingw'Junio C Hamano1-1/+9
2019-05-08t6500(mingw): use the Windows PID of the shellJohannes Schindelin1-1/+9
2019-04-01gc: handle & check gc.reflogExpire configÆvar Arnfjörð Bjarmason1-0/+19
2018-10-16Merge branch 'jn/gc-auto'Junio C Hamano1-3/+3
2018-10-16Merge branch 'jn/gc-auto-prep'Junio C Hamano1-1/+1
2018-09-20gc: fix regression in 7b0f229222 impacting --quietÆvar Arnfjörð Bjarmason1-0/+21
2018-07-17gc: do not return error for prior errors in daemonized modeJonathan Nieder1-3/+3
2018-07-17gc: exit with status 128 on failureJonathan Nieder1-1/+1
2018-04-16gc --auto: exclude base pack if not enough mem to "repack -ad"Nguyễn Thái Ngọc Duy1-0/+7
2018-04-16gc: add --keep-largest-pack optionNguyễn Thái Ngọc Duy1-0/+25
2018-03-27t/helper: merge test-chmtime into test-toolNguyễn Thái Ngọc Duy1-1/+1
2017-07-12gc: run pre-detach operations under lockJeff King1-0/+21
2017-04-16t6500: wait for detached auto gc at the end of the test scriptSZEDER Gábor1-1/+17
2017-02-13gc: ignore old gc.log filesDavid Turner1-0/+15
2016-12-29auto gc: don't write bitmaps for incremental repacksDavid Turner1-0/+25