aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2015-04-21 22:25:11 -0400
committerMatt Singleton <matt@xcolour.net>2015-04-21 22:25:11 -0400
commit3eb79e72be3c0e5eeeaf7a2aa28bc8cb450eabcf (patch)
treec32a0620b165b828a0b95ff91fc493d71d8dbcb3
parent22a5c848b1761700049b7b44cb39f4d255b5bb98 (diff)
customize git pager and mergetool
-rw-r--r--gitconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig
index 2a0b2e3..e5dfcf0 100644
--- a/gitconfig
+++ b/gitconfig
@@ -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