summaryrefslogtreecommitdiff
path: root/t/t5318-commit-graph.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tb/commit-graph-harden'Junio C Hamano2019-10-071-0/+43
|\
| * commit-graph.c: handle corrupt/missing treesTaylor Blau2019-09-091-1/+1
| * commit-graph.c: handle commit parsing errorsTaylor Blau2019-09-091-1/+1
| * t/t5318: introduce failing 'git commit-graph write' testsTaylor Blau2019-09-091-0/+43
* | commit-graph: add --[no-]progress to write and verifyGarima Singh2019-09-181-0/+36
|/
* commit-graph: error out on invalid commit oids in 'write --stdin-commits'SZEDER Gábor2019-08-051-1/+10
* t5318-commit-graph: use 'test_expect_code'SZEDER Gábor2019-08-051-2/+1
* Merge branch 'ds/commit-graph-incremental'Junio C Hamano2019-07-191-1/+1
|\
| * commit-graph: write commit-graph chainsDerrick Stolee2019-06-191-1/+1
* | Merge branch 'ds/commit-graph-write-refactor'Junio C Hamano2019-07-091-0/+8
|\ \ | |/
| * commit-graph: return with errors during writeDerrick Stolee2019-06-121-0/+8
* | Merge branch 'ab/commit-graph-fixes'Junio C Hamano2019-04-251-6/+36
|\ \ | |/
| * commit-graph write: don't die if the existing graph is corruptÆvar Arnfjörð Bjarmason2019-04-011-2/+9
| * commit-graph verify: detect inability to read the graphÆvar Arnfjörð Bjarmason2019-04-011-0/+6
| * commit-graph: don't early exit(1) on e.g. "git status"Ævar Arnfjörð Bjarmason2019-04-011-1/+1
| * commit-graph: fix segfault on e.g. "git status"Ævar Arnfjörð Bjarmason2019-04-011-1/+2
| * commit-graph tests: test a graph that's too smallÆvar Arnfjörð Bjarmason2019-02-221-0/+6
| * commit-graph tests: split up corrupt_graph_and_verify()Ævar Arnfjörð Bjarmason2019-02-221-6/+16
* | t5318-commit-graph: remove unused variableSZEDER Gábor2019-03-241-1/+1
* | commit-graph tests: fix unportable "dd" invocationÆvar Arnfjörð Bjarmason2019-02-221-1/+1
|/
* t5318: replace use of /dev/zero with generate_zero_bytesRandall S. Becker2019-02-131-1/+1
* Merge branch 'ab/commit-graph-write-progress'Junio C Hamano2019-02-051-7/+7
|\
| * commit-graph: rename "large edges" to "extra edges"SZEDER Gábor2019-01-221-7/+7
* | commit-graph: fix buffer read-overflowJosh Steadmon2019-01-151-3/+13
|/
* Merge branch 'md/test-cleanup'Junio C Hamano2018-10-161-1/+1
|\
| * t/*: fix ordering of expected/observed argumentsMatthew DeVore2018-10-071-1/+1
* | Merge branch 'ds/commit-graph-with-grafts'Junio C Hamano2018-10-161-0/+60
|\ \
| * | commit-graph: not compatible with graftsDerrick Stolee2018-08-211-0/+38
| * | commit-graph: not compatible with replace objectsDerrick Stolee2018-08-211-0/+22
* | | t5318: use test_oid for HASH_LENDerrick Stolee2018-09-171-2/+3
| |/ |/|
* | 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-171-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