Jeff King <peff@xxxxxxxx> writes: > Instead, let's do that lookup in the add-interactive setup code. We're > already demand-loading other color config there, which is probably fine > (even in a plumbing command like "git reset", the interactive mode is > inherently porcelain-ish). That catches all commands that use the > interactive code, whether they were calling git_color_config() > themselves or not. A very good design decision I can agree with. Nice.