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

Can I remove files from the "history cleanse" by manually editing `deleted-files.txt` (before running `git reflog expire`)? #372

Open johnnyutahh opened 4 years ago

johnnyutahh commented 4 years ago

Can I remove files from the "history cleanse" by manually editing deleted-files.txt and removing some of the file entries (before running git reflog expire ...)?

ie, does this have any impact, and is this a "supported feature"?

(And does this question make sense?)

johnnyutahh commented 4 years ago

(ping)