diff options
author | Giteabot <teabot@gitea.io> | 2025-02-16 13:17:34 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-15 21:17:34 -0800 |
commit | 99545ae2fd376ccee376877cc49f3d586fa34d9d (patch) | |
tree | 90c181adadcc9b1ea057a267a68874ab205654f5 /models/migrations/v1_16 | |
parent | 7697df9f93b0c11671cc471393f6bb590462224e (diff) | |
download | gitea-release/v1.23.tar.gz gitea-release/v1.23.zip |
Fix mirror bug (#33597) (#33607)release/v1.23
Backport #33597 by @ericLemanissier
follows-up be4e961240883778c44d9651eaaf9ab8723bbbb0
This is the same modification as
https://github.com/go-gitea/gitea/commit/be4e961240883778c44d9651eaaf9ab8723bbbb0
but for force-pushes.
It is needed, because `git fetch` reveals force pushes for github
mirrors:
```
$ git fetch --tags origin
remote: Enumerating objects: 22, done.
remote: Counting objects: 100% (22/22), done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 9 (delta 5), reused 8 (delta 5), pack-reused 0 (from 0)
Unpacking objects: 100% (9/9), 1.70 KiB | 12.00 KiB/s, done.
From https://github.com/conan-io/conan-center-index
729f0f1b8f..48184eddeb refs/pull/26595/head -> refs/pull/26595/head
+ 0c31ab60a3...1283cca9e7 refs/pull/26595/merge -> refs/pull/26595/merge (forced update)
```
Fix https://github.com/go-gitea/gitea/issues/33200
PS: I did not test the modification, but it is the exact same change as
the last hunk in
https://github.com/go-gitea/gitea/pull/33224/files#diff-bb5cdb90db0f0e7f6716c0e6d0b9cbb67f08d82052b03ab3a7b5e23a1d76aed7
, just moved to the previous case of the switch
Co-authored-by: ericLemanissier <ericLemanissier@users.noreply.github.com>
Diffstat (limited to 'models/migrations/v1_16')
0 files changed, 0 insertions, 0 deletions