import-tars: Add support for tarballs compressed with lzma, xz
authorIngmar Vanhassel <ingmar@exherbo.org>
Tue, 20 Oct 2009 10:29:32 +0000 (12:29 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 22 Oct 2009 00:15:43 +0000 (17:15 -0700)
Also handle the extensions .tlz and .txz, aliases for .tar.lzma and
.tar.xz respectively.

Signed-off-by: Ingmar Vanhassel <ingmar@exherbo.org>
Liked-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found