.\" 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)
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.
.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
.\" 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)
\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