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.83k stars 535 forks source link

Can I tag a commit as "protected"? #510

Open Vinz87 opened 6 months ago

Vinz87 commented 6 months ago

I would like to tag a commit which is not the last one as "protected". In this way, as I understand, I should be able to delete previous versions of a file whose last commit was not the last of the repo

Any hint? Is this a proper usage of BFG?