Daryl Robbins
|
2ef4d93ce4
|
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.
|
2013-03-23 12:28:32 -04:00 |
|
Christian Treppo
|
b368dfd0a7
|
Configure Macvim as the standard git mergetool
Why use something else than Macvim with fugitive.vim as a mergetool?
|
2013-01-06 18:02:02 +01:00 |
|
Mark Cornick
|
4b5b1ab160
|
Fix excludes file in gitconfig
It was pointing to .yadr/gitignore_global, a symlink that no longer
exits. Point it to .yadr/git/gitignore instead.
|
2012-04-06 13:46:45 -04:00 |
|
yan
|
d7325f1470
|
Fix 'git l' (aliased to 'gl') mapping which was not working
|
2012-03-07 23:14:43 -08:00 |
|
Bastien Jaillot
|
9405f6c7c4
|
Change gitignore_global to yadr one
|
2012-02-25 16:54:18 +01:00 |
|
Kyle West
|
e2b68c4a4e
|
moved gitconfig and ignore to git directory. symlinks created but will be removed at some point.
|
2012-01-24 22:43:08 -05:00 |
|