Skip to content

Commit

Permalink
Added support for git user configuration. Gitconfig will now include …
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
darylrobbins committed Mar 23, 2013
1 parent 8d9f526 commit 2ef4d93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions git/gitconfig
Expand Up @@ -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

0 comments on commit 2ef4d93

Please sign in to comment.