@@ -15,7 +15,8 @@
|
||||
editor = vim -f
|
||||
# http://stackoverflow.com/questions/136178/git-diff-handling-long-lines
|
||||
# If doesn't work, try: pager = less -+$LESS -FRX
|
||||
pager = diff-highlight | less -RFX
|
||||
pager = less -RFX
|
||||
# pager = diff-highlight | less -RFX
|
||||
# pager = less -r
|
||||
autocrlf = false
|
||||
safecrlf = false
|
||||
@@ -99,3 +100,9 @@
|
||||
templatedir = ~/dotfiles/resources/git-template
|
||||
[pull]
|
||||
ff = yes
|
||||
#[commit]
|
||||
# gpgSign = true
|
||||
[tag]
|
||||
forceSignAnnotated = true
|
||||
[user]
|
||||
signingkey = 6652F0F4418231A7
|
||||
|
Reference in New Issue
Block a user