Переглянути джерело

Update git global configuration: always enable pager with diff command

Emmanuel Bouthenot 12 роки тому
батько
коміт
b47c1ff2c7
1 змінених файлів з 3 додано та 0 видалено
  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