mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
Show all submodules recursively
This commit is contained in:
parent
db4f12929e
commit
3b723282cb
13 changed files with 260 additions and 21 deletions
|
@ -415,7 +415,7 @@ func (self *RefreshHelper) refreshTags() error {
|
|||
}
|
||||
|
||||
func (self *RefreshHelper) refreshStateSubmoduleConfigs() error {
|
||||
configs, err := self.c.Git().Submodule.GetConfigs()
|
||||
configs, err := self.c.Git().Submodule.GetConfigs(nil)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue