Hi Alex, > Looks like this fix is incomplete - it works for removed directory, but > not for renamed one (tested on 1.28 with your patch):
Indeed. Thanks for reporting. I pushed a fix. > P.S. Also, I'm not sure is this will be considered a bug, but `tar t` for > concatenated incremental archives show files which won't be unpacked > (which was removed/renamed in concatenated incremental part). Yes, of course. It's not a bug. There's no other way to list tar archives (short of reading the entire content into the memory, applying each incremental operation sequentionally and outputting the result at the end, which is obviously inacceptable). Regards, Sergey