gitgitlab icon indicating copy to clipboard operation
gitgitlab copied to clipboard

gitgitlab doesn't support $XDG_CONFIG_HOME/git/config

Open marcinant opened this issue 11 years ago • 0 comments

Gitgitlab has hardcoded path to git configuration '~/.gitconfig', while git supports also $XDG_CONFIG_HOME/git/config which defaults to $HOME/.config/git/config.

As described here: http://git-scm.com/docs/git-config (FILES section).

Could you please fix this issue?

marcinant avatar Jul 31 '14 22:07 marcinant