mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpgtar: New option --with-log
* tools/gpgtar.c: New option --with-log. * tools/gpgtar.h (opt): Add field with_log. * tools/gpgtar-extract.c (gpgtar_extract): Move directory string building up. Add option --log-file if needed. * tools/gpgtar-create.c (gpgtar_create): Make tmpbuf static becuase it is used outside of its scope. * tools/gpgtar-list.c (gpgtar_list): Ditto.
This commit is contained in:
parent
92c8ae720e
commit
ed53d41b4c
6 changed files with 56 additions and 38 deletions
|
@ -2025,6 +2025,11 @@ This option is passed directly to @command{gpg}.
|
|||
Write special status strings to the file descriptor @var{n}.
|
||||
See the file DETAILS in the documentation for a listing of them.
|
||||
|
||||
@item --with-log
|
||||
@opindex with-log
|
||||
When extracting an encrypted tarball also write a log file with the
|
||||
gpg output to a file named after the extraction directory with the
|
||||
suffix ".log".
|
||||
|
||||
@item --set-filename @var{file}
|
||||
@opindex set-filename
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue