summaryrefslogtreecommitdiff
path: root/t/t5318-commit-graph.sh
AgeCommit message (Expand)Author
2023-12-18Merge branch 'ps/commit-graph-less-paranoid'Junio C Hamano
2023-12-10Merge branch 'jk/chunk-bounds-more'Junio C Hamano
2023-11-26commit-graph: disable GIT_COMMIT_GRAPH_PARANOIA by defaultPatrick Steinhardt
2023-11-09commit-graph: check order while reading fanout chunkJeff King
2023-11-09commit-graph: use fanout value for graph sizeJeff King
2023-11-09commit-graph: clarify missing-chunk error messagesJeff King
2023-11-08Merge branch 'jc/test-i18ngrep'Junio C Hamano
2023-11-08Merge branch 'ps/do-not-trust-commit-graph-blindly-for-existence'Junio C Hamano
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-11-01commit: detect commits that exist in commit-graph but not in the ODBPatrick Steinhardt
2023-11-01commit-graph: introduce envvar to disable commit existence checksPatrick Steinhardt
2023-10-09commit-graph: check size of generations chunkJeff King
2023-10-09commit-graph: detect out-of-bounds extra-edges pointersJeff King
2023-10-09commit-graph: check size of commit data chunkJeff King
2023-10-09commit-graph: check consistency of fanout tableJeff King
2023-10-09commit-graph: check size of oid fanout chunkJeff King
2023-08-21commit-graph: avoid repeated mixed generation number warningsTaylor Blau
2023-08-21t/t5318-commit-graph.sh: test generation zero transitions during fsckTaylor Blau
2023-08-21commit-graph: introduce `commit_graph_generation_from_graph()`Taylor Blau
2023-07-24t5318: avoid top-level directory changesTaylor Blau
2023-07-10fsck: suppress commit-graph output with `--no-progress`Taylor Blau
2023-03-20commit-graph: return generation from memoryDerrick Stolee
2022-09-01Merge branch 'sg/parse-options-subcommand'Junio C Hamano
2022-08-19builtin/commit-graph.c: let parse-options parse subcommandsSZEDER Gábor
2022-08-03Merge branch 'tb/commit-graph-genv2-upgrade-fix'Junio C Hamano
2022-07-15commit-graph: fix corrupt upgrade from generation v1 to v2Taylor Blau
2022-07-15t5318: demonstrate commit-graph generation v2 corruptionTaylor Blau
2022-06-06tests: don't assume a .git/info for .git/info/graftsÆvar Arnfjörð Bjarmason
2022-03-01commit-graph: start parsing generation v2 (again)Derrick Stolee
2022-03-01commit-graph: fix ordering bug in generation numbersDerrick Stolee
2022-03-01t5318: extract helpers to lib-commit-graph.shDerrick Stolee
2022-03-01test-read-graph: include extra post-parse infoDerrick Stolee
2021-12-13t5000-t5999: detect and signal failure within loopEric Sunshine
2021-10-15fsck: verify commit graph when implicitly enabledGlen Choo
2021-10-15Merge branch 'ab/ignore-replace-while-working-on-commit-graph' into gc/use-re...Junio C Hamano
2021-10-15commit-graph: don't consider "replace" objects with "verify"Ævar Arnfjörð Bjarmason
2021-10-15commit-graph tests: fix error-hiding graph_git_two_modes() helperÆvar Arnfjörð Bjarmason
2021-08-31commit-graph: show "unexpected subcommand" errorÆvar Arnfjörð Bjarmason
2021-08-31commit-graph: show usage on "commit-graph [write|verify] garbage"Ævar Arnfjörð Bjarmason
2021-03-22Merge branch 'ds/commit-graph-generation-config'Junio C Hamano
2021-03-01Merge branch 'ds/chunked-file-api'Junio C Hamano
2021-02-25commit-graph: use config to specify generation typeDerrick Stolee
2021-02-23Merge branch 'ab/test-lib'Junio C Hamano
2021-02-18commit-graph: use chunk-format read APIDerrick Stolee
2021-02-10test-lib-functions: remove generate_zero_bytes() wrapperÆvar Arnfjörð Bjarmason
2021-02-02commit-graph: prepare commit graphDerrick Stolee
2021-02-02commit-graph: always parse before commit_graph_data_at()Derrick Stolee
2021-01-19commit-graph: implement generation data chunkAbhishek Kumar
2020-08-17commit-graph: use the "hash version" byteDerrick Stolee
2020-08-12Merge branch 'bc/sha-256-part-3'Junio C Hamano