소스 검색

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