Felix> It would be great, if those deletion could be reduced to the
replacement
Felix> of re-quant'ed pngs, but I fear that is just too much work

Unfortunately, BFG does not support for png quantization, and I'm not that
fond of implementing that
taking into account the amount of comments in this thread.
Going with git filter-branch is not an option because it is extremely slow
at JMeter scale.

Felix >Would it be possible to exclude the xdocs path from css and svg
removal?

The exact list of removed ids is listed in
https://github.com/vlsi/jmeter-git-cleanup/blob/v1.0.0/clean_fork/deleted-files.txt
Feel free to provide suggestions.

Re "css", there are files like bootstrap.css (140K), bootstrap.css.map
(3.8M) which I don't think are crucial.
I think xdocs/css/new-style.css can be kept though.
It might be a nice idea to download JS dependencies from external
repositories for both site and report.

Felix>tag v2_13
Felix>warning: CRLF will be replaced by LF in

Probably you want to add .gitattributes file that would specify which files
are text and which are binary.
I think we could add ".gitattributes" file to the initial Git commit,
however it would make cleanup procedure (for forks) more complicated.
I guess there's no BFG option to add a file.

Vladimir

Reply via email to