This website requires JavaScript.
Explore
Help
Sign In
tdsds.com
/
gitea
Watch
1
Star
1
Fork
0
You've already forked gitea
mirror of
https://github.com/go-gitea/gitea
synced
2025-12-07 13:28:25 +00:00
Code
Releases
Activity
Files
966e7bdc9b875abb7192cd572beec40123a815da
gitea
/
services
/
migrations
History
Chongyi Zheng
966e7bdc9b
Correctly handle draft releases without a tag (
#20314
)
...
Fixes
#20313
. `errors.Is(err, git.ErrNotExist{})` is not working
2022-07-12 13:57:38 +01:00
..
codebase_test.go
…
codebase.go
…
dump.go
Fix cli command restore-repo: "units" should be splitted to string slice, to match the old behavior and match the dump-repo's behavior (
#20183
)
2022-07-01 15:47:44 +08:00
error.go
…
git.go
…
gitbucket.go
…
gitea_downloader_test.go
…
gitea_downloader.go
…
gitea_uploader_test.go
Move issues related files into models/issues (
#19931
)
2022-06-13 17:37:59 +08:00
gitea_uploader.go
Correctly handle draft releases without a tag (
#20314
)
2022-07-12 13:57:38 +01:00
github_test.go
…
github.go
…
gitlab_test.go
…
gitlab.go
…
gogs_test.go
…
gogs.go
…
http_client.go
…
main_test.go
…
migrate_test.go
…
migrate.go
Unify repo settings & show better error (
#19828
)
2022-06-12 13:43:27 +08:00
onedev_test.go
…
onedev.go
Add more linters to improve code readability (
#19989
)
2022-06-20 12:02:49 +02:00
restore.go
…
update.go
…