Added support for git user configuration. Gitconfig will now include the configuration from ~/.gitconfig.user, if it exists. The include is done at the end of gitconfig, so that it can override any of the default values.

This commit is contained in:
Daryl Robbins 2013-03-23 12:28:32 -04:00
parent 8d9f526d28
commit 2ef4d93ce4

View File

@ -115,3 +115,5 @@
# Remember my merges
# http://gitfu.wordpress.com/2008/04/20/git-rerere-rereremember-what-you-did-last-time/
enabled = true
[include]
path = .gitconfig.user