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

System config not recognized #259

Closed
lkraav opened this issue May 25, 2014 · 2 comments
Closed

System config not recognized #259

lkraav opened this issue May 25, 2014 · 2 comments

Comments

@lkraav
Copy link

lkraav commented May 25, 2014

v2.0.2

Follow up for #189

leho@server ~ $ git config --list
cola.tabwidth=4
user.name=leho
user.email=my@email.com

Yet when I go to Settings dialog, Tab Width is shown as 8. Thoughts?

@davvid
Copy link
Member

davvid commented Jun 4, 2014

Where are these settings defined? Is it /etc/gitconfig, ~/.gitconfig, ~/.config/git/config or some other path?

It seems like it would want to get those from .git/config, but it's not entirely clear.

e.g. is it git config --global --list, git config --local --list, or git config --system --list that has these entries?

@lkraav
Copy link
Author

lkraav commented Jun 4, 2014

My goal was to get git-cola recognize /etc/gitconfig for system wide defaults. As far as I can see, that currently does not work.

@davvid davvid closed this as completed in 468883d Jun 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants