Patrick Steinhardt [off-list ref] writes:
we have quite a lot of global state in git-config(1). For one, this
global state is used to track options passed by the user. And second,
there is a lot of global state that is really only used to pass data
between caller and callbacks.
Long overdue. It is very nice to see this happen finally.
Even though I somehow feel that the clean-up should have done before
the "subcommand" series, it may probably not worth the churn to flip
the order of the series around.
Will take a look.