mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-08 23:56:15 +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) + " "
|
output += getColorForChangeStatus(commitFile.ChangeStatus).Sprint(commitFile.ChangeStatus) + " "
|
||||||
}
|
}
|
||||||
|
|
||||||
// isSubmodule := commitFile != nil && commitFile.IsSubmodule(submoduleConfigs)
|
isSubmodule := false
|
||||||
isSubmodule := false // TODO: submodule
|
|
||||||
isDirectory := commitFile == nil
|
isDirectory := commitFile == nil
|
||||||
|
|
||||||
if icons.IsIconEnabled() {
|
if icons.IsIconEnabled() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user