summaryrefslogtreecommitdiffstats
path: root/t/t5318-commit-graph.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests: fix and add lint for non-portable grep --fileÆvar Arnfjörð Bjarmason2018-08-271-1/+1
* Merge branch 'jt/commit-graph-per-object-store'Junio C Hamano2018-08-201-5/+7
|\
| * t5318: avoid unnecessary command substitutionsSZEDER Gábor2018-08-131-5/+7
* | Merge branch 'ds/commit-graph-fsck'Junio C Hamano2018-08-201-2/+2
|\ \ | |/ |/|
| * t5318: use 'test_cmp_bin' to compare commit-graph filesSZEDER Gábor2018-08-131-2/+2
* | commit-graph: add repo arg to graph readersJonathan Tan2018-07-181-0/+35
|/
* gc: automatically write commit-graph filesDerrick Stolee2018-06-271-0/+14
* commit-graph: add '--reachable' optionDerrick Stolee2018-06-271-0/+10
* fsck: verify commit-graphDerrick Stolee2018-06-271-0/+8
* commit-graph: verify contents match checksumDerrick Stolee2018-06-271-0/+6
* commit-graph: test for corrupted octopus edgeDerrick Stolee2018-06-271-0/+10
* commit-graph: verify commit dateDerrick Stolee2018-06-271-0/+6
* commit-graph: verify generation numberDerrick Stolee2018-06-271-0/+11
* commit-graph: verify parent listDerrick Stolee2018-06-271-0/+18
* commit-graph: verify root tree OIDsDerrick Stolee2018-06-271-0/+7
* commit-graph: verify objects existDerrick Stolee2018-06-271-0/+7
* commit-graph: verify corrupt OID fanout and lookupDerrick Stolee2018-06-271-0/+22
* commit-graph: verify required chunks are presentDerrick Stolee2018-06-271-0/+29
* commit-graph: verify catches corrupt signatureDerrick Stolee2018-06-271-0/+43
* commit-graph: add 'verify' subcommandDerrick Stolee2018-06-271-0/+10
* t5318-commit-graph.sh: use core.commitGraphDerrick Stolee2018-06-271-2/+2
* merge: check config before loading commitsDerrick Stolee2018-05-221-0/+9
* commit-graph: implement "--append" optionDerrick Stolee2018-04-111-0/+10
* commit-graph: build graph from starting commitsDerrick Stolee2018-04-111-0/+13
* commit-graph: read only from specific pack-indexesDerrick Stolee2018-04-111-0/+10
* commit: integrate commit graph with commit parsingDerrick Stolee2018-04-111-1/+46
* commit-graph: implement git commit-graph readDerrick Stolee2018-04-111-5/+27
* commit-graph: implement git-commit-graph writeDerrick Stolee2018-04-021-0/+124