summaryrefslogtreecommitdiffstats
path: root/t/t5318-commit-graph.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * commit-graph: fix parsing the Chunk Lookup tableSZEDER Gábor2020-06-081-1/+1
* | Merge branch 'tb/t5318-cleanup'Junio C Hamano2020-06-181-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-091-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
|\
| * 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-201-1/+1
* | Merge branch 'ds/commit-graph-write-refactor'Junio C Hamano2019-07-101-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