Update modules/git/repo_index.go

This commit is contained in:
David Rotermund 2025-02-09 23:35:33 +01:00
parent a6f7549e35
commit d3cf79174c

View file

@ -13,6 +13,7 @@ import (
"code.gitea.io/gitea/modules/log"
"code.gitea.io/gitea/modules/util"
"code.gitea.io/gitea/modules/git/internal" //nolint:depguard // only this file can use the internal type CmdArg, other files and packages should use AddXxx functions
)
// ReadTreeToIndex reads a treeish to the index