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

Unexpected behavior BFG not recieving full file name with spaces #453

Open a2937 opened 2 years ago

a2937 commented 2 years ago

I was working on cleaning a file called "BulkResizePhotos (1).zip" from my history but unfortunately the tool wasn't able to find it. I suspect the only thing it was looking for was "BulkResizePhotos" rather than the full name. Would you be willing to add in the functionality to concatenate the argument in that position with all following arguments and add that as test case? I would be more than willing to try to assist and make the pull request myself.