common: actually remove items we process

This commit is contained in:
2025-04-28 22:05:50 +02:00
parent 72b100124d
commit 210e7588f1

View File

@@ -755,6 +755,8 @@ func (e *GitHandlerImpl) GitSubmoduleList(gitPath, commitId string) (submoduleLi
} else if te.isSubmodule() {
submoduleList[p+te.name] = te.hash
}
delete(trees, p)
}
}
}