]> icculus.org git repositories - icculus/xz.git/commit
Create sparse files by default when decompressing into
authorLasse Collin <lasse.collin@tukaani.org>
Wed, 25 Nov 2009 09:19:20 +0000 (11:19 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Wed, 25 Nov 2009 09:19:20 +0000 (11:19 +0200)
commit465d1b0d6518c5d980f2db4c2d769f9905bdd902
treea4268eaa071e4cc52da9d56cb5c76168c604ff75
parent37de544414fc2dc5039471d1002ebd015eb3e627
Create sparse files by default when decompressing into
a regular file.

Sparse file creation can be disabled with --no-sparse.
I don't promise yet that the name of this option won't
change before 5.0.0. It's possible that the code, that
checks when it is safe to use sparse output on stdout,
is not good enough, and a more flexible command line
option is needed to configure sparse file handling.
src/xz/args.c
src/xz/coder.c
src/xz/file_io.c
src/xz/file_io.h
src/xz/message.c
src/xz/xz.1