91 Commits (59ec22464f6c2b170b05f287e00740ea2288fe5c)

Author SHA1 Message Date
Derrick Stolee 665d70ad03 commit-graph: use the "hash version" byte 5 years ago
brian m. carlson e023ff0691 t: remove test_oid_init in tests 5 years ago
Derrick Stolee 7b671f8c2b commit-graph: change test to die on parse, not load 5 years ago
SZEDER Gábor 2ad4f1a7c4 commit-graph: simplify parse_commit_graph() #1 5 years ago
SZEDER Gábor cb9daf16db commit-graph: fix parsing the Chunk Lookup table 5 years ago
Taylor Blau 94fbd9149a t5318: test that '--stdin-commits' respects '--[no-]progress' 5 years ago
Taylor Blau 6334c5ff97 t5318: use 'test_must_be_empty' 5 years ago
Taylor Blau 2f00c355cb commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flag 5 years ago
Taylor Blau 1f1304d497 t5318: reorder test below 'graph_read_expect' 5 years ago
Junio C Hamano dbd5e0a186 Revert "commit-graph.c: introduce '--[no-]check-oids'" 5 years ago
Taylor Blau 1f9becaedc commit-graph.c: write non-split graphs as read-only 5 years ago
Taylor Blau 7a9ce0269b commit-graph.c: introduce '--[no-]check-oids' 5 years ago
Taylor Blau 6830c36077 commit-graph.h: replace 'commit_hex' with 'commits' 5 years ago
Garima Singh d5b873c832 commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flag 5 years ago
brian m. carlson 48c10cc0e6 t5318: update for SHA-256 5 years ago
Taylor Blau 1793280e91 t5318: don't pass non-object directory to '--object-dir' 5 years ago
brian m. carlson 1d86c8f0ce t5318: update for SHA-256 5 years ago
Derrick Stolee 44a4693bfc progress: create GIT_PROGRESS_DELAY 5 years ago
Derrick Stolee 4bd0593e0f test-tool: use 'read-graph' helper 5 years ago
Jeff King 228c78fbd4 commit, tag: don't set parsed bit for parse failures 5 years ago
Garima Singh 7371612255 commit-graph: add --[no-]progress to write and verify 6 years ago
Taylor Blau 806278dead commit-graph.c: handle corrupt/missing trees 6 years ago
Taylor Blau 16749b8dd2 commit-graph.c: handle commit parsing errors 6 years ago
Taylor Blau 23424ea759 t/t5318: introduce failing 'git commit-graph write' tests 6 years ago
SZEDER Gábor 7c5c9b9c57 commit-graph: error out on invalid commit oids in 'write --stdin-commits' 6 years ago
SZEDER Gábor 9916073be5 t5318-commit-graph: use 'test_expect_code' 6 years ago
Derrick Stolee 6c622f9f0b commit-graph: write commit-graph chains 6 years ago
Derrick Stolee e103f7276f commit-graph: return with errors during write 6 years ago
Ævar Arnfjörð Bjarmason 43d3561805 commit-graph write: don't die if the existing graph is corrupt 6 years ago
Ævar Arnfjörð Bjarmason 7b8ce9c673 commit-graph verify: detect inability to read the graph 6 years ago
Ævar Arnfjörð Bjarmason 61df89c8e5 commit-graph: don't early exit(1) on e.g. "git status" 6 years ago
Ævar Arnfjörð Bjarmason 2ac138d568 commit-graph: fix segfault on e.g. "git status" 6 years ago
SZEDER Gábor 0b918b75af t5318-commit-graph: remove unused variable 6 years ago
Ævar Arnfjörð Bjarmason 945944ca70 commit-graph tests: test a graph that's too small 6 years ago
Ævar Arnfjörð Bjarmason f6761faaa1 commit-graph tests: split up corrupt_graph_and_verify() 6 years ago
Ævar Arnfjörð Bjarmason b9cc405612 commit-graph tests: fix unportable "dd" invocation 6 years ago
Randall S. Becker 24b451e77c t5318: replace use of /dev/zero with generate_zero_bytes 6 years ago
SZEDER Gábor 5af7417bd8 commit-graph: rename "large edges" to "extra edges" 6 years ago
Josh Steadmon d2b86fbaa1 commit-graph: fix buffer read-overflow 6 years ago
Matthew DeVore dcbaa0b361 t/*: fix ordering of expected/observed arguments 6 years ago
Derrick Stolee ae0c89d41b t5318: use test_oid for HASH_LEN 7 years ago
Ævar Arnfjörð Bjarmason 4a3ed63802 tests: fix and add lint for non-portable grep --file 7 years ago
Derrick Stolee 20fd6d5799 commit-graph: not compatible with grafts 7 years ago
Derrick Stolee d6538246d3 commit-graph: not compatible with replace objects 7 years ago
SZEDER Gábor 3c4586301d t5318: avoid unnecessary command substitutions 7 years ago
SZEDER Gábor eb7cc5bc80 t5318: use 'test_cmp_bin' to compare commit-graph files 7 years ago
Jonathan Tan dade47c06c commit-graph: add repo arg to graph readers 7 years ago
Derrick Stolee d5d5d7b641 gc: automatically write commit-graph files 7 years ago
Derrick Stolee 59fb87701f commit-graph: add '--reachable' option 7 years ago
Derrick Stolee e0fd51e1d7 fsck: verify commit-graph 7 years ago