]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Add --lrzip option to bsdtar and bsdcpio to use lrzip compression.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 7 Oct 2012 03:56:02 +0000 (12:56 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 7 Oct 2012 03:57:51 +0000 (12:57 +0900)
commit08e5985823058be70eb45bed9476a78725a3cccb
treecfe2f6d9522f15eaa57e712f1f795cd634d992a3
parent243f9e4c435fe081513c85426669d22b6fdee92d
Add --lrzip option to bsdtar and bsdcpio to use lrzip compression.
14 files changed:
Makefile.am
cpio/bsdcpio.1
cpio/cmdline.c
cpio/cpio.c
cpio/cpio.h
cpio/test/CMakeLists.txt
cpio/test/test_option_lrzip.c [new file with mode: 0644]
tar/bsdtar.1
tar/bsdtar.c
tar/bsdtar.h
tar/cmdline.c
tar/test/CMakeLists.txt
tar/test/test_option_lrzip.c [new file with mode: 0644]
tar/write.c