From b6b3be9ac73c2d352a9128ca9865b0cb1ae6602d Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Mon, 30 May 2022 17:34:30 +1000 Subject: [PATCH] Update docs/Config.md --- docs/Config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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