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

Verifying commits #495

Open jeremy-rifkin opened 11 months ago

jeremy-rifkin commented 11 months ago

Is there a way to avoid un-verifying commits when using bfg, or to at least re-verify commits that you were the author of?

theAkito commented 10 months ago

Same issue here.

I used this as a workaround.

git rebase --exec "git commit --amend --no-edit -n -S" -i --root
git rebase --committer-date-is-author-date -i --root
Aungkhant884 commented 9 months ago

Yes

Aungkhant884 commented 9 months ago

Yes