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

Is there a `--public` flag? #417

Open h00shi opened 3 years ago

h00shi commented 3 years ago

I am using the --delete-files {*.a} entry to remove all previously committed binaries, but when doing this, bfg, assumes a private mode and does not append the Former-commit-id footer. I noticed that there is a --private flag to enforce private mode regardless. Is there an equivalent way for public mode? i.e., I wish to get public mode behaviour even when --delete-files is used.