commit-graph: rename 'split_commit_graph_opts'
authorTaylor Blau <me@ttaylorr.com>
Fri, 18 Sep 2020 02:59:49 +0000 (22:59 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 18 Sep 2020 04:55:50 +0000 (21:55 -0700)
commit98bb796191f7234c88b7a97f587d37ffbd130289
tree0b6f5fb4d243a488297f713b6d5b95f93c604d64
parent59f0d5073fd9f0497b9ff9a48fb3a7a8d82d1f9d
commit-graph: rename 'split_commit_graph_opts'

In the subsequent commit, additional options will be added to the
commit-graph API which have nothing to do with splitting.

Rename the 'split_commit_graph_opts' structure to the more-generic
'commit_graph_opts' to encompass both. Likewise, rename the 'flags'
member to instead be 'split_flags' to clarify that it only has to do
with the behavior implied by '--split'.

Suggested-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/commit-graph.c
commit-graph.c
commit-graph.h