summaryrefslogtreecommitdiffstats
path: root/t/t5318-commit-graph.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* commit-graph: disable GIT_COMMIT_GRAPH_PARANOIA by defaultPatrick Steinhardt2023-11-261-4/+4
* Merge branch 'jc/test-i18ngrep'Junio C Hamano2023-11-081-9/+9
|\
| * tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano2023-11-021-9/+9
* | Merge branch 'ps/do-not-trust-commit-graph-blindly-for-existence'Junio C Hamano2023-11-081-0/+48
|\ \
| * | commit: detect commits that exist in commit-graph but not in the ODBPatrick Steinhardt2023-11-011-0/+27
| * | commit-graph: introduce envvar to disable commit existence checksPatrick Steinhardt2023-11-011-0/+21
| |/
* | commit-graph: check size of generations chunkJeff King2023-10-101-0/+8
* | commit-graph: detect out-of-bounds extra-edges pointersJeff King2023-10-101-0/+8
* | commit-graph: check size of commit data chunkJeff King2023-10-101-0/+9
* | commit-graph: check consistency of fanout tableJeff King2023-10-101-1/+24
* | commit-graph: check size of oid fanout chunkJeff King2023-10-101-0/+26
* | commit-graph: avoid repeated mixed generation number warningsTaylor Blau2023-08-221-2/+2
* | t/t5318-commit-graph.sh: test generation zero transitions during fsckTaylor Blau2023-08-221-6/+12
* | commit-graph: introduce `commit_graph_generation_from_graph()`Taylor Blau2023-08-221-1/+1
|/
* t5318: avoid top-level directory changesTaylor Blau2023-07-241-206/+172
* fsck: suppress commit-graph output with `--no-progress`Taylor Blau2023-07-101-0/+10
* commit-graph: return generation from memoryDerrick Stolee2023-03-201-1/+1
* Merge branch 'sg/parse-options-subcommand'Junio C Hamano2022-09-011-2/+2
|\
| * builtin/commit-graph.c: let parse-options parse subcommandsSZEDER Gábor2022-08-191-2/+2
* | Merge branch 'tb/commit-graph-genv2-upgrade-fix'Junio C Hamano2022-08-031-0/+27
|\ \ | |/ |/|
| * commit-graph: fix corrupt upgrade from generation v1 to v2Taylor Blau2022-07-161-1/+1
| * t5318: demonstrate commit-graph generation v2 corruptionTaylor Blau2022-07-161-0/+27
* | tests: don't assume a .git/info for .git/info/graftsÆvar Arnfjörð Bjarmason2022-06-061-1/+2
|/
* commit-graph: start parsing generation v2 (again)Derrick Stolee2022-03-011-1/+1
* commit-graph: fix ordering bug in generation numbersDerrick Stolee2022-03-011-2/+2
* t5318: extract helpers to lib-commit-graph.shDerrick Stolee2022-03-011-48/+2
* test-read-graph: include extra post-parse infoDerrick Stolee2022-03-011-0/+1
* t5000-t5999: detect and signal failure within loopEric Sunshine2021-12-131-3/+3
* fsck: verify commit graph when implicitly enabledGlen Choo2021-10-151-1/+22
* Merge branch 'ab/ignore-replace-while-working-on-commit-graph' into gc/use-re...Junio C Hamano2021-10-151-2/+3
|\
| * commit-graph: don't consider "replace" objects with "verify"Ævar Arnfjörð Bjarmason2021-10-151-0/+1
| * commit-graph tests: fix error-hiding graph_git_two_modes() helperÆvar Arnfjörð Bjarmason2021-10-151-2/+2
* | commit-graph: show "unexpected subcommand" errorÆvar Arnfjörð Bjarmason2021-08-311-1/+15
* | commit-graph: show usage on "commit-graph [write|verify] garbage"Ævar Arnfjörð Bjarmason2021-08-311-0/+5
|/
* Merge branch 'ds/commit-graph-generation-config'Junio C Hamano2021-03-221-1/+1
|\
| * commit-graph: use config to specify generation typeDerrick Stolee2021-02-261-1/+1
* | Merge branch 'ds/chunked-file-api'Junio C Hamano2021-03-011-1/+1
|\|
| * commit-graph: use chunk-format read APIDerrick Stolee2021-02-181-1/+1
* | Merge branch 'ab/test-lib'Junio C Hamano2021-02-231-1/+1
|\ \
| * | test-lib-functions: remove generate_zero_bytes() wrapperÆvar Arnfjörð Bjarmason2021-02-101-1/+1
* | | commit-graph: prepare commit graphDerrick Stolee2021-02-021-1/+1
* | | commit-graph: always parse before commit_graph_data_at()Derrick Stolee2021-02-021-0/+21
| |/ |/|
* | commit-graph: implement generation data chunkAbhishek Kumar2021-01-191-13/+66
|/
* commit-graph: use the "hash version" byteDerrick Stolee2020-08-181-2/+36
* Merge branch 'bc/sha-256-part-3'Junio C Hamano2020-08-121-2/+1
|\
| * t: remove test_oid_init in testsbrian m. carlson2020-07-301-2/+1
* | Merge branch 'ds/commit-graph-bloom-updates' into masterJunio C Hamano2020-07-301-1/+1
|\ \
| * | commit-graph: change test to die on parse, not loadDerrick Stolee2020-06-241-1/+1
* | | Merge branch 'sg/commit-graph-cleanups' into masterJunio C Hamano2020-07-301-2/+3
|\| | | |/ |/|
| * commit-graph: simplify parse_commit_graph() #1SZEDER Gábor2020-06-081-1/+2