summaryrefslogtreecommitdiff
path: root/t/t5318-commit-graph.sh
AgeCommit message (Expand)Author
2021-02-10test-lib-functions: remove generate_zero_bytes() wrapperÆvar Arnfjörð Bjarmason
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
2020-01-31t5318: don't pass non-object directory to '--object-dir'Taylor Blau
2020-01-15t5318: update for SHA-256brian m. carlson
2019-12-10Merge branch 'ds/commit-graph-delay-gen-progress'Junio C Hamano
2019-12-01Merge branch 'ds/test-read-graph'Junio C Hamano
2019-11-27progress: create GIT_PROGRESS_DELAYDerrick Stolee
2019-11-13test-tool: use 'read-graph' helperDerrick Stolee
2019-10-28commit, tag: don't set parsed bit for parse failuresJeff King
2019-10-07Merge branch 'tb/commit-graph-harden'Junio C Hamano
2019-09-18commit-graph: add --[no-]progress to write and verifyGarima Singh
2019-09-09commit-graph.c: handle corrupt/missing treesTaylor Blau
2019-09-09commit-graph.c: handle commit parsing errorsTaylor Blau
2019-09-09t/t5318: introduce failing 'git commit-graph write' testsTaylor Blau
2019-08-05commit-graph: error out on invalid commit oids in 'write --stdin-commits'SZEDER Gábor
2019-08-05t5318-commit-graph: use 'test_expect_code'SZEDER Gábor
2019-07-19Merge branch 'ds/commit-graph-incremental'Junio C Hamano
2019-07-09Merge branch 'ds/commit-graph-write-refactor'Junio C Hamano
2019-06-20commit-graph: write commit-graph chainsDerrick Stolee
2019-06-12commit-graph: return with errors during writeDerrick Stolee
2019-04-25Merge branch 'ab/commit-graph-fixes'Junio C Hamano
2019-04-01commit-graph write: don't die if the existing graph is corruptÆvar Arnfjörð Bjarmason
2019-04-01commit-graph verify: detect inability to read the graphÆvar Arnfjörð Bjarmason
2019-04-01commit-graph: don't early exit(1) on e.g. "git status"Ævar Arnfjörð Bjarmason
2019-04-01commit-graph: fix segfault on e.g. "git status"Ævar Arnfjörð Bjarmason