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