-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
LFS file is not remove when branch is removed. #26668
Comments
There is a background LFS GC task will do that later because of two reasons. |
It is different position and what you wrote do not apply to it.
I try to test it on docker image maybe to check if Linux version also has bug. |
Looks same problem is with gitea\gitea docker image - no clean action is done after removal branch with LFS files - not used LFS file is not removed and visible as used before specific file check. Same behavior I think. |
We close issues that need feedback from the author if there were no new comments for a month. 🍵 |
Description
I use:
git lfs track data/**/*.pdf
.git push origin --delete this_branch
.Result branch is deleted but LFS file is not.
After check of files for repository.
Found 4145 blob pointer(s) - 4145 associated, 0 unassociated (0 missing from store)
After long wait for single file check.
No Commits found for this LFS file
File are ophan -> when I check but is it not visible until check each file separetly.
Gitea Version
1.20.3
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
Git Version
2.42.0
Operating System
Windows 10
How are you running Gitea?
Windows 10 as service.
Database
SQLite
The text was updated successfully, but these errors were encountered: