diff --git a/docs/Config.md b/docs/Config.md index 11ddb4e1f..134f49600 100644 --- a/docs/Config.md +++ b/docs/Config.md @@ -75,7 +75,7 @@ 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 + # 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