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:
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 New Issue
Block a user