gitconfig: add new options

closes #88
This commit is contained in:
Aminda Suomalainen 2016-06-20 19:00:04 +03:00
parent bb8a483a3a
commit 9c219aa7b3
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
2 changed files with 16 additions and 0 deletions

View File

@ -37,3 +37,11 @@
signOff = true
[commit]
gpgsign = true
[diff]
compactionHeuristic = true
[pager]
# log = diff-highlight | less
# show = diff-highlight | less
# diff = diff-highlight | less
[interactive]
# diffFilter = diff-highlight

View File

@ -37,3 +37,11 @@
signOff = true
[commit]
gpgsign = true
[diff]
compactionHeuristic = true
[pager]
# log = diff-highlight | less
# show = diff-highlight | less
# diff = diff-highlight | less
[interactive]
# diffFilter = diff-highlight