summaryrefslogtreecommitdiffstats
path: root/git-archive.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-09-26 07:16:58 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-09-26 07:16:58 +0000
commit817abb49397feae6876cca32a894ee4afec2385a (patch)
tree754a185aec525cbb98211d38d10a8b519318fd57 /git-archive.txt
parent47c1e3ca86a9871867627dd09e64ae4dce79ed32 (diff)
downloadgit-htmldocs-817abb49397feae6876cca32a894ee4afec2385a.tar.gz
Autogenerated HTML docs for v1.4.2.1-g4daf
Diffstat (limited to 'git-archive.txt')
-rw-r--r--git-archive.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/git-archive.txt b/git-archive.txt
index 913528d37..031fcd519 100644
--- a/git-archive.txt
+++ b/git-archive.txt
@@ -40,6 +40,7 @@ OPTIONS
<extra>::
This can be any options that the archiver backend understand.
+ See next section.
--remote=<repo>::
Instead of making a tar archive from local repository,
@@ -52,6 +53,18 @@ path::
If one or more paths are specified, include only these in the
archive, otherwise include all files and subdirectories.
+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.
+
+
CONFIGURATION
-------------
By default, file and directories modes are set to 0666 or 0777 in tar