Add config param that displays the whole git graph by default

This commit is contained in:
Lay
2022-05-30 13:52:39 +08:00
parent 8fd9dea641
commit 666180cfd0
3 changed files with 7 additions and 2 deletions

View File

@@ -75,6 +75,8 @@ git:
# one of always, never, when-maximised
# this determines whether the git graph is rendered in the commits panel
showGraph: 'when-maximised'
# displays the whole git graph by default in the commits panel
showWholeGraph: false
skipHookPrefix: WIP
autoFetch: true
autoRefresh: true