chore: Move import path from code.gitea.io/gitea to gitea.dev (#37873)

This commit is contained in:
Lunny Xiao
2026-05-26 15:49:31 -07:00
committed by GitHub
parent a03e0364eb
commit 61b1a39efe
2411 changed files with 11717 additions and 11717 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"strconv"
"strings"
"code.gitea.io/gitea/modules/git/gitcmd"
"gitea.dev/modules/git/gitcmd"
)
// CatFileBatchCheck runs cat-file with --batch-check
+1 -1
View File
@@ -6,7 +6,7 @@ package pipeline
import (
"time"
"code.gitea.io/gitea/modules/git"
"gitea.dev/modules/git"
)
// LFSResult represents commits found using a provided pointer file hash
+1 -1
View File
@@ -11,7 +11,7 @@ import (
"sort"
"strings"
"code.gitea.io/gitea/modules/git"
"gitea.dev/modules/git"
gogit "github.com/go-git/go-git/v5"
"github.com/go-git/go-git/v5/plumbing"
+2 -2
View File
@@ -11,8 +11,8 @@ import (
"io"
"sort"
"code.gitea.io/gitea/modules/git"
"code.gitea.io/gitea/modules/git/gitcmd"
"gitea.dev/modules/git"
"gitea.dev/modules/git/gitcmd"
)
// FindLFSFile finds commits that contain a provided pointer file hash
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"testing"
"time"
"code.gitea.io/gitea/modules/git"
"gitea.dev/modules/git"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
+1 -1
View File
@@ -6,7 +6,7 @@ package pipeline
import (
"testing"
"code.gitea.io/gitea/modules/git"
"gitea.dev/modules/git"
)
func TestMain(m *testing.M) {
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"errors"
"strings"
"code.gitea.io/gitea/modules/git/gitcmd"
"gitea.dev/modules/git/gitcmd"
"golang.org/x/sync/errgroup"
)
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"io"
"strings"
"code.gitea.io/gitea/modules/git/gitcmd"
"gitea.dev/modules/git/gitcmd"
)
// RevListObjects run rev-list --objects from headSHA to baseSHA