You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: