gitconfig updates
This commit is contained in:
@@ -84,8 +84,14 @@
|
|||||||
[diff]
|
[diff]
|
||||||
renames = copies
|
renames = copies
|
||||||
mnemonicprefix = true
|
mnemonicprefix = true
|
||||||
|
[difftool]
|
||||||
|
prompt = false
|
||||||
|
[apply]
|
||||||
|
# do not warn about missing whitespace at EOF
|
||||||
|
whitespace = nowarn
|
||||||
[core]
|
[core]
|
||||||
excludesfile = ~/.gitignore_global
|
excludesfile = ~/.gitignore_global
|
||||||
pager = less -FXRS -x2
|
pager = less -FXRS -x2
|
||||||
|
editor = vim
|
||||||
[rerere]
|
[rerere]
|
||||||
enabled = false
|
enabled = false
|
||||||
|
|||||||
Reference in New Issue
Block a user