aboutsummaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-21 12:02:23 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-21 12:02:23 +1200
commitdbb3daa10885a534e0698ac45c81069511666803 (patch)
treea531b8cabd6272eef50b09a74954549c099a28a6 /git
parentTry the patience diff algorithm (diff)
downloaddotfiles-dbb3daa10885a534e0698ac45c81069511666803.tar.gz
dotfiles-dbb3daa10885a534e0698ac45c81069511666803.zip
Use compact and prune for git-fetch(1)
Diffstat (limited to 'git')
-rw-r--r--git/gitconfig.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/git/gitconfig.m4 b/git/gitconfig.m4
index 15be5052..a8e96429 100644
--- a/git/gitconfig.m4
+++ b/git/gitconfig.m4
@@ -23,6 +23,10 @@
[difftool]
prompt = false
+[fetch]
+ output = compact
+ prune = true
+
[grep]
extendRegexp = true
lineNumber = true