1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-29 22:48:24 +02:00

more refactoring

This commit is contained in:
Jesse Duffield
2022-02-05 14:42:56 +11:00
parent 8e3484d8e9
commit 482bdc4f1e
30 changed files with 372 additions and 227 deletions

View File

@@ -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,