mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-23 00:39:13 +02:00
move commits model into models package
This commit is contained in:
@ -14,9 +14,9 @@ import (
|
||||
)
|
||||
|
||||
type CustomCommandObjects struct {
|
||||
SelectedLocalCommit *commands.Commit
|
||||
SelectedReflogCommit *commands.Commit
|
||||
SelectedSubCommit *commands.Commit
|
||||
SelectedLocalCommit *models.Commit
|
||||
SelectedReflogCommit *models.Commit
|
||||
SelectedSubCommit *models.Commit
|
||||
SelectedFile *commands.File
|
||||
SelectedLocalBranch *models.Branch
|
||||
SelectedRemoteBranch *commands.RemoteBranch
|
||||
|
Reference in New Issue
Block a user