Commit ID: 1004FB9283F72C8E596
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/05/20 17:21:45 UTC
Modified files:
bin/pax : ar_io.c extern.h options.c tar.1
Log message:
implement archive format auto-guessing – inspired by
http://petereisentraut.blogspot.de/2012/05/time-to-retrain-fingers.html – with
silent failback to no compressor; uses lzma only when writing .tlz and lzop
transparently
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.16 -r1.17 src/bin/pax/ar_io.c
cvs -R rdiff -kk -upr1.20 -r1.21 src/bin/pax/extern.h
cvs -R rdiff -kk -upr1.48 -r1.49 src/bin/pax/options.c
cvs -R rdiff -kk -upr1.22 -r1.23 src/bin/pax/tar.1