diff options
author | Matt Singleton <matt@xcolour.net> | 2015-04-21 22:25:11 -0400 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2015-04-21 22:25:11 -0400 |
commit | 3eb79e72be3c0e5eeeaf7a2aa28bc8cb450eabcf (patch) | |
tree | c32a0620b165b828a0b95ff91fc493d71d8dbcb3 /gitconfig | |
parent | 22a5c848b1761700049b7b44cb39f4d255b5bb98 (diff) |
customize git pager and mergetool
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -15,9 +15,20 @@ editor = vim autocrlf = input excludesfile = /Users/matt/.gitignore + pager = less -+$LESS -RSX [push] default = nothing [color] ui = true + +[mergetool] + keepTemporaries = false + prompt = false + +[merge] + tool = meld + +[diff] + tool = meld |