]> git.ipfire.org Git - thirdparty/zstd.git/commit
Implement more gzip compatibility (#3037) 3059/head
authorDirk Müller <dirk@dmllr.de>
Tue, 8 Feb 2022 20:32:42 +0000 (21:32 +0100)
committerDirk Müller <dirk@dmllr.de>
Wed, 9 Feb 2022 22:09:18 +0000 (23:09 +0100)
commite653e97f77e7e53867e39ed6ce11dbbde6617337
tree3aa31bf26bff94b3ee6af0fb2f95545d75131594
parentcaf2fa170b42157860592c26747c7a1be5e1b045
Implement more gzip compatibility (#3037)

-n --no-name is the current behavior already, so we can implement
this as a noop.

--best is an alias for -9 in gzip

add basic cli tests.
programs/zstd.1
programs/zstd.1.md
programs/zstdcli.c
tests/cli-tests/compression/gzip-compat.sh [new file with mode: 0755]