1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00
This commit is contained in:
Jesse Duffield
2020-08-21 20:50:54 +10:00
parent 1956301b1c
commit 59f5f5c1af
6 changed files with 26 additions and 9 deletions

View File

@ -188,7 +188,7 @@ type commitFilesPanelState struct {
// this is the SHA of the commit or the stash index of the stash.
// Not sure if ref is actually the right word here
refName string
isStash bool // true if we're dealing with a stash entry rather than a commit
refType int // eg REF_TYPE_LOCAL_COMMIT
}
type panelStates struct {