Skip to content

Commit 8cda45f

Browse files
lunnyGusted
authored andcommitted
Move gitgraph from modules to services layer (go-gitea#33527)
Just move, no code change. (cherry picked from commit 466cc72)
1 parent 9d2fabc commit 8cda45f

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

routers/web/repo/commit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import (
2121
"code.gitea.io/gitea/modules/base"
2222
"code.gitea.io/gitea/modules/charset"
2323
"code.gitea.io/gitea/modules/git"
24-
"code.gitea.io/gitea/modules/gitgraph"
2524
"code.gitea.io/gitea/modules/gitrepo"
2625
"code.gitea.io/gitea/modules/log"
2726
"code.gitea.io/gitea/modules/markup"
@@ -32,6 +31,7 @@ import (
3231
"code.gitea.io/gitea/services/forms"
3332
"code.gitea.io/gitea/services/gitdiff"
3433
git_service "code.gitea.io/gitea/services/repository"
34+
"code.gitea.io/gitea/services/repository/gitgraph"
3535
)
3636

3737
const (
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)