summaryrefslogtreecommitdiff
path: root/t/t5318-commit-graph.sh
AgeCommit message (Expand)Author
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
2019-03-24t5318-commit-graph: remove unused variableSZEDER Gábor
2019-02-22commit-graph tests: test a graph that's too smallÆvar Arnfjörð Bjarmason
2019-02-22commit-graph tests: split up corrupt_graph_and_verify()Ævar Arnfjörð Bjarmason
2019-02-22commit-graph tests: fix unportable "dd" invocationÆvar Arnfjörð Bjarmason
2019-02-13t5318: replace use of /dev/zero with generate_zero_bytesRandall S. Becker
2019-02-05Merge branch 'ab/commit-graph-write-progress'Junio C Hamano
2019-01-22commit-graph: rename "large edges" to "extra edges"SZEDER Gábor
2019-01-16commit-graph: fix buffer read-overflowJosh Steadmon
2018-10-16Merge branch 'md/test-cleanup'Junio C Hamano
2018-10-16Merge branch 'ds/commit-graph-with-grafts'Junio C Hamano
2018-10-06t/*: fix ordering of expected/observed argumentsMatthew DeVore
2018-09-17t5318: use test_oid for HASH_LENDerrick Stolee
2018-08-27tests: fix and add lint for non-portable grep --fileÆvar Arnfjörð Bjarmason
2018-08-21commit-graph: not compatible with graftsDerrick Stolee
2018-08-21commit-graph: not compatible with replace objectsDerrick Stolee
2018-08-20Merge branch 'jt/commit-graph-per-object-store'Junio C Hamano
2018-08-20Merge branch 'ds/commit-graph-fsck'Junio C Hamano
2018-08-13t5318: avoid unnecessary command substitutionsSZEDER Gábor
2018-08-13t5318: use 'test_cmp_bin' to compare commit-graph filesSZEDER Gábor
2018-07-17commit-graph: add repo arg to graph readersJonathan Tan
2018-06-27gc: automatically write commit-graph filesDerrick Stolee
2018-06-27commit-graph: add '--reachable' optionDerrick Stolee
2018-06-27fsck: verify commit-graphDerrick Stolee
2018-06-27commit-graph: verify contents match checksumDerrick Stolee
2018-06-27commit-graph: test for corrupted octopus edgeDerrick Stolee
2018-06-27commit-graph: verify commit dateDerrick Stolee
2018-06-27commit-graph: verify generation numberDerrick Stolee
2018-06-27commit-graph: verify parent listDerrick Stolee
2018-06-27commit-graph: verify root tree OIDsDerrick Stolee
2018-06-27commit-graph: verify objects existDerrick Stolee
2018-06-27commit-graph: verify corrupt OID fanout and lookupDerrick Stolee
2018-06-27commit-graph: verify required chunks are presentDerrick Stolee
2018-06-27commit-graph: verify catches corrupt signatureDerrick Stolee
2018-06-27commit-graph: add 'verify' subcommandDerrick Stolee
2018-06-27t5318-commit-graph.sh: use core.commitGraphDerrick Stolee
2018-05-22merge: check config before loading commitsDerrick Stolee
2018-04-11commit-graph: implement "--append" optionDerrick Stolee
2018-04-11commit-graph: build graph from starting commitsDerrick Stolee
2018-04-11commit-graph: read only from specific pack-indexesDerrick Stolee
2018-04-11commit: integrate commit graph with commit parsingDerrick Stolee
2018-04-11commit-graph: implement git commit-graph readDerrick Stolee
2018-04-02commit-graph: implement git-commit-graph writeDerrick Stolee