Re: [Bug-tar] [PATCH] ZSTD compression support.

2017-11-27 Thread Shawn Landden
+ ct_xz, + ct_zstd there should be a comma after ct_zstd. compilers can accept this now. You are missing concatenation -A support. Zstd has special compatibility with concatenation (read the man page) and as such you should change the tar man page to document that -A works with zstd, and mak

Re: [Bug-tar] [PATCH] ZSTD compression support.

2017-11-27 Thread Shawn Landden
+ ct_xz, + ct_zstd there should be a comma after ct_zstd. compilers can accept this now. You are missing concatenation -A support. Zstd has special compatibility with concatenation (read the man page) and as such you should change the tar man

Re: [Bug-tar] [PATCH] ZSTD compression support.

2017-11-27 Thread Adam Borowski
On Mon, Nov 27, 2017 at 09:28:07AM -0800, Shawn Landden wrote: > + ct_xz, > + ct_zstd > > there should be a comma after ct_zstd. compilers can accept this now. Yeah, that's much nicer for diffs. I wanted to follow the old code, but you're right here. > You are missing concatenation -A support