-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix lfs migration #32812
Fix lfs migration #32812
Conversation
I can confirm this PR fixed the bug. It's better to have some comments on the changed lines and have some tests. |
* giteaofficial/main: Fix bug of branch/tag selector in the issue sidebar (go-gitea#32744) Fix lfs migration (go-gitea#32812) Avoid MacOS keychain dialog in integration tests (go-gitea#32813) Update actionlint.yaml Detect whether action view branch was deleted (go-gitea#32764) Add "n commits" link to contributors in contributors graph page (go-gitea#32799) Fix "unicode escape" JS error (go-gitea#32806) use dedicated runners for release artifacts (go-gitea#32811) Make API "compare" accept commit IDs (go-gitea#32801) Implement update branch API (go-gitea#32433) Fix JS error when dropping a file to a editor without dropzone (go-gitea#32804) chore: use errors.New to replace fmt.Errorf with no parameters (go-gitea#32800)
Backport #32812 by @hiifong Fix: #32803 ![image](https://github.com/user-attachments/assets/3ea1f4e0-e26f-4a15-957e-dd6caf91deb1) ![image](https://github.com/user-attachments/assets/44b99624-c347-4f2d-a11c-13ec1276eea2) Co-authored-by: hiifong <[email protected]>
Maybe we can set the |
Why Github? Since the git lfs client inside Gitea is a new implementation, the version is also not right. Maybe we can use Gitea's version instead. So likely |
Agree |
Fix: #32803