]> Dogcows Code - chaz/tar/commit
Take into account chdir_fd when extracting from incremental dumps.
authorSergey Poznyakoff <gray@gnu.org.ua>
Sun, 15 Sep 2013 07:13:45 +0000 (10:13 +0300)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sun, 15 Sep 2013 07:13:45 +0000 (10:13 +0300)
commit738fb9c2f44eee567bb60e22dc011bdfd2f362a8
tree28f863f05cd7fd308f4503677cc452de712ecde0
parent0ea6e68655350556ab5c7b69ef41f6bac95683f8
Take into account chdir_fd when extracting from incremental dumps.

* src/common.h (tar_savedir): New prototype.
* src/misc.c (tar_savedir): New function.
(remove_any_file): Use tar_savedir.
* src/incremen.c (try_purge_directory): Use tar_savedir.
* src/update.c (update_archive): Use tar_savedir.
* tests/incr07.at: New testcase.
* tests/Makefile.am (TESTSUITE_AT): Add new test.
* tests/testsuite.at: Likewise.
* THANKS: Updated.
THANKS
src/common.h
src/incremen.c
src/misc.c
src/update.c
tests/Makefile.am
tests/incr07.at [new file with mode: 0644]
tests/testsuite.at
This page took 0.02235 seconds and 4 git commands to generate.