]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Add support for writing mtree classic format, which mtree utility generates by default.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Fri, 21 Sep 2012 02:51:16 +0000 (11:51 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Mon, 24 Sep 2012 22:32:34 +0000 (07:32 +0900)
commitf83da3539b0d32131d4bd495c092dd8bc5cc7e54
tree2eb79e59bd40f983e0c5cb25b13ca4a270ff8d9a
parent04725edc318a3d89f0ab709da6809a2965a6e0e4
Add support for writing mtree classic format, which mtree utility generates by default.
Makefile.am
libarchive/archive.h
libarchive/archive_write_set_format_by_name.c
libarchive/archive_write_set_format_mtree.c
libarchive/test/test_write_format_mtree.c
libarchive/test/test_write_format_mtree_classic.c [new file with mode: 0644]
libarchive/test/test_write_format_mtree_classic_indent.c [new file with mode: 0644]
libarchive/test/test_write_format_mtree_fflags.c