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:
parent
8d9f526d28
commit
2ef4d93ce4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user