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 a62eb0f commit 9a9f14dCopy full SHA for 9a9f14d
cmd/hook.go
@@ -8,9 +8,9 @@ import (
8
"fmt"
9
"os"
10
11
- "github.com/urfave/cli"
12
-
13
"code.gitea.io/gitea/models"
+
+ "github.com/urfave/cli"
14
)
15
16
var (
models/migrations/v19.go
@@ -11,10 +11,10 @@ import (
"path/filepath"
"strings"
+ "code.gitea.io/gitea/modules/setting"
"github.com/Unknwon/com"
17
"github.com/go-xorm/xorm"
- "code.gitea.io/gitea/modules/setting"
18
19
20
func generateAndMigrateGitHooks(x *xorm.Engine) (err error) {
0 commit comments