mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-29 22:48:24 +02:00
more refactoring
This commit is contained in:
@@ -22,6 +22,7 @@ type (
|
||||
)
|
||||
|
||||
type LocalCommitsController struct {
|
||||
baseController
|
||||
c *types.ControllerCommon
|
||||
context types.IListContext
|
||||
os *oscommands.OSCommand
|
||||
@@ -68,6 +69,7 @@ func NewLocalCommitsController(
|
||||
setShowWholeGitGraph func(bool),
|
||||
) *LocalCommitsController {
|
||||
return &LocalCommitsController{
|
||||
baseController: baseController{},
|
||||
c: c,
|
||||
context: context,
|
||||
os: os,
|
||||
|
||||
Reference in New Issue
Block a user