]> git.ipfire.org Git - thirdparty/xz.git/commit
xz: Remove the TODO comment about --recursive
authorLasse Collin <lasse.collin@tukaani.org>
Sat, 6 Jul 2024 11:04:48 +0000 (14:04 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 6 Sep 2024 16:31:12 +0000 (19:31 +0300)
commit0f47db18d04434203b350bde4909a5e468f197cc
tree33daa953e9f4fd41bcc830e2d80cacac43d33fa4
parent07f52c3528e43c4a925a3fc59a933c89f5604d92
xz: Remove the TODO comment about --recursive

It won't be implemented. find + xargs is more flexible, for example,
it allows compressing small files in parallel. An example for that
has been included in the xz man page since 2010.

(cherry picked from commit baecfa142644eb5f5c6dd6f8e2f531c362fa3747)
src/xz/args.c