rtyley / bfg-repo-cleaner

Removes large or troublesome blobs like git-filter-branch does, but faster. And written in Scala
https://rtyley.github.io/bfg-repo-cleaner/
GNU General Public License v3.0
10.84k stars 535 forks source link

bfg --delete-files doesn't delete in all commits #445

Open VictorBaudot opened 2 years ago

VictorBaudot commented 2 years ago

I've runned this command bfg --delete-files '.env*' repo.git and I first thought it worked well because .env files have been removed from many commits. But not all. Some commits that are 1+ year old still have .env files in them.

Any idea why?

Update: Looks like the commits I'm seeing on Github with the non-deleted .env files are not fetched when doing git clone --mirror ... - I'm not sure why