From: Derrick Stolee Date: Tue, 18 Jun 2019 18:14:32 +0000 (-0700) Subject: commit-graph: create options for split files X-Git-Tag: v2.23.0-rc0~38^2~6 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c2bc6e6ab0ade70c475a73d06326e677e70840d2?ds=inline;hp=c2bc6e6ab0ade70c475a73d06326e677e70840d2 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 Signed-off-by: Junio C Hamano ---