1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-01 17:38:33 +00:00

[v11.0/forgejo] chore: branding import path (#7354)

**Backport:** https://codeberg.org/forgejo/forgejo/pulls/7337

- Massive replacement of changing `code.gitea.io/gitea` to `forgejo.org`.
- Resolves forgejo/discussions#258

Co-authored-by: Gusted <postmaster@gusted.xyz>
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7354
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: forgejo-backport-action <forgejo-backport-action@noreply.codeberg.org>
Co-committed-by: forgejo-backport-action <forgejo-backport-action@noreply.codeberg.org>
This commit is contained in:
forgejo-backport-action 2025-03-27 20:13:05 +00:00 committed by Gusted
parent 0a6a6d351d
commit e286457990
2097 changed files with 10675 additions and 10674 deletions

View file

@ -13,8 +13,8 @@ import (
"strings"
"sync"
"code.gitea.io/gitea/modules/git"
"code.gitea.io/gitea/modules/log"
"forgejo.org/modules/git"
"forgejo.org/modules/log"
)
// CatFileBatchCheck runs cat-file with --batch-check

View file

@ -13,7 +13,7 @@ import (
"sync"
"time"
"code.gitea.io/gitea/modules/git"
"forgejo.org/modules/git"
)
// LFSResult represents commits found using a provided pointer file hash

View file

@ -11,7 +11,7 @@ import (
"strings"
"sync"
"code.gitea.io/gitea/modules/git"
"forgejo.org/modules/git"
)
// NameRevStdin runs name-rev --stdin

View file

@ -12,8 +12,8 @@ import (
"strings"
"sync"
"code.gitea.io/gitea/modules/git"
"code.gitea.io/gitea/modules/log"
"forgejo.org/modules/git"
"forgejo.org/modules/log"
)
// RevListAllObjects runs rev-list --objects --all and writes to a pipewriter