summaryrefslogtreecommitdiff
path: root/t/t5324-split-commit-graph.sh
AgeCommit message (Expand)AuthorFilesLines
2020-05-05Merge branch 'tb/commit-graph-perm-bits'Libravatar Junio C Hamano1-0/+24
2020-05-01Merge branch 'gs/commit-graph-path-filter'Libravatar Junio C Hamano1-0/+1
2020-05-01Merge branch 'tb/commit-graph-fd-exhaustion-fix'Libravatar Junio C Hamano1-0/+13
2020-05-01Merge branch 'tb/commit-graph-split-strategy'Libravatar Junio C Hamano1-0/+30
2020-04-29commit-graph.c: make 'commit-graph-chain's read-onlyLibravatar Taylor Blau1-0/+2
2020-04-29commit-graph.c: ensure graph layers respect core.sharedRepositoryLibravatar Taylor Blau1-0/+22
2020-04-28Merge branch 'ds/commit-graph-expiry-fix'Libravatar Junio C Hamano1-1/+7
2020-04-23commit-graph.c: gracefully handle file descriptor exhaustionLibravatar Taylor Blau1-0/+13
2020-04-15builtin/commit-graph.c: introduce split strategy 'replace'Libravatar Taylor Blau1-0/+19
2020-04-15builtin/commit-graph.c: introduce split strategy 'no-merge'Libravatar Taylor Blau1-0/+11
2020-04-06commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flagLibravatar Garima Singh1-0/+1
2020-04-01commit-graph: fix buggy --expire-time optionLibravatar Derrick Stolee1-1/+7
2020-01-15t5324: make hash size independentLibravatar brian m. carlson1-3/+10
2019-11-13test-tool: use 'read-graph' helperLibravatar Derrick Stolee1-1/+1
2019-09-18commit-graph: add --[no-]progress to write and verifyLibravatar Garima Singh1-1/+1
2019-09-09Merge branch 'ds/feature-macros'Libravatar Junio C Hamano1-0/+2
2019-08-13commit-graph: turn on commit-graph by defaultLibravatar Derrick Stolee1-0/+2
2019-08-05commit-graph: fix bug around octopus mergesLibravatar Derrick Stolee1-1/+3
2019-06-19commit-graph: test verify across alternatesLibravatar Derrick Stolee1-0/+19
2019-06-19commit-graph: normalize commit-graph filenamesLibravatar Derrick Stolee1-1/+6
2019-06-19commit-graph: test --split across alternate without --splitLibravatar Derrick Stolee1-0/+15
2019-06-19commit-graph: test octopus merges with --splitLibravatar Derrick Stolee1-0/+11
2019-06-19commit-graph: clean up chains after flattened writeLibravatar Derrick Stolee1-0/+12
2019-06-19commit-graph: verify chains with --shallow modeLibravatar Derrick Stolee1-0/+62
2019-06-19commit-graph: create options for split filesLibravatar Derrick Stolee1-0/+47
2019-06-19commit-graph: expire commit-graph filesLibravatar Derrick Stolee1-1/+1
2019-06-19commit-graph: allow cross-alternate chainsLibravatar Derrick Stolee1-0/+37
2019-06-19commit-graph: merge commit-graph chainsLibravatar Derrick Stolee1-0/+13
2019-06-19commit-graph: add --split option to builtinLibravatar Derrick Stolee1-0/+122