summaryrefslogtreecommitdiffstats
path: root/docs/Config.md
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2024-02-07 09:18:25 +0100
committerStefan Haller <stefan@haller-berlin.de>2024-02-13 14:34:40 +0100
commitb1d05b6371192bbbe54ea7e094594b17b92082f1 (patch)
treed5b1f706348913b0e0632ee62f8d72dbe28960ac /docs/Config.md
parent0c5212ae0b5b9f46602b480d5dd4609685ae5806 (diff)
Change default of git.log.showGraph to 'always'
Most people seem to prefer it to be on.
Diffstat (limited to 'docs/Config.md')
-rw-r--r--docs/Config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Config.md b/docs/Config.md
index 312fd77f2..04bfbbc40 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -104,7 +104,7 @@ git:
order: 'topo-order'
# one of always, never, when-maximised
# this determines whether the git graph is rendered in the commits panel
- showGraph: 'when-maximised'
+ showGraph: 'always'
# displays the whole git graph by default in the commits panel (equivalent to passing the `--all` argument to `git log`)
showWholeGraph: false
skipHookPrefix: WIP