From 58880c2b58038a08c065077609fab7e0ae06a26a Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 26 Sep 2006 07:17:12 +0000 Subject: [PATCH] Autogenerated man pages for v1.4.2.1-g4daf --- man1/git-archive.1 | 12 ++++++++++-- man7/git.7 | 5 ++++- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/man1/git-archive.1 b/man1/git-archive.1 index d25053654..537d9ee39 100755 --- a/man1/git-archive.1 +++ b/man1/git-archive.1 @@ -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 / to each filename in the archive. .TP -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= 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 diff --git a/man7/git.7 b/man7/git.7 index cf0a4adf1..0f7733944 100755 --- a/man7/git.7 +++ b/man7/git.7 @@ -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 -- 2.26.2