]> Dogcows Code - chaz/tar/commit
Warn about existing files in keep-old-files mode (complements 8f390db9).
authorSergey Poznyakoff <gray@gnu.org.ua>
Thu, 17 Nov 2011 20:19:05 +0000 (22:19 +0200)
committerSergey Poznyakoff <gray@gnu.org.ua>
Thu, 17 Nov 2011 20:19:05 +0000 (22:19 +0200)
commit02bf3a96a931678211117534ee535863c780c6dc
treeaef3d1856e83347b358afb06c2743eb4b47a9939
parent79138eaef1094eae50d4dfc84bb5007de06d6376
Warn about existing files in keep-old-files mode (complements 8f390db9).

This is controlled by "existing-file" warning code, which is off
by default.

* src/common.h (WARN_EXISTING_FILE): New warning code.
(WARN_VERBOSE_WARNINGS): Add WARN_EXISTING_FILE.
* src/extract.c (maybe_recoverable): warn about existing file
if WARN_EXISTING_FILE is set.
* src/warning.c: New warning type: "existing-file"
src/common.h
src/extract.c
src/warning.c
This page took 0.019267 seconds and 4 git commands to generate.