]> Dogcows Code - chaz/tar/commitdiff
Updated
authorSergey Poznyakoff <gray@gnu.org.ua>
Thu, 4 Sep 2003 15:43:35 +0000 (15:43 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Thu, 4 Sep 2003 15:43:35 +0000 (15:43 +0000)
NEWS
TODO

diff --git a/NEWS b/NEWS
index 10069ddb1f7787058f7097312e9204716ce22c3b..73271942ed2ac17852074fdb9101d8a9fd080adf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,8 @@ version 1.13.26
 * The default output format can be selected at configuration time
 by presetting the environment variable DEFAULT_ARCHIVE_FORMAT.
 Allowed values are GNU, V7, OLDGNU and POSIX.
+* New option --strip-path allows to cut off a given number of
+path elements from the name of the file being extracted.
 
 * Bug fixes.
 
diff --git a/TODO b/TODO
index e756ff3d64ad001817f444afd7a76f25e652b0d8..0018ca90bb210c74331c01db4f074a03f8ebb5bf 100644 (file)
--- a/TODO
+++ b/TODO
@@ -30,25 +30,9 @@ so that the GNU extensions (--sparse, --incremental, --label and
   It would be useful to be able to use '--remove-files' with '--diff',
   to remove all files that compare successfully, when verifying a backup.
 
-* Add an option to cut away the first N output path elements:
+* Add tests for testing the added functonality.
 
-  From: Marc Haber <mh+debian-bugs@zugschlus.de>
-  Date: Tue, 26 Aug 2003 08:55:31 +0200
-
-  some archives have members like
-  foo/bar
-  foo/baz
-  foo/bam
-  
-  When I now want to extract the three members bar, baz and bam to the
-  directory fom instead foo, I need to extract to foo and then to move
-  the files over manually.
-
-  patch(1) solves that problem by offering an option taking the number
-  of path elements to cut away before using the path name. With an
-  option like that, the above problem could be solved with
-
-  tar --extract --cut-path-elements 1 --directory fom
+* Revise the --sparse option functionality.
 
 \f  
 * Copyright notice
This page took 0.020873 seconds and 4 git commands to generate.