I'm having a problem with included configurations in ~/.gitconfig, when using this command:

git config --global user.email

It doesn't return anything, in commits it works as intended. The configuration looks like this:

~/.gitconfig
[include]
  path = .gitconfig.user
# ... more configurations

~/.gitconfig.user
[user]
  name = My Full Name
  email = myem...@example.com

I'm using Fedora 23, git version 2.5.5
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to