jesseduffield / jesseduffield/lazygit

Support 'when-maximised' for showWholeGraph

Open
#3,993 1 comment 2 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
82.4k
Forks
3k
Avg merge
2d 18h
Merged PRs (30d)
19

Description

### Discussed in https://github.com/jesseduffield/lazygit/discussions/3014

Originally posted by **9mm** September 16, 2023
I really love the combined git log graph where it shows a visual of the branches and commits:

```
showGraph: when-maximised
showWholeGraph: true
```

The problem is that when the commits pane is small, i want to see neither a graph, nor all branch commits in one pane

but when its maximized, i want both

currently the showGraph setting works great when maximized, but i when its maximized thats when i want to see all commits together (given the fact that the visual helps you differentiate between them)

Right now i have to set `showWholeGraph` to false becuase its just way too confusing to see mixed in commits with no graph in a tiny window

Is there a way to get

`showWholeGraph` to have the same options as `showGraph`? (ie... `when-maximized`, `always` etc)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.