summaryrefslogtreecommitdiff
path: root/t/t5318-commit-graph.sh
AgeCommit message (Expand)Author
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
2020-07-30Merge branch 'ds/commit-graph-bloom-updates' into masterJunio C Hamano
2020-07-30Merge branch 'sg/commit-graph-cleanups' into masterJunio C Hamano
2020-07-30t: remove test_oid_init in testsbrian m. carlson
2020-06-24commit-graph: change test to die on parse, not loadDerrick Stolee
2020-06-18Merge branch 'tb/t5318-cleanup'Junio C Hamano
2020-06-09Merge branch 'tb/commit-graph-no-check-oids'Junio C Hamano
2020-06-08commit-graph: simplify parse_commit_graph() #1SZEDER Gábor
2020-06-08commit-graph: fix parsing the Chunk Lookup tableSZEDER Gábor
2020-06-04t5318: test that '--stdin-commits' respects '--[no-]progress'Taylor Blau
2020-06-04t5318: use 'test_must_be_empty'Taylor Blau
2020-05-18commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flagTaylor Blau
2020-05-18t5318: reorder test below 'graph_read_expect'Taylor Blau
2020-05-05Merge branch 'tb/commit-graph-perm-bits'Junio C Hamano
2020-05-01Merge branch 'gs/commit-graph-path-filter'Junio C Hamano
2020-05-01Merge branch 'tb/commit-graph-split-strategy'Junio C Hamano
2020-04-29Revert "commit-graph.c: introduce '--[no-]check-oids'"Junio C Hamano
2020-04-29commit-graph.c: write non-split graphs as read-onlyTaylor Blau
2020-04-15commit-graph.c: introduce '--[no-]check-oids'Taylor Blau
2020-04-15commit-graph.h: replace 'commit_hex' with 'commits'Taylor Blau
2020-04-06commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flagGarima Singh
2020-02-17Merge branch 'bc/hash-independent-tests-part-8'Junio C Hamano
2020-02-14Merge branch 'tb/commit-graph-object-dir'Junio C Hamano
2020-02-07t5318: update for SHA-256brian m. carlson
2020-02-05Merge branch 'bc/hash-independent-tests-part-7'Junio C Hamano