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

add menu options for log stuff

This commit is contained in:
Jesse Duffield
2021-11-02 21:16:00 +11:00
parent 37be9dbea1
commit ccd80a0e4b
9 changed files with 143 additions and 6 deletions

View File

@ -314,6 +314,8 @@ type guiState struct {
RetainOriginalDir bool
IsRefreshingFiles bool
Searching searchingState
// if this is true, we'll load our commits using `git log --all`
ShowWholeGitGraph bool
ScreenMode WindowMaximisation
Ptmx *os.File
PrevMainWidth int