]> git.ipfire.org Git - thirdparty/zstd.git/commit
Adding new cli endpoint --patch-from= (#1940)
authorBimba Shrestha <bimbashrestha@fb.com>
Fri, 10 Jan 2020 22:25:24 +0000 (14:25 -0800)
committerYann Collet <Cyan4973@users.noreply.github.com>
Fri, 10 Jan 2020 22:25:24 +0000 (14:25 -0800)
commitf25a6e9f8f36375bce85bfefdf388c770057c27c
treeebbad4af3f622abe6d46e1f3fff30eb7644b6182
parentd1cc9d279704057c08ab976618c8bd629bc18f7e
Adding new cli endpoint --patch-from= (#1940)

* Adding new cli endpoint --diff-from=

* Appveyor conversion nit

* Using bool set trick instead of direct set

* Removing --diff-from and only leaving --diff-from=#

* Throwing error when both dictFileName vars are set

* Clean up syntax

* Renaming diff-from to patch-from

* Revering comma separated syntax clean up

* Updating playtests with patch-from

* Uncommenting accidentally commented

* Updating remaining docs and var names to be patch-from instead of diff-from

* Constifying

* Using existing log2 function and removing newly created one

* Argument order (moving prefs to end)

* Using comma separated syntax

* Moving to outside #ifndef
programs/fileio.c
programs/fileio.h
programs/zstd.1.md
programs/zstdcli.c
tests/playTests.sh