summaryrefslogtreecommitdiffstats
path: root/docs/Config.md
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-06-09 20:17:25 +1000
committerGitHub <noreply@github.com>2022-06-09 20:17:25 +1000
commitde3114edc34fabc7dfa90576b77c859db53f9c1e (patch)
tree93198e9ed4f5bedabe4afb4fe606db88fe66e4df /docs/Config.md
parentcdec70cc0688b7c3bd0a2e74c924b7e91db558e7 (diff)
parent684ea284af3482bb0cf573329bec0f4c2707d3e8 (diff)
Merge pull request #1972 from lei4519/feature/display-whole-graph-by-default
Diffstat (limited to 'docs/Config.md')
-rw-r--r--docs/Config.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Config.md b/docs/Config.md
index 460a2bc58..e84dd7633 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -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 (equivalent to passing the `--all` argument to `git log`)
+ showWholeGraph: false
skipHookPrefix: WIP
autoFetch: true
autoRefresh: true