Autogenerated man pages for v1.4.2.1-g4daf
authorJunio C Hamano <junio@hera.kernel.org>
Tue, 26 Sep 2006 07:17:12 +0000 (07:17 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Tue, 26 Sep 2006 07:17:12 +0000 (07:17 +0000)
man1/git-archive.1
man7/git.7

index d25053654fab0fd7d7628d9ae5369c98bd4eaea2..537d9ee3918dc1db4ca59dc1b5f9c733c8173fbd 100755 (executable)
@@ -2,7 +2,7 @@
 .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
 .\" Instead of manually editing it, you probably should edit the DocBook XML
 .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
-.TH "GIT\-ARCHIVE" "1" "09/17/2006" "" ""
+.TH "GIT\-ARCHIVE" "1" "09/26/2006" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -31,7 +31,7 @@ Show all available formats.
 Prepend <prefix>/ to each filename in the archive.
 .TP
 <extra>
-This can be any options that the archiver backend understand.
+This can be any options that the archiver backend understand. See next section.
 .TP
 \-\-remote=<repo>
 Instead of making a tar archive from local repository, retrieve a tar archive from a remote repository.
@@ -41,6 +41,14 @@ The tree or commit to produce an archive for.
 .TP
 path
 If one or more paths are specified, include only these in the archive, otherwise include all files and subdirectories.
+.SH "BACKEND EXTRA OPTIONS"
+.SS "zip"
+.TP
+\-0
+Store the files instead of deflating them.
+.TP
+\-9
+Highest and slowest compression level. You can specify any number from 1 to 9 to adjust compression speed and ratio.
 .SH "CONFIGURATION"
 By default, file and directories modes are set to 0666 or 0777 in tar archives. It is possible to change this by setting the "umask" variable in the repository configuration as follows :
 .sp
index cf0a4adf13102d8808c11358c08675c525faca08..0f773394434afeac145554bd01575324d0391023 100755 (executable)
@@ -2,7 +2,7 @@
 .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
 .\" Instead of manually editing it, you probably should edit the DocBook XML
 .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
-.TH "GIT" "7" "09/25/2006" "" ""
+.TH "GIT" "7" "09/26/2006" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -227,6 +227,9 @@ Apply patches from a mailbox, but cooler.
 \fBgit\-applymbox\fR(1)
 Apply patches from a mailbox, original version by Linus.
 .TP
+\fBgit\-archive\fR(1)
+Creates an archive of files from a named tree.
+.TP
 \fBgit\-bisect\fR(1)
 Find the change that introduced a bug by binary search.
 .TP