aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5318-commit-graph.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-22commit-graph: add new config for changed-paths & recommend it in scalarEmily Yang1-0/+44
2025-04-07t: introduce PERL_TEST_HELPERS prerequisitePatrick Steinhardt1-6/+6
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-08-01t/test-repository: fix leaking repositoryPatrick Steinhardt1-0/+2
2023-12-18Merge branch 'ps/commit-graph-less-paranoid'Junio C Hamano1-4/+4
2023-12-09Merge branch 'jk/chunk-bounds-more'Junio C Hamano1-7/+9
2023-11-26commit-graph: disable GIT_COMMIT_GRAPH_PARANOIA by defaultPatrick Steinhardt1-4/+4
2023-11-09commit-graph: check order while reading fanout chunkJeff King1-0/+1
2023-11-09commit-graph: use fanout value for graph sizeJeff King1-2/+3
2023-11-09commit-graph: clarify missing-chunk error messagesJeff King1-5/+5
2023-11-08Merge branch 'jc/test-i18ngrep'Junio C Hamano1-9/+9
2023-11-08Merge branch 'ps/do-not-trust-commit-graph-blindly-for-existence'Junio C Hamano1-0/+48
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-9/+9
2023-11-01commit: detect commits that exist in commit-graph but not in the ODBPatrick Steinhardt1-0/+27
2023-11-01commit-graph: introduce envvar to disable commit existence checksPatrick Steinhardt1-0/+21
2023-10-09commit-graph: check size of generations chunkJeff King1-0/+8
2023-10-09commit-graph: detect out-of-bounds extra-edges pointersJeff King1-0/+8
2023-10-09commit-graph: check size of commit data chunkJeff King1-0/+9
2023-10-09commit-graph: check consistency of fanout tableJeff King1-1/+24
2023-10-09commit-graph: check size of oid fanout chunkJeff King1-0/+26
2023-08-21commit-graph: avoid repeated mixed generation number warningsTaylor Blau1-2/+2
2023-08-21t/t5318-commit-graph.sh: test generation zero transitions during fsckTaylor Blau1-6/+12
2023-08-21commit-graph: introduce `commit_graph_generation_from_graph()`Taylor Blau1-1/+1
2023-07-24t5318: avoid top-level directory changesTaylor Blau1-206/+172
2023-07-10fsck: suppress commit-graph output with `--no-progress`Taylor Blau1-0/+10
2023-03-20commit-graph: return generation from memoryDerrick Stolee1-1/+1
2022-09-01Merge branch 'sg/parse-options-subcommand'Junio C Hamano1-2/+2
2022-08-19builtin/commit-graph.c: let parse-options parse subcommandsSZEDER Gábor1-2/+2
2022-08-03Merge branch 'tb/commit-graph-genv2-upgrade-fix'Junio C Hamano1-0/+27
2022-07-15commit-graph: fix corrupt upgrade from generation v1 to v2Taylor Blau1-1/+1
2022-07-15t5318: demonstrate commit-graph generation v2 corruptionTaylor Blau1-0/+27
2022-06-06tests: don't assume a .git/info for .git/info/graftsÆvar Arnfjörð Bjarmason1-1/+2
2022-03-01commit-graph: start parsing generation v2 (again)Derrick Stolee1-1/+1
2022-03-01commit-graph: fix ordering bug in generation numbersDerrick Stolee1-2/+2
2022-03-01t5318: extract helpers to lib-commit-graph.shDerrick Stolee1-48/+2
2022-03-01test-read-graph: include extra post-parse infoDerrick Stolee1-0/+1
2021-12-13t5000-t5999: detect and signal failure within loopEric Sunshine1-3/+3
2021-10-15fsck: verify commit graph when implicitly enabledGlen Choo1-1/+22
2021-10-15Merge branch 'ab/ignore-replace-while-working-on-commit-graph' into gc/use-re...Junio C Hamano1-2/+3
2021-10-15commit-graph: don't consider "replace" objects with "verify"Ævar Arnfjörð Bjarmason1-0/+1
2021-10-15commit-graph tests: fix error-hiding graph_git_two_modes() helperÆvar Arnfjörð Bjarmason1-2/+2
2021-08-30commit-graph: show "unexpected subcommand" errorÆvar Arnfjörð Bjarmason1-1/+15
2021-08-30commit-graph: show usage on "commit-graph [write|verify] garbage"Ævar Arnfjörð Bjarmason1-0/+5
2021-03-22Merge branch 'ds/commit-graph-generation-config'Junio C Hamano1-1/+1
2021-03-01Merge branch 'ds/chunked-file-api'Junio C Hamano1-1/+1
2021-02-25commit-graph: use config to specify generation typeDerrick Stolee1-1/+1
2021-02-22Merge branch 'ab/test-lib'Junio C Hamano1-1/+1
2021-02-18commit-graph: use chunk-format read APIDerrick Stolee1-1/+1
2021-02-10test-lib-functions: remove generate_zero_bytes() wrapperÆvar Arnfjörð Bjarmason1-1/+1
2021-02-01commit-graph: prepare commit graphDerrick Stolee1-1/+1