We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4d716 commit d6655d2Copy full SHA for d6655d2
models/action.go
@@ -14,11 +14,10 @@ import (
14
"time"
15
"unicode"
16
17
+ "code.gitea.io/git"
18
"code.gitea.io/gitea/modules/base"
19
"code.gitea.io/gitea/modules/log"
20
"code.gitea.io/gitea/modules/setting"
-
21
- "code.gitea.io/git"
22
api "code.gitea.io/sdk/gitea"
23
24
"github.com/Unknwon/com"
models/issue_comment.go
@@ -9,11 +9,10 @@ import (
9
"strings"
10
11
12
13
"code.gitea.io/gitea/modules/markup"
0 commit comments