aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgtar.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2023-06-15 11:52:18 +0000
committerWerner Koch <[email protected]>2023-06-15 11:59:22 +0000
commit3bab25d7d5197cd6178be653feb1182cd313ecbe (patch)
treec40f213cf22a8e060941b44e5403cfcc6dcf742b /tools/gpgtar.h
parentgpg: New option --no-compress as alias for -z0. (diff)
downloadgnupg-3bab25d7d5197cd6178be653feb1182cd313ecbe.tar.gz
gnupg-3bab25d7d5197cd6178be653feb1182cd313ecbe.zip
gpgtar: New option --no-compress.
* tools/gpgtar.c: Add option --no-compress. * tools/gpgtar.h (opt): Add field no_compress. * tools/gpgtar-create.c (gpgtar_create): Pass -z0 to gpg. -- This option is probably easier to remember than --gpg-args '-z0'.
Diffstat (limited to 'tools/gpgtar.h')
-rw-r--r--tools/gpgtar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gpgtar.h b/tools/gpgtar.h
index 9177fcfcb..d86010476 100644
--- a/tools/gpgtar.h
+++ b/tools/gpgtar.h
@@ -33,6 +33,7 @@ struct
int quiet;
int dry_run;
int utf8strings;
+ int no_compress;
const char *gpg_program;
strlist_t gpg_arguments;
const char *outfile;