Browse Source

Update git global configuration: always enable pager with diff command

Emmanuel Bouthenot 12 years ago
parent
commit
b47c1ff2c7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .gitconfig

+ 3 - 0
.gitconfig

@@ -38,6 +38,9 @@
 [merge]
     tool = vimdiff
 
+[pager]
+    diff = true
+
 # git.debian.org specifics
 [url "git://anonscm.debian.org"]
     insteadOf = git://git.debian.org