aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5318-commit-graph.sh
AgeCommit message (Expand)AuthorFilesLines
2023-12-18Merge branch 'ps/commit-graph-less-paranoid'Junio C Hamano1-4/+4
2023-12-09Merge branch 'jk/chunk-bounds-more'Junio C Hamano1-7/+9
2023-11-26commit-graph: disable GIT_COMMIT_GRAPH_PARANOIA by defaultPatrick Steinhardt1-4/+4
2023-11-09commit-graph: check order while reading fanout chunkJeff King1-0/+1
2023-11-09commit-graph: use fanout value for graph sizeJeff King1-2/+3
2023-11-09commit-graph: clarify missing-chunk error messagesJeff King1-5/+5
2023-11-08Merge branch 'jc/test-i18ngrep'Junio C Hamano1-9/+9
2023-11-08Merge branch 'ps/do-not-trust-commit-graph-blindly-for-existence'Junio C Hamano1-0/+48
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-9/+9
2023-11-01commit: detect commits that exist in commit-graph but not in the ODBPatrick Steinhardt1-0/+27
2023-11-01commit-graph: introduce envvar to disable commit existence checksPatrick Steinhardt1-0/+21
2023-10-09commit-graph: check size of generations chunkJeff King1-0/+8
2023-10-09commit-graph: detect out-of-bounds extra-edges pointersJeff King1-0/+8
2023-10-09commit-graph: check size of commit data chunkJeff King1-0/+9
2023-10-09commit-graph: check consistency of fanout tableJeff King1-1/+24
2023-10-09commit-graph: check size of oid fanout chunkJeff King1-0/+26
2023-08-21commit-graph: avoid repeated mixed generation number warningsTaylor Blau1-2/+2
2023-08-21t/t5318-commit-graph.sh: test generation zero transitions during fsckTaylor Blau1-6/+12
2023-08-21commit-graph: introduce `commit_graph_generation_from_graph()`Taylor Blau1-1/+1
2023-07-24t5318: avoid top-level directory changesTaylor Blau1-206/+172
2023-07-10fsck: suppress commit-graph output with `--no-progress`Taylor Blau1-0/+10
2023-03-20commit-graph: return generation from memoryDerrick Stolee1-1/+1
2022-09-01Merge branch 'sg/parse-options-subcommand'Junio C Hamano1-2/+2
2022-08-19builtin/commit-graph.c: let parse-options parse subcommandsSZEDER Gábor1-2/+2
2022-08-03Merge branch 'tb/commit-graph-genv2-upgrade-fix'Junio C Hamano1-0/+27
2022-07-15commit-graph: fix corrupt upgrade from generation v1 to v2Taylor Blau1-1/+1
2022-07-15t5318: demonstrate commit-graph generation v2 corruptionTaylor Blau1-0/+27
2022-06-06tests: don't assume a .git/info for .git/info/graftsÆvar Arnfjörð Bjarmason1-1/+2
2022-03-01commit-graph: start parsing generation v2 (again)Derrick Stolee1-1/+1
2022-03-01commit-graph: fix ordering bug in generation numbersDerrick Stolee1-2/+2
2022-03-01t5318: extract helpers to lib-commit-graph.shDerrick Stolee1-48/+2
2022-03-01test-read-graph: include extra post-parse infoDerrick Stolee1-0/+1
2021-12-13t5000-t5999: detect and signal failure within loopEric Sunshine1-3/+3
2021-10-15fsck: verify commit graph when implicitly enabledGlen Choo1-1/+22
2021-10-15Merge branch 'ab/ignore-replace-while-working-on-commit-graph' into gc/use-re...Junio C Hamano1-2/+3
2021-10-15commit-graph: don't consider "replace" objects with "verify"Ævar Arnfjörð Bjarmason1-0/+1
2021-10-15commit-graph tests: fix error-hiding graph_git_two_modes() helperÆvar Arnfjörð Bjarmason1-2/+2
2021-08-30commit-graph: show "unexpected subcommand" errorÆvar Arnfjörð Bjarmason1-1/+15
2021-08-30commit-graph: show usage on "commit-graph [write|verify] garbage"Ævar Arnfjörð Bjarmason1-0/+5
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