aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5324-split-commit-graph.sh
AgeCommit message (Expand)AuthorFilesLines
2025-04-07t: introduce PERL_TEST_HELPERS prerequisitePatrick Steinhardt1-1/+1
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-10-24t: fix typosAndrew Kreimer1-1/+1
2024-06-07commit-graph.c: remove temporary graph layers on exitTaylor Blau1-1/+25
2023-11-08Merge branch 'jc/test-i18ngrep'Junio C Hamano1-10/+10
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-8/+8
2023-10-23Merge branch 'jk/chunk-bounds'Junio C Hamano1-3/+17
2023-10-13Merge branch 'jk/commit-graph-leak-fixes'Junio C Hamano1-0/+2
2023-10-09commit-graph: bounds-check base graphs chunkJeff King1-0/+14
2023-10-09commit-graph: check consistency of fanout tableJeff King1-3/+3
2023-10-03commit-graph: clear oidset after finishing writeJeff King1-0/+2
2023-09-28commit-graph: report incomplete chains during verificationJeff King1-3/+29
2023-09-28commit-graph: tighten chain size checkJeff King1-0/+12
2023-09-28commit-graph: detect read errors when verifying graph chainJeff King1-2/+2
2023-09-28t5324: harmonize sha1/sha256 graph chain corruptionJeff King1-5/+20
2023-07-10commit-graph.c: avoid duplicated progress output during `verify`Taylor Blau1-1/+2
2022-03-01commit-graph: start parsing generation v2 (again)Derrick Stolee1-2/+7
2022-03-01test-read-graph: include extra post-parse infoDerrick Stolee1-0/+5
2021-10-15commit-graph tests: fix another graph_git_two_modes() helperÆvar Arnfjörð Bjarmason1-8/+12
2021-02-25commit-graph: use config to specify generation typeDerrick Stolee1-2/+2
2021-01-18commit-graph: use generation v2 only if entire chain doesAbhishek Kumar1-0/+181
2021-01-18commit-graph: implement generation data chunkAbhishek Kumar1-6/+6
2020-11-02Merge branch 'ds/commit-graph-merging-fix'Junio C Hamano1-0/+13
2020-10-09commit-graph: don't write commit-graph when disabledDerrick Stolee1-1/+2
2020-10-09commit-graph: ignore duplicates when merging layersDerrick Stolee1-0/+25
2020-09-29Merge branch 'tb/bloom-improvements'Junio C Hamano1-0/+13
2020-09-09commit-graph: introduce 'get_bloom_filter_settings()'Taylor Blau1-0/+13
2020-08-17commit-graph: use the "hash version" byteDerrick Stolee1-1/+4
2020-08-11Merge branch 'bc/sha-256-part-3'Junio C Hamano1-1/+0
2020-07-30t: remove test_oid_init in testsbrian m. carlson1-1/+0
2020-07-07t5324: reorder `run_with_limited_open_files test_might_fail`Denton Liu1-1/+1
2020-05-05Merge branch 'tb/commit-graph-perm-bits'Junio C Hamano1-0/+24
2020-05-01Merge branch 'gs/commit-graph-path-filter'Junio C Hamano1-0/+1
2020-05-01Merge branch 'tb/commit-graph-fd-exhaustion-fix'Junio C Hamano1-0/+13
2020-05-01Merge branch 'tb/commit-graph-split-strategy'Junio C Hamano1-0/+30
2020-04-29commit-graph.c: make 'commit-graph-chain's read-onlyTaylor Blau1-0/+2
2020-04-29commit-graph.c: ensure graph layers respect core.sharedRepositoryTaylor Blau1-0/+22
2020-04-28Merge branch 'ds/commit-graph-expiry-fix'Junio C Hamano1-1/+7
2020-04-23commit-graph.c: gracefully handle file descriptor exhaustionTaylor Blau1-0/+13
2020-04-15builtin/commit-graph.c: introduce split strategy 'replace'Taylor Blau1-0/+19
2020-04-15builtin/commit-graph.c: introduce split strategy 'no-merge'Taylor Blau1-0/+11
2020-04-06commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flagGarima Singh1-0/+1
2020-04-01commit-graph: fix buggy --expire-time optionDerrick Stolee1-1/+7
2020-01-15t5324: make hash size independentbrian m. carlson1-3/+10
2019-11-13test-tool: use 'read-graph' helperDerrick Stolee1-1/+1
2019-09-18commit-graph: add --[no-]progress to write and verifyGarima Singh1-1/+1
2019-09-09Merge branch 'ds/feature-macros'Junio C Hamano1-0/+2
2019-08-13commit-graph: turn on commit-graph by defaultDerrick Stolee1-0/+2
2019-08-05commit-graph: fix bug around octopus mergesDerrick Stolee1-1/+3
2019-06-19commit-graph: test verify across alternatesDerrick Stolee1-0/+19
2019-06-19commit-graph: normalize commit-graph filenamesDerrick Stolee1-1/+6
2019-06-19commit-graph: test --split across alternate without --splitDerrick Stolee1-0/+15
2019-06-19commit-graph: test octopus merges with --splitDerrick Stolee1-0/+11
2019-06-19commit-graph: clean up chains after flattened writeDerrick Stolee1-0/+12
2019-06-19commit-graph: verify chains with --shallow modeDerrick Stolee1-0/+62
2019-06-19commit-graph: create options for split filesDerrick Stolee1-0/+47
2019-06-19commit-graph: expire commit-graph filesDerrick Stolee1-1/+1
2019-06-19commit-graph: allow cross-alternate chainsDerrick Stolee1-0/+37
2019-06-19commit-graph: merge commit-graph chainsDerrick Stolee1-0/+13
2019-06-19commit-graph: add --split option to builtinDerrick Stolee1-0/+122