summaryrefslogtreecommitdiff
path: root/t/t5324-split-commit-graph.sh
Commit message (Expand)AuthorAgeFilesLines
* commit-graph: start parsing generation v2 (again)Derrick Stolee2022-03-011-2/+7
* test-read-graph: include extra post-parse infoDerrick Stolee2022-03-011-0/+5
* commit-graph tests: fix another graph_git_two_modes() helperÆvar Arnfjörð Bjarmason2021-10-151-8/+12
* commit-graph: use config to specify generation typeDerrick Stolee2021-02-251-2/+2
* commit-graph: use generation v2 only if entire chain doesAbhishek Kumar2021-01-181-0/+181
* commit-graph: implement generation data chunkAbhishek Kumar2021-01-181-6/+6
* Merge branch 'ds/commit-graph-merging-fix'Junio C Hamano2020-11-021-0/+13
|\
| * commit-graph: don't write commit-graph when disabledDerrick Stolee2020-10-091-1/+2
| * commit-graph: ignore duplicates when merging layersDerrick Stolee2020-10-091-0/+25
* | Merge branch 'tb/bloom-improvements'Junio C Hamano2020-09-291-0/+13
|\ \
| * | commit-graph: introduce 'get_bloom_filter_settings()'Taylor Blau2020-09-091-0/+13
* | | commit-graph: use the "hash version" byteDerrick Stolee2020-08-171-1/+4
* | | Merge branch 'bc/sha-256-part-3'Junio C Hamano2020-08-111-1/+0
|\ \ \ | |/ / |/| |
| * | t: remove test_oid_init in testsbrian m. carlson2020-07-301-1/+0
| |/
* | t5324: reorder `run_with_limited_open_files test_might_fail`Denton Liu2020-07-071-1/+1
|/
* Merge branch 'tb/commit-graph-perm-bits'Junio C Hamano2020-05-051-0/+24
|\
| * commit-graph.c: make 'commit-graph-chain's read-onlyTaylor Blau2020-04-291-0/+2
| * commit-graph.c: ensure graph layers respect core.sharedRepositoryTaylor Blau2020-04-291-0/+22
* | Merge branch 'gs/commit-graph-path-filter'Junio C Hamano2020-05-011-0/+1
|\ \
| * | commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flagGarima Singh2020-04-061-0/+1
| |/
* | Merge branch 'tb/commit-graph-fd-exhaustion-fix'Junio C Hamano2020-05-011-0/+13
|\ \
| * | commit-graph.c: gracefully handle file descriptor exhaustionTaylor Blau2020-04-231-0/+13
* | | Merge branch 'tb/commit-graph-split-strategy'Junio C Hamano2020-05-011-0/+30
|\ \ \ | |/ /
| * | builtin/commit-graph.c: introduce split strategy 'replace'Taylor Blau2020-04-151-0/+19
| * | builtin/commit-graph.c: introduce split strategy 'no-merge'Taylor Blau2020-04-151-0/+11
* | | Merge branch 'ds/commit-graph-expiry-fix'Junio C Hamano2020-04-281-1/+7
|\ \ \ | |_|/ |/| |
| * | commit-graph: fix buggy --expire-time optionDerrick Stolee2020-04-011-1/+7
* | | t5324: make hash size independentbrian m. carlson2020-01-151-3/+10
| |/ |/|
* | test-tool: use 'read-graph' helperDerrick Stolee2019-11-131-1/+1
* | commit-graph: add --[no-]progress to write and verifyGarima Singh2019-09-181-1/+1
* | Merge branch 'ds/feature-macros'Junio C Hamano2019-09-091-0/+2
|\ \
| * | commit-graph: turn on commit-graph by defaultDerrick Stolee2019-08-131-0/+2
| |/
* | commit-graph: fix bug around octopus mergesDerrick Stolee2019-08-051-1/+3
|/
* commit-graph: test verify across alternatesDerrick Stolee2019-06-191-0/+19
* commit-graph: normalize commit-graph filenamesDerrick Stolee2019-06-191-1/+6
* commit-graph: test --split across alternate without --splitDerrick Stolee2019-06-191-0/+15
* commit-graph: test octopus merges with --splitDerrick Stolee2019-06-191-0/+11
* commit-graph: clean up chains after flattened writeDerrick Stolee2019-06-191-0/+12
* commit-graph: verify chains with --shallow modeDerrick Stolee2019-06-191-0/+62
* commit-graph: create options for split filesDerrick Stolee2019-06-191-0/+47
* commit-graph: expire commit-graph filesDerrick Stolee2019-06-191-1/+1
* commit-graph: allow cross-alternate chainsDerrick Stolee2019-06-191-0/+37
* commit-graph: merge commit-graph chainsDerrick Stolee2019-06-191-0/+13
* commit-graph: add --split option to builtinDerrick Stolee2019-06-191-0/+122