]> Dogcows Code - chaz/tar/commit
Options to control option handling in file lists. master
authorSergey Poznyakoff <gray@gnu.org.ua>
Mon, 3 Aug 2015 13:11:08 +0000 (16:11 +0300)
committerSergey Poznyakoff <gray@gnu.org.ua>
Mon, 3 Aug 2015 13:47:22 +0000 (16:47 +0300)
commiteb621c67cfdff818ac86fa2e54602fc82daf6032
tree4ec2649c541b63f4cf8df22127f091834659662a
parent21f86195b7c48196e7912bbb2755e56af5ea62ff
Options to control option handling in file lists.

The --verbatim-files-from option disables option handling in
file lists.  The --no-verbatim-files-from reverts its effect.

The --null option implies --verbatim-files-from.  This restores
the documented behavior, broken by 26538c9b.

* src/common.h (verbatim_files_from_option): New global.
* src/names.c (name_elt): New member: file.verbatim
(name_add_file): Take 'verbatim' state as its third parameter.
(read_next_name): Don't call handle_option if file.verbatim
is set.
* src/tar.c: New options --verbatim-files-from and
--no-verbatim-files-from.

* doc/tar.texi: Document --verbatim-files-from and
--no-verbatim-files-from options.
* NEWS: Update.
* configure.ac: Version 1.28.90

* tests/T-null2.at: New testcase.
* tests/Makefile.am: Update.
* tests/testsuite.at: Update.
NEWS
configure.ac
doc/tar.texi
src/common.h
src/names.c
src/tar.c
tests/Makefile.am
tests/T-null2.at [new file with mode: 0644]
tests/testsuite.at
This page took 0.023578 seconds and 4 git commands to generate.