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.95k stars 540 forks source link

Recommended blob size #332

Open vineeshvs opened 4 years ago

vineeshvs commented 4 years ago

Hi, What is the basis for selecting the size of blob for the following command? $ bfg --strip-blobs-bigger-than 50M my-repo.git

javabrett commented 4 years ago

Size is the minimum size for which all smaller content is valid, not bulk/junk, and should not be deleted.