mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
chore(gui): remove todo
This commit is contained in:
parent
86af186683
commit
db3568e4f2
|
|
@ -193,8 +193,7 @@ func getCommitFileLine(name string, diffName string, commitFile *models.CommitFi
|
|||
output += getColorForChangeStatus(commitFile.ChangeStatus).Sprint(commitFile.ChangeStatus) + " "
|
||||
}
|
||||
|
||||
// isSubmodule := commitFile != nil && commitFile.IsSubmodule(submoduleConfigs)
|
||||
isSubmodule := false // TODO: submodule
|
||||
isSubmodule := false
|
||||
isDirectory := commitFile == nil
|
||||
|
||||
if icons.IsIconEnabled() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue