summaryrefslogtreecommitdiff
path: root/t/t5318-commit-graph.sh
AgeCommit message (Expand)AuthorFilesLines
2020-02-07t5318: update for SHA-256Libravatar brian m. carlson1-2/+2
2020-02-05Merge branch 'bc/hash-independent-tests-part-7'Libravatar Junio C Hamano1-1/+1
2020-01-15t5318: update for SHA-256Libravatar brian m. carlson1-1/+1
2019-12-10Merge branch 'ds/commit-graph-delay-gen-progress'Libravatar Junio C Hamano1-2/+2
2019-12-01Merge branch 'ds/test-read-graph'Libravatar Junio C Hamano1-1/+1
2019-11-27progress: create GIT_PROGRESS_DELAYLibravatar Derrick Stolee1-2/+2
2019-11-13test-tool: use 'read-graph' helperLibravatar Derrick Stolee1-1/+1
2019-10-28commit, tag: don't set parsed bit for parse failuresLibravatar Jeff King1-1/+1
2019-10-07Merge branch 'tb/commit-graph-harden'Libravatar Junio C Hamano1-0/+43
2019-09-18commit-graph: add --[no-]progress to write and verifyLibravatar Garima Singh1-0/+36
2019-09-09commit-graph.c: handle corrupt/missing treesLibravatar Taylor Blau1-1/+1
2019-09-09commit-graph.c: handle commit parsing errorsLibravatar Taylor Blau1-1/+1
2019-09-09t/t5318: introduce failing 'git commit-graph write' testsLibravatar Taylor Blau1-0/+43
2019-08-05commit-graph: error out on invalid commit oids in 'write --stdin-commits'Libravatar SZEDER Gábor1-1/+10
2019-08-05t5318-commit-graph: use 'test_expect_code'Libravatar SZEDER Gábor1-2/+1
2019-07-19Merge branch 'ds/commit-graph-incremental'Libravatar Junio C Hamano1-1/+1
2019-07-09Merge branch 'ds/commit-graph-write-refactor'Libravatar Junio C Hamano1-0/+8
2019-06-19commit-graph: write commit-graph chainsLibravatar Derrick Stolee1-1/+1
2019-06-12commit-graph: return with errors during writeLibravatar Derrick Stolee1-0/+8
2019-04-25Merge branch 'ab/commit-graph-fixes'Libravatar Junio C Hamano1-6/+36
2019-04-01commit-graph write: don't die if the existing graph is corruptLibravatar Ævar Arnfjörð Bjarmason1-2/+9
2019-04-01commit-graph verify: detect inability to read the graphLibravatar Ævar Arnfjörð Bjarmason1-0/+6
2019-04-01commit-graph: don't early exit(1) on e.g. "git status"Libravatar Ævar Arnfjörð Bjarmason1-1/+1
2019-04-01commit-graph: fix segfault on e.g. "git status"Libravatar Ævar Arnfjörð Bjarmason1-1/+2
2019-03-24t5318-commit-graph: remove unused variableLibravatar SZEDER Gábor1-1/+1
2019-02-22commit-graph tests: test a graph that's too smallLibravatar Ævar Arnfjörð Bjarmason1-0/+6
2019-02-22commit-graph tests: split up corrupt_graph_and_verify()Libravatar Ævar Arnfjörð Bjarmason1-6/+16
2019-02-22commit-graph tests: fix unportable "dd" invocationLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2019-02-13t5318: replace use of /dev/zero with generate_zero_bytesLibravatar Randall S. Becker1-1/+1
2019-02-05Merge branch 'ab/commit-graph-write-progress'Libravatar Junio C Hamano1-7/+7
2019-01-22commit-graph: rename "large edges" to "extra edges"Libravatar SZEDER Gábor1-7/+7
2019-01-15commit-graph: fix buffer read-overflowLibravatar Josh Steadmon1-3/+13
2018-10-16Merge branch 'md/test-cleanup'Libravatar Junio C Hamano1-1/+1
2018-10-16Merge branch 'ds/commit-graph-with-grafts'Libravatar Junio C Hamano1-0/+60
2018-10-07t/*: fix ordering of expected/observed argumentsLibravatar Matthew DeVore1-1/+1
2018-09-17t5318: use test_oid for HASH_LENLibravatar Derrick Stolee1-2/+3
2018-08-27tests: fix and add lint for non-portable grep --fileLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2018-08-21commit-graph: not compatible with graftsLibravatar Derrick Stolee1-0/+38
2018-08-21commit-graph: not compatible with replace objectsLibravatar Derrick Stolee1-0/+22
2018-08-20Merge branch 'jt/commit-graph-per-object-store'Libravatar Junio C Hamano1-5/+7
2018-08-20Merge branch 'ds/commit-graph-fsck'Libravatar Junio C Hamano1-2/+2
2018-08-13t5318: avoid unnecessary command substitutionsLibravatar SZEDER Gábor1-5/+7
2018-08-13t5318: use 'test_cmp_bin' to compare commit-graph filesLibravatar SZEDER Gábor1-2/+2
2018-07-17commit-graph: add repo arg to graph readersLibravatar Jonathan Tan1-0/+35
2018-06-27gc: automatically write commit-graph filesLibravatar Derrick Stolee1-0/+14
2018-06-27commit-graph: add '--reachable' optionLibravatar Derrick Stolee1-0/+10
2018-06-27fsck: verify commit-graphLibravatar Derrick Stolee1-0/+8
2018-06-27commit-graph: verify contents match checksumLibravatar Derrick Stolee1-0/+6
2018-06-27commit-graph: test for corrupted octopus edgeLibravatar Derrick Stolee1-0/+10
2018-06-27commit-graph: verify commit dateLibravatar Derrick Stolee1-0/+6