Update modules/git/repo_index.go
This commit is contained in:
parent
a6f7549e35
commit
d3cf79174c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue