hush/archival
SASAKI Suguru 73fbe9dc86 tar: fix tar -T to add entries in the exact order as the input list
This fixes tar to order files in tarball correctly in this case:

$ touch 1 2 3; echo -e '1\n2\n3' | tar -T- -c | tar t
1
2
3

Signed-off-by: SASAKI Suguru <suguru@sonik.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2013-08-15 12:19:29 +02:00
..
2007-10-05 15:27:03 +00:00
2007-10-05 15:27:03 +00:00
2007-10-05 15:27:03 +00:00
2012-03-06 16:27:48 +01:00
2013-01-14 15:57:44 +01:00
2013-01-14 01:34:48 +01:00
2013-01-14 01:34:48 +01:00