From d3cf79174c6ff68a9433d7a1faf510797cdaa330 Mon Sep 17 00:00:00 2001 From: davrot Date: Sun, 9 Feb 2025 23:35:33 +0100 Subject: [PATCH] Update modules/git/repo_index.go --- modules/git/repo_index.go | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/git/repo_index.go b/modules/git/repo_index.go index c822096..37988c3 100644 --- a/modules/git/repo_index.go +++ b/modules/git/repo_index.go @@ -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