Skip to content
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

--strip-blobs-bigger-than does not search large files exhaustively #480

Open
akp6031 opened this issue Jan 14, 2023 · 0 comments
Open

--strip-blobs-bigger-than does not search large files exhaustively #480

akp6031 opened this issue Jan 14, 2023 · 0 comments

Comments

@akp6031
Copy link

akp6031 commented Jan 14, 2023

Hi host and community,

This is presumably rather a question than an issue that running "bfg --strip-blobs-bigger-than 5M repo.git" does not successfully filter out .pack files larger than 5mb.

I am preparing a submission to a journal where a provided validator enforces no file in .git history exceeds 5mb.
However, even after running bfg and clearing caches in git, and seeing subsequent messages saying "bfg has already run here!", I still receive a report for a file named ".git/objects/pack/pack-xxxxxxxx.pack" by executing the journal validator.
This can be removed with the traditional git filter-branch command, but I don't want to risk any side effects without knowing anything about the reason.

Could you enlighten possible situations I have to check?
Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant