summaryrefslogtreecommitdiffstats
path: root/t/t5318-commit-graph.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-21Merge branch 'ds/commit-graph-with-grafts' into maintJunio C Hamano1-0/+60
2018-08-27tests: fix and add lint for non-portable grep --fileÆvar Arnfjörð Bjarmason1-1/+1
2018-08-21commit-graph: not compatible with graftsDerrick Stolee1-0/+38
2018-08-21commit-graph: not compatible with replace objectsDerrick Stolee1-0/+22
2018-08-20Merge branch 'jt/commit-graph-per-object-store'Junio C Hamano1-5/+7
2018-08-20Merge branch 'ds/commit-graph-fsck'Junio C Hamano1-2/+2
2018-08-13t5318: avoid unnecessary command substitutionsSZEDER Gábor1-5/+7
2018-08-13t5318: use 'test_cmp_bin' to compare commit-graph filesSZEDER Gábor1-2/+2
2018-07-17commit-graph: add repo arg to graph readersJonathan Tan1-0/+35
2018-06-27gc: automatically write commit-graph filesDerrick Stolee1-0/+14
2018-06-27commit-graph: add '--reachable' optionDerrick Stolee1-0/+10
2018-06-27fsck: verify commit-graphDerrick Stolee1-0/+8
2018-06-27commit-graph: verify contents match checksumDerrick Stolee1-0/+6
2018-06-27commit-graph: test for corrupted octopus edgeDerrick Stolee1-0/+10
2018-06-27commit-graph: verify commit dateDerrick Stolee1-0/+6
2018-06-27commit-graph: verify generation numberDerrick Stolee1-0/+11
2018-06-27commit-graph: verify parent listDerrick Stolee1-0/+18
2018-06-27commit-graph: verify root tree OIDsDerrick Stolee1-0/+7
2018-06-27commit-graph: verify objects existDerrick Stolee1-0/+7
2018-06-27commit-graph: verify corrupt OID fanout and lookupDerrick Stolee1-0/+22
2018-06-27commit-graph: verify required chunks are presentDerrick Stolee1-0/+29
2018-06-27commit-graph: verify catches corrupt signatureDerrick Stolee1-0/+43
2018-06-27commit-graph: add 'verify' subcommandDerrick Stolee1-0/+10
2018-06-27t5318-commit-graph.sh: use core.commitGraphDerrick Stolee1-2/+2
2018-05-22merge: check config before loading commitsDerrick Stolee1-0/+9
2018-04-11commit-graph: implement "--append" optionDerrick Stolee1-0/+10
2018-04-11commit-graph: build graph from starting commitsDerrick Stolee1-0/+13
2018-04-11commit-graph: read only from specific pack-indexesDerrick Stolee1-0/+10
2018-04-11commit: integrate commit graph with commit parsingDerrick Stolee1-1/+46
2018-04-11commit-graph: implement git commit-graph readDerrick Stolee1-5/+27
2018-04-02commit-graph: implement git-commit-graph writeDerrick Stolee1-0/+124