]> git.ipfire.org Git - thirdparty/git.git/commit - commit-graph.h
commit-graph: create options for split files
authorDerrick Stolee <dstolee@microsoft.com>
Tue, 18 Jun 2019 18:14:32 +0000 (11:14 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Jun 2019 03:46:26 +0000 (20:46 -0700)
commitc2bc6e6ab0ade70c475a73d06326e677e70840d2
tree20d1dd905115b734e05c4db5711bb8ac05693c66
parent8d84097f9655a954ea7e94ba08d93e5940ccb2ae
commit-graph: create options for split files

The split commit-graph feature is now fully implemented, but needs
some more run-time configurability. Allow direct callers to 'git
commit-graph write --split' to specify the values used in the
merge strategy and the expire time.

Update the documentation to specify these values.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-commit-graph.txt
Documentation/technical/commit-graph.txt
builtin/commit-graph.c
builtin/commit.c
builtin/gc.c
commit-graph.c
commit-graph.h
t/t5324-split-commit-graph.sh