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
11.16k stars 550 forks source link

Reliable sha sums? #257

Open spaceone opened 6 years ago

spaceone commented 6 years ago

Hello, I have a question which is not answered on the website. My request would be to add the information to the website.

If there are multiple checkouts (which might aren't in the state of the remote repository and which might have extra feature branches) of a repository and I ran the same bfg command to remove some files over all of them: Does the resulting repository have the same sha hash sums for all commits in all repositories?

javabrett commented 6 years ago

Usage questions are best-asked on Stackoverflow with label bfg-repo-cleaner.