tar: change -a from meaning "lzma" to mean "autodetect by extension"
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 2 Aug 2019 13:19:56 +0000 (15:19 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 2 Aug 2019 13:19:56 +0000 (15:19 +0200)
commit16474cf246cb10b982f7365b201f32a930e8af95
tree3ee0e6cb0a2dd535a41a52a9f99f05d22d044049
parente6a87e74837ba5f2f2207a75cd825acf8cf28afb
tar: change -a from meaning "lzma" to mean "autodetect by extension"

function                                             old     new   delta
tar_main                                            1026    1100     +74
packed_usage                                       33311   33329     +18
tar_longopts                                         309     325     +16
vfork_compressor                                     246     210     -36
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/1 up/down: 108/-36)            Total: 72 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
archival/tar.c