]> Dogcows Code - chaz/tar/commitdiff
(delay_directory_restore_option): New global.
authorSergey Poznyakoff <gray@gnu.org.ua>
Sun, 11 Dec 2005 14:11:16 +0000 (14:11 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sun, 11 Dec 2005 14:11:16 +0000 (14:11 +0000)
src/common.h

index 6d4ef6bc723f18dfde6168ca4dd810d0235f1b57..9de22c672efe3cf852bf93744eabe247997123f5 100644 (file)
@@ -325,9 +325,15 @@ GLOBAL bool unquote_option;
 
 GLOBAL bool test_label_option; /* Test archive volume label and exit */
 
-GLOBAL bool show_stored_names_option; /* When creating archive in verbose mode,
-                                        list member names as stored in the
-                                        archive */
+/* When creating archive in verbose mode, list member names as stored in the
+   archive */
+GLOBAL bool show_stored_names_option; 
+
+/* Delay setting modification times and permissions of extracted directories
+   until the end of extraction. This variable helps correctly restore directory
+   timestamps from archives with an unusual member order. It is automatically
+   set for incremental archives. */
+GLOBAL bool delay_directory_restore_option; 
 
 \f
 /* Declarations for each module.  */
This page took 0.022867 seconds and 4 git commands to generate.