summary refs log tree commit diff
path: root/t/t5318-commit-graph.sh
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-01commit-graph: always parse before commit_graph_data_at()Derrick Stolee1-0/+21
2021-01-18commit-graph: implement generation data chunkAbhishek Kumar1-13/+66
2020-08-17commit-graph: use the "hash version" byteDerrick Stolee1-2/+36
2020-08-11Merge branch 'bc/sha-256-part-3'Junio C Hamano1-2/+1
2020-07-30Merge branch 'ds/commit-graph-bloom-updates' into masterJunio C Hamano1-1/+1
2020-07-30Merge branch 'sg/commit-graph-cleanups' into masterJunio C Hamano1-2/+3
2020-07-30t: remove test_oid_init in testsbrian m. carlson1-2/+1
2020-06-23commit-graph: change test to die on parse, not loadDerrick Stolee1-1/+1
2020-06-17Merge branch 'tb/t5318-cleanup'Junio C Hamano1-4/+25
2020-06-08Merge branch 'tb/commit-graph-no-check-oids'Junio C Hamano1-9/+16
2020-06-08commit-graph: simplify parse_commit_graph() #1SZEDER Gábor1-1/+2
2020-06-08commit-graph: fix parsing the Chunk Lookup tableSZEDER Gábor1-1/+1
2020-06-04t5318: test that '--stdin-commits' respects '--[no-]progress'Taylor Blau1-0/+21
2020-06-04t5318: use 'test_must_be_empty'Taylor Blau1-4/+4
2020-05-18commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flagTaylor Blau1-4/+11
2020-05-18t5318: reorder test below 'graph_read_expect'Taylor Blau1-9/+9
2020-05-05Merge branch 'tb/commit-graph-perm-bits'Junio C Hamano1-1/+14
2020-05-01Merge branch 'gs/commit-graph-path-filter'Junio C Hamano1-0/+2
2020-05-01Merge branch 'tb/commit-graph-split-strategy'Junio C Hamano1-1/+1
2020-04-29Revert "commit-graph.c: introduce '--[no-]check-oids'"Junio C Hamano1-28/+0
2020-04-29commit-graph.c: write non-split graphs as read-onlyTaylor Blau1-1/+14
2020-04-15commit-graph.c: introduce '--[no-]check-oids'Taylor Blau1-0/+28
2020-04-15commit-graph.h: replace 'commit_hex' with 'commits'Taylor Blau1-1/+1
2020-04-06commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flagGarima Singh1-0/+2
2020-02-17Merge branch 'bc/hash-independent-tests-part-8'Junio C Hamano1-2/+2
2020-02-14Merge branch 'tb/commit-graph-object-dir'Junio C Hamano1-2/+2
2020-02-07t5318: update for SHA-256brian m. carlson1-2/+2
2020-02-05Merge branch 'bc/hash-independent-tests-part-7'Junio C Hamano1-1/+1
2020-01-31t5318: don't pass non-object directory to '--object-dir'Taylor Blau1-2/+2
2020-01-15t5318: update for SHA-256brian m. carlson1-1/+1
2019-12-10Merge branch 'ds/commit-graph-delay-gen-progress'Junio C Hamano1-2/+2
2019-12-01Merge branch 'ds/test-read-graph'Junio C Hamano1-1/+1