summaryrefslogtreecommitdiffstats
path: root/t/t5318-commit-graph.sh
AgeCommit message (Expand)AuthorLines
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
2021-02-01commit-graph: prepare commit graphDerrick Stolee-1/+1
2021-02-01commit-graph: always parse before commit_graph_data_at()Derrick Stolee-0/+21
2021-01-18commit-graph: implement generation data chunkAbhishek Kumar-13/+66
2020-08-17commit-graph: use the "hash version" byteDerrick Stolee-2/+36
2020-08-11Merge branch 'bc/sha-256-part-3'Junio C Hamano-2/+1
2020-07-30Merge branch 'ds/commit-graph-bloom-updates' into masterJunio C Hamano-1/+1
2020-07-30Merge branch 'sg/commit-graph-cleanups' into masterJunio C Hamano-2/+3
2020-07-30t: remove test_oid_init in testsbrian m. carlson-2/+1
2020-06-23commit-graph: change test to die on parse, not loadDerrick Stolee-1/+1
2020-06-17Merge branch 'tb/t5318-cleanup'Junio C Hamano-4/+25
2020-06-08Merge branch 'tb/commit-graph-no-check-oids'Junio C Hamano-9/+16
2020-06-08commit-graph: simplify parse_commit_graph() #1SZEDER Gábor-1/+2
2020-06-08commit-graph: fix parsing the Chunk Lookup tableSZEDER Gábor-1/+1
2020-06-04t5318: test that '--stdin-commits' respects '--[no-]progress'Taylor Blau-0/+21
2020-06-04t5318: use 'test_must_be_empty'Taylor Blau-4/+4
2020-05-18commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flagTaylor Blau-4/+11
2020-05-18t5318: reorder test below 'graph_read_expect'Taylor Blau-9/+9
2020-05-05Merge branch 'tb/commit-graph-perm-bits'Junio C Hamano-1/+14
2020-05-01Merge branch 'gs/commit-graph-path-filter'Junio C Hamano-0/+2
2020-05-01Merge branch 'tb/commit-graph-split-strategy'Junio C Hamano-1/+1
2020-04-29Revert "commit-graph.c: introduce '--[no-]check-oids'"Junio C Hamano-28/+0
2020-04-29commit-graph.c: write non-split graphs as read-onlyTaylor Blau-1/+14
2020-04-15commit-graph.c: introduce '--[no-]check-oids'Taylor Blau-0/+28
2020-04-15commit-graph.h: replace 'commit_hex' with 'commits'Taylor Blau-1/+1
2020-04-06commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flagGarima Singh-0/+2
2020-02-17Merge branch 'bc/hash-independent-tests-part-8'Junio C Hamano-2/+2