aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5318-commit-graph.sh
AgeCommit message (Expand)AuthorFilesLines
2021-03-22Merge branch 'ds/commit-graph-generation-config'Junio C Hamano1-1/+1
2021-03-01Merge branch 'ds/chunked-file-api'Junio C Hamano1-1/+1
2021-02-25commit-graph: use config to specify generation typeDerrick Stolee1-1/+1
2021-02-22Merge branch 'ab/test-lib'Junio C Hamano1-1/+1
2021-02-18commit-graph: use chunk-format read APIDerrick Stolee1-1/+1
2021-02-10test-lib-functions: remove generate_zero_bytes() wrapperÆvar Arnfjörð Bjarmason1-1/+1
2021-02-01commit-graph: prepare commit graphDerrick Stolee1-1/+1
2021-02-01commit-graph: always parse before commit_graph_data_at()Derrick Stolee1-0/+21
2021-01-18commit-graph: implement generation data chunkAbhishek Kumar1-13/+66
2020-08-17commit-graph: use the "hash version" byteDerrick Stolee1-2/+36
2020-08-11Merge branch 'bc/sha-256-part-3'Junio C Hamano1-2/+1
2020-07-30Merge branch 'ds/commit-graph-bloom-updates' into masterJunio C Hamano1-1/+1
2020-07-30Merge branch 'sg/commit-graph-cleanups' into masterJunio C Hamano1-2/+3
2020-07-30t: remove test_oid_init in testsbrian m. carlson1-2/+1
2020-06-23commit-graph: change test to die on parse, not loadDerrick Stolee1-1/+1
2020-06-17Merge branch 'tb/t5318-cleanup'Junio C Hamano1-4/+25
2020-06-08Merge branch 'tb/commit-graph-no-check-oids'Junio C Hamano1-9/+16
2020-06-08commit-graph: simplify parse_commit_graph() #1SZEDER Gábor1-1/+2
2020-06-08commit-graph: fix parsing the Chunk Lookup tableSZEDER Gábor1-1/+1
2020-06-04t5318: test that '--stdin-commits' respects '--[no-]progress'Taylor Blau1-0/+21
2020-06-04t5318: use 'test_must_be_empty'Taylor Blau1-4/+4
2020-05-18commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flagTaylor Blau1-4/+11
2020-05-18t5318: reorder test below 'graph_read_expect'Taylor Blau1-9/+9
2020-05-05Merge branch 'tb/commit-graph-perm-bits'Junio C Hamano1-1/+14
2020-05-01Merge branch 'gs/commit-graph-path-filter'Junio C Hamano1-0/+2
2020-05-01Merge branch 'tb/commit-graph-split-strategy'Junio C Hamano1-1/+1
2020-04-29Revert "commit-graph.c: introduce '--[no-]check-oids'"Junio C Hamano1-28/+0
2020-04-29commit-graph.c: write non-split graphs as read-onlyTaylor Blau1-1/+14
2020-04-15commit-graph.c: introduce '--[no-]check-oids'Taylor Blau1-0/+28
2020-04-15commit-graph.h: replace 'commit_hex' with 'commits'Taylor Blau1-1/+1
2020-04-06commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flagGarima Singh1-0/+2
2020-02-17Merge branch 'bc/hash-independent-tests-part-8'Junio C Hamano1-2/+2
2020-02-14Merge branch 'tb/commit-graph-object-dir'Junio C Hamano1-2/+2
2020-02-07t5318: update for SHA-256brian m. carlson1-2/+2
2020-02-05Merge branch 'bc/hash-independent-tests-part-7'Junio C Hamano1-1/+1
2020-01-31t5318: don't pass non-object directory to '--object-dir'Taylor Blau1-2/+2
2020-01-15t5318: update for SHA-256brian m. carlson1-1/+1
2019-12-10Merge branch 'ds/commit-graph-delay-gen-progress'Junio C Hamano1-2/+2
2019-12-01Merge branch 'ds/test-read-graph'Junio C Hamano1-1/+1
2019-11-27progress: create GIT_PROGRESS_DELAYDerrick Stolee1-2/+2
2019-11-13test-tool: use 'read-graph' helperDerrick Stolee1-1/+1
2019-10-28commit, tag: don't set parsed bit for parse failuresJeff King1-1/+1
2019-10-07Merge branch 'tb/commit-graph-harden'Junio C Hamano1-0/+43
2019-09-18commit-graph: add --[no-]progress to write and verifyGarima Singh1-0/+36
2019-09-09commit-graph.c: handle corrupt/missing treesTaylor Blau1-1/+1
2019-09-09commit-graph.c: handle commit parsing errorsTaylor Blau1-1/+1
2019-09-09t/t5318: introduce failing 'git commit-graph write' testsTaylor Blau1-0/+43
2019-08-05commit-graph: error out on invalid commit oids in 'write --stdin-commits'SZEDER Gábor1-1/+10
2019-08-05t5318-commit-graph: use 'test_expect_code'SZEDER Gábor1-2/+1
2019-07-19Merge branch 'ds/commit-graph-incremental'Junio C Hamano1-1/+1
2019-07-09Merge branch 'ds/commit-graph-write-refactor'Junio C Hamano1-0/+8
2019-06-19commit-graph: write commit-graph chainsDerrick Stolee1-1/+1
2019-06-12commit-graph: return with errors during writeDerrick Stolee1-0/+8
2019-04-25Merge branch 'ab/commit-graph-fixes'Junio C Hamano1-6/+36
2019-04-01commit-graph write: don't die if the existing graph is corruptÆvar Arnfjörð Bjarmason1-2/+9
2019-04-01commit-graph verify: detect inability to read the graphÆvar Arnfjörð Bjarmason1-0/+6
2019-04-01commit-graph: don't early exit(1) on e.g. "git status"Ævar Arnfjörð Bjarmason1-1/+1
2019-04-01commit-graph: fix segfault on e.g. "git status"Ævar Arnfjörð Bjarmason1-1/+2
2019-03-24t5318-commit-graph: remove unused variableSZEDER Gábor1-1/+1
2019-02-22commit-graph tests: test a graph that's too smallÆvar Arnfjörð Bjarmason1-0/+6
2019-02-22commit-graph tests: split up corrupt_graph_and_verify()Ævar Arnfjörð Bjarmason1-6/+16
2019-02-22commit-graph tests: fix unportable "dd" invocationÆvar Arnfjörð Bjarmason1-1/+1
2019-02-13t5318: replace use of /dev/zero with generate_zero_bytesRandall S. Becker1-1/+1
2019-02-05Merge branch 'ab/commit-graph-write-progress'Junio C Hamano1-7/+7
2019-01-22commit-graph: rename "large edges" to "extra edges"SZEDER Gábor1-7/+7
2019-01-15commit-graph: fix buffer read-overflowJosh Steadmon1-3/+13
2018-10-16Merge branch 'md/test-cleanup'Junio C Hamano1-1/+1
2018-10-16Merge branch 'ds/commit-graph-with-grafts'Junio C Hamano1-0/+60
2018-10-07t/*: fix ordering of expected/observed argumentsMatthew DeVore1-1/+1
2018-09-17t5318: use test_oid for HASH_LENDerrick Stolee1-2/+3
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