jbampton commented on PR #393: URL: https://github.com/apache/openoffice/pull/393#issuecomment-3193698768
I used the following commands from "Google" and if correct it makes it about 2 megabytes smaller ``` openoffice$ git branch add-basic-editorconfig add-license-hook-yaml add-script-for-ignored-words chmod+x-shell-scripts pre-commit-add-oxipng * trunk whitespace-cleanup-cfg whitespace-fixups-2 whitespace-fixups-pmk openoffice$ find . -type f -iname "*.png" -print0 | du -ch --files0-from=- | tail -n 1 54M total openoffice$ git checkout pre-commit-add-oxipng Switched to branch 'pre-commit-add-oxipng' Your branch is up to date with 'origin/pre-commit-add-oxipng'. openoffice$ find . -type f -iname "*.png" -print0 | du -ch --files0-from=- | tail -n 1 52M total openoffice$ ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org