1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-04 10:34:55 +02:00

chore(gui): remove todo

This commit is contained in:
Ryooooooga 2022-04-29 17:53:43 +09:00
parent 86af186683
commit db3568e4f2
No known key found for this signature in database
GPG Key ID: 07CF200DFCC20C25

View File

@ -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() {