1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

Merge pull request #1972 from lei4519/feature/display-whole-graph-by-default

This commit is contained in:
Jesse Duffield
2022-06-09 20:17:25 +10:00
committed by GitHub
3 changed files with 13 additions and 8 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 (equivalent to passing the `--all` argument to `git log`)
showWholeGraph: false
skipHookPrefix: WIP
autoFetch: true
autoRefresh: true