Josh Steadmon [off-list ref] writes:
From: Taylor Blau <redacted>
The parse_commit_graph() function takes a 'struct repository *' pointer,
but it only ever accesses config settings (either directly or through
the .settings field of the repo struct). Move all relevant config
settings into the repo_settings struct, and update parse_commit_graph()
and its existing callers so that it takes 'struct repo_settings *'
instead.
Sounds good. Will queue.
I think this is ready to be merged down to 'next' by now?
Thanks.