summaryrefslogtreecommitdiffstats
path: root/git-archive.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-10-29 16:20:47 -0700
committerJunio C Hamano <gitster@pobox.com>2021-10-29 16:20:47 -0700
commit19dcd3f0b9267bf8ca50aa402ecf9f18957583c0 (patch)
treeea9de4084c57f181044a9aed3d984322b35f2d06 /git-archive.txt
parent7f3e672e3ddcaaf72cc46cfda34941183a9e5bbe (diff)
downloadgit-htmldocs-19dcd3f0b9267bf8ca50aa402ecf9f18957583c0.tar.gz
Autogenerated HTML docs for v2.34.0-rc0
Diffstat (limited to 'git-archive.txt')
-rw-r--r--git-archive.txt17
1 files changed, 12 insertions, 5 deletions
diff --git a/git-archive.txt b/git-archive.txt
index 9f8172828..bc4e76a78 100644
--- a/git-archive.txt
+++ b/git-archive.txt
@@ -93,12 +93,19 @@ BACKEND EXTRA OPTIONS
zip
~~~
--0::
- Store the files instead of deflating them.
--9::
- Highest and slowest compression level. You can specify any
- number from 1 to 9 to adjust compression speed and ratio.
+-<digit>::
+ Specify compression level. Larger values allow the command
+ to spend more time to compress to smaller size. Supported
+ values are from `-0` (store-only) to `-9` (best ratio).
+ Default is `-6` if not given.
+tar
+~~~
+-<number>::
+ Specify compression level. The value will be passed to the
+ compression command configured in `tar.<format>.command`. See
+ manual page of the configured command for the list of supported
+ levels and the default level if this option isn't specified.
CONFIGURATION
-------------