summaryrefslogtreecommitdiff
path: root/t/t5318-commit-graph.sh
Commit message (Expand)AuthorAgeFilesLines
* 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-301-1/+15
* | commit-graph: show usage on "commit-graph [write|verify] garbage"Ævar Arnfjörð Bjarmason2021-08-301-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-251-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-221-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-011-1/+1
* | | commit-graph: always parse before commit_graph_data_at()Derrick Stolee2021-02-011-0/+21
| |/ |/|
* | commit-graph: implement generation data chunkAbhishek Kumar2021-01-181-13/+66
|/
* commit-graph: use the "hash version" byteDerrick Stolee2020-08-171-2/+36
* Merge branch 'bc/sha-256-part-3'Junio C Hamano2020-08-111-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-231-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
| * commit-graph: fix parsing the Chunk Lookup tableSZEDER Gábor2020-06-081-1/+1
* | Merge branch 'tb/t5318-cleanup'Junio C Hamano2020-06-171-4/+25
|\ \
| * | t5318: test that '--stdin-commits' respects '--[no-]progress'Taylor Blau2020-06-041-0/+21
| * | t5318: use 'test_must_be_empty'Taylor Blau2020-06-041-4/+4
* | | Merge branch 'tb/commit-graph-no-check-oids'Junio C Hamano2020-06-081-9/+16
|\ \ \ | |/ / |/| |
| * | commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flagTaylor Blau2020-05-181-4/+11
| * | t5318: reorder test below 'graph_read_expect'Taylor Blau2020-05-181-9/+9
* | | Merge branch 'tb/commit-graph-perm-bits'Junio C Hamano2020-05-051-1/+14
|\ \ \ | |/ / |/| |
| * | commit-graph.c: write non-split graphs as read-onlyTaylor Blau2020-04-291-1/+14
* | | Merge branch 'gs/commit-graph-path-filter'Junio C Hamano2020-05-011-0/+2
|\ \ \ | | |/ | |/|
| * | commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flagGarima Singh2020-04-061-0/+2
| |/
* | Merge branch 'tb/commit-graph-split-strategy'Junio C Hamano2020-05-011-1/+1
|\ \ | |/ |/|
| * Revert "commit-graph.c: introduce '--[no-]check-oids'"Junio C Hamano2020-04-291-28/+0
| * commit-graph.c: introduce '--[no-]check-oids'Taylor Blau2020-04-151-0/+28
| * commit-graph.h: replace 'commit_hex' with 'commits'Taylor Blau2020-04-151-1/+1
* | Merge branch 'bc/hash-independent-tests-part-8'Junio C Hamano2020-02-171-2/+2
|\ \
| * | t5318: update for SHA-256brian m. carlson2020-02-071-2/+2
* | | Merge branch 'tb/commit-graph-object-dir'Junio C Hamano2020-02-141-2/+2
|\ \ \ | |/ / |/| / | |/
| * t5318: don't pass non-object directory to '--object-dir'Taylor Blau2020-01-311-2/+2
* | Merge branch 'bc/hash-independent-tests-part-7'Junio C Hamano2020-02-051-1/+1
|\ \ | |/ |/|
| * t5318: update for SHA-256brian m. carlson2020-01-151-1/+1
* | Merge branch 'ds/commit-graph-delay-gen-progress'Junio C Hamano2019-12-101-2/+2
|\ \ | |/ |/|
| * progress: create GIT_PROGRESS_DELAYDerrick Stolee2019-11-271-2/+2
* | Merge branch 'ds/test-read-graph'Junio C Hamano2019-12-011-1/+1
|\ \
| * | test-tool: use 'read-graph' helperDerrick Stolee2019-11-131-1/+1
| |/
* | commit, tag: don't set parsed bit for parse failuresJeff King2019-10-281-1/+1
|/
* Merge branch 'tb/commit-graph-harden'Junio C Hamano2019-10-071-0/+43
|\