more git settings
This commit is contained in:
parent
76f6299a56
commit
6231d9dba4
@ -114,6 +114,8 @@
|
|||||||
autocrlf = false
|
autocrlf = false
|
||||||
editor = nvim
|
editor = nvim
|
||||||
excludesfile = ~/.yadr/git/gitignore
|
excludesfile = ~/.yadr/git/gitignore
|
||||||
|
quotePath = false
|
||||||
|
commitGraph = true
|
||||||
[advice]
|
[advice]
|
||||||
statusHints = false
|
statusHints = false
|
||||||
[diff]
|
[diff]
|
||||||
@ -127,3 +129,7 @@
|
|||||||
enabled = true
|
enabled = true
|
||||||
[include]
|
[include]
|
||||||
path = .gitconfig.user
|
path = .gitconfig.user
|
||||||
|
[receive]
|
||||||
|
advertisePushOptions = true
|
||||||
|
[gc]
|
||||||
|
writeCommitGraph = true
|
||||||
|
Loading…
Reference in New Issue
Block a user