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

Pass --global when calling git config --get, for consistency with git config --set (#23157) #23199

Merged

Commits on Feb 28, 2023

  1. Pass --global when calling git config --get, for consistency with…

    … `git config --set` (go-gitea#23157)
    
    This arose out of go-gitea#22451; it seems we are checking using non-global
    settings to see if a config value is set, in order to decide whether to
    call another global(-indeed) configuration command. This PR changes it
    so that both the check and the set are for global configuration.
    philip-peterson authored and GiteaBot committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    cf93ce7 View commit details
    Browse the repository at this point in the history