This commit is contained in:
Sergey Poznyakoff
2005-09-28 20:42:39 +00:00
parent 40da86b2a1
commit 49f39c25b4
2 changed files with 20 additions and 0 deletions

View File

@@ -1,5 +1,12 @@
2005-09-28 Sergey Poznyakoff <gray@gnu.org.ua>
* NEWS: Updated
* src/common.h (show_stored_names_option): New variable
* src/list.c (print_header): If show_stored_names_option is given,
list member names as stored in the archive. Patch proposed by Erik
Cumps <erik.cumps@icos.be>
* src/tar.c: Implement --show-stored-names option
* src/common.h (test_label_option): New variable;
* src/list.c (print_header): Special handling if test_label_option
is set.