瀏覽代碼

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