Merge branch 'master' of git.ducamps.win:vincent/conf2

This commit is contained in:
vincent 2020-05-25 19:29:57 +02:00
commit ca7669a728
3 changed files with 8 additions and 1 deletions

View File

@ -37,4 +37,6 @@ fetchart:
auto: yes auto: yes
chroma: chroma:
auto: no auto: yes
threaded: yes

View File

@ -8,3 +8,7 @@
plog = log --graph --pretty=format:'%h -%d %s %n' --abbrev-commit --date=relative --branches plog = log --graph --pretty=format:'%h -%d %s %n' --abbrev-commit --date=relative --branches
[core] [core]
pager = diff-so-fancy | less --tabs=4 -RFX pager = diff-so-fancy | less --tabs=4 -RFX
quotepath = false
commitGraph = true
[gc]
writeCommitGraph = true

View File

@ -67,3 +67,4 @@ hideOnFocusLoss=true
itemCount=5 itemCount=5
showCentered=true showCentered=true
theme=SolarizedDarkBlue theme=SolarizedDarkBlue
windowPosition=@Point(3184 280)