-
Notifications
You must be signed in to change notification settings - Fork 2.7k
git config --system --edit
should use new "super-config" from "C:\ProgramData\Git\config"
#154
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
Comments
git config --system --edit
should use new "super-config" from "C:\ProgramData\Git\config"
What a good name super-config! |
Well, it was @dscho who came up with that name AFAIK. |
Can't take credit for that... I call it "Windows-wide config". |
as it is Windows-specific config file |
Not that it matters much, but the branch that was merged in 9c9dc30 was called |
That path comes from Was the location of |
Try this: |
Reading through libgit2/libgit2#3040 again, I believe the conclusion was to store system-wide configuration in So introducing a new "super-config" that cannot be addressed via CLI, and |
Actually, there are already settings that don't make no sense in that Windows-wide config: the location of the SSL certificates is relative to the location of |
I don't understand that. |
Look at line 14 of the |
Actually I believe a system-wide ca-certificates file makes much more sense than an installation-specific one...e.g. if you add a self-signed certificate of some company-private git server, you don't need to do it for every installation. We'd have to agree on a %PROGRAMDATA% path, of course. However, I still don't see why the ssl-path issue should hinder us from using %PROGRAMDATA%\Git\config for the system-wide config...these are completely unrelated paths in my understanding. But perhaps I'm just too dumb to grok it. |
So now I should install the CA certificates into |
Okay, I made up my mind. The arguments I heard so far do not convince me. If |
No description provided.
The text was updated successfully, but these errors were encountered: