Changed editor to nvim, added commit-graph
This commit is contained in:
parent
ade1dce41e
commit
ebcedefa0f
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = vim
|
||||||
pager = less -x1,5
|
pager = less -x1,5
|
||||||
|
editor = nvim
|
||||||
|
pager = less -S -x1,5
|
||||||
whitespace = cr-at-eol
|
whitespace = cr-at-eol
|
||||||
[rebase]
|
[rebase]
|
||||||
autostash = true
|
autostash = true
|
||||||
|
@ -38,3 +40,5 @@
|
||||||
|
|
||||||
[rerere]
|
[rerere]
|
||||||
enabled = true
|
enabled = true
|
||||||
|
[fetch]
|
||||||
|
writeCommitGraph = true
|
||||||
|
|
Loading…
Reference in a new issue