Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

commands: consult global color.ui setting when --color=auto #2378

Merged
merged 2 commits into from
Dec 3, 2019

Commits on Dec 3, 2019

  1. commands: consult global color.ui setting when --color=auto

    This makes the behavior consistent with other git commands.
    mariusae authored and mislav committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    96cedc7 View commit details
    Browse the repository at this point in the history
  2. Improve color.ui config support

    - Query `Config` instead of `GlobalConfig` to respect per-repo and
      per-invocation configuration too.
    
    - Support "never" (synonym for "false") and "always" values.
    mislav committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    4b4843b View commit details
    Browse the repository at this point in the history