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

cleanup now that we're always using the same diff command

This commit is contained in:
Jesse Duffield
2020-08-22 18:50:37 +10:00
parent 43d891b8d6
commit 148f601bcb
8 changed files with 20 additions and 98 deletions

View File

@ -194,8 +194,8 @@ 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
refType int // eg REF_TYPE_LOCAL_COMMIT
refName string
canRebase bool
}
type panelStates struct {