]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Recognize ".tzst" extension as ".tar.zst" 943/head
authorjrmarino <github@marino.st>
Tue, 22 Aug 2017 13:46:29 +0000 (08:46 -0500)
committerGitHub <noreply@github.com>
Tue, 22 Aug 2017 13:46:29 +0000 (08:46 -0500)
commite2134fb3b4cd20997e4d11c3373db2cf21ebaa47
tree70eae71d25557c25d9f7bf94edb5812a8a8b3ffc
parent19f4e1eb5a29627195b3b6e0574ffdfd10cf1c7a
Recognize ".tzst" extension as ".tar.zst"

This follows convention establish by ".tgz", ".txz", etc.
The alias array was not sorted alphabetically (the only order seems to be grouping by decomposed extension), so the new element was just added to the end.
tar/creation_set.c