gitgitlab
gitgitlab copied to clipboard
gitgitlab doesn't support $XDG_CONFIG_HOME/git/config
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?