MacOS の imageoptim-cli などのツールを使用してイメージを git history から圧縮し、レポ サイズを縮小したいと考えています。BFG は、さらに任意のコマンドの実行をサポートできますか? 私git filter-branch
は次のように見えました: https://gist.github.com/zbeekman/7482ccd0e87f495387951bd612dc390e
git filter-branch --prune-empty --tree-filter 'pwd ; ls -a ; imageoptim -a -q --verbose -d <path/to/img/dir/here> || true' -- --all
しかし、これは、それらが導入された後でも、すべてのコミットでそれらのファイルに対してイメージ ツールを実行しました。