From a02c168a0bcc0e3d7fdf909dc4e4bda2b2700de3 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sat, 19 May 2007 04:51:57 +0000 Subject: [PATCH] Autogenerated manpages for v1.5.2-rc3-87-g404f --- man1/git-archive.1 | 8 ++++++-- man1/git-bundle.1 | 10 ++++++++-- man1/git-fmt-merge-msg.1 | 8 ++++++-- man1/git-for-each-ref.1 | 9 +++++++-- man1/git-index-pack.1 | 9 +++++++-- man1/git-instaweb.1 | 9 ++++++--- man1/git-local-fetch.1 | 8 ++++++-- man1/git-name-rev.1 | 8 ++++++-- man1/git-p4import.1 | 10 ++++++---- man1/git-push.1 | 8 ++++++-- man1/git-rebase.1 | 6 ++++-- man7/git.7 | 2 +- 12 files changed, 69 insertions(+), 26 deletions(-) diff --git a/man1/git-archive.1 b/man1/git-archive.1 index cf2cb0c35..4d7ac18d8 100644 --- 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" "04/22/2007" "Git 1.5.1.2.241.gfdd3e" "Git Manual" +.TH "GIT\-ARCHIVE" "1" "05/19/2007" "Git 1.5.2.rc3.87.g404f" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -10,7 +10,11 @@ .SH "NAME" git\-archive \- Creates an archive of files from a named tree .SH "SYNOPSIS" -\fIgit\-archive\fR \-\-format= [\-\-list] [\-\-prefix=/] [] [\-\-remote=] [path\&...] +.sp +.nf +\fIgit\-archive\fR \-\-format= [\-\-list] [\-\-prefix=/] [] + [\-\-remote=] [path\&...] +.fi .SH "DESCRIPTION" Creates an archive of the specified format containing the tree structure for the named tree. If is specified it is prepended to the filenames in the archive. diff --git a/man1/git-bundle.1 b/man1/git-bundle.1 index cc237c205..028d07e22 100644 --- a/man1/git-bundle.1 +++ b/man1/git-bundle.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\-BUNDLE" "1" "04/22/2007" "Git 1.5.1.2.241.gfdd3e" "Git Manual" +.TH "GIT\-BUNDLE" "1" "05/19/2007" "Git 1.5.2.rc3.87.g404f" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -10,7 +10,13 @@ .SH "NAME" git\-bundle \- Move objects and refs by archive .SH "SYNOPSIS" -\fIgit\-bundle\fR create [git\-rev\-list args] \fIgit\-bundle\fR verify \fIgit\-bundle\fR list\-heads [refname\&...] \fIgit\-bundle\fR unbundle [refname\&...] +.sp +.nf +\fIgit\-bundle\fR create [git\-rev\-list args] +\fIgit\-bundle\fR verify +\fIgit\-bundle\fR list\-heads [refname\&...] +\fIgit\-bundle\fR unbundle [refname\&...] +.fi .SH "DESCRIPTION" Some workflows require that one or more branches of development on one machine be replicated on another machine, but the two machines cannot be directly connected so the interactive git protocols (git, ssh, rsync, http) cannot be used. This command provides support for git\-fetch and git\-pull to operate by packaging objects and references in an archive at the originating machine, then importing those into another repository using \fBgit\-fetch\fR(1) and \fBgit\-pull\fR(1) after moving the archive by some means (i.e., by sneakernet). As no direct connection between repositories exists, the user must specify a basis for the bundle that is held by the destination repository: the bundle assumes that all objects in the basis are already in the destination repository. .SH "OPTIONS" diff --git a/man1/git-fmt-merge-msg.1 b/man1/git-fmt-merge-msg.1 index b5113c9be..9a26a5d69 100644 --- a/man1/git-fmt-merge-msg.1 +++ b/man1/git-fmt-merge-msg.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\-FMT\-MERGE\-MSG" "1" "04/27/2007" "Git 1.5.2.rc0.71.g4342" "Git Manual" +.TH "GIT\-FMT\-MERGE\-MSG" "1" "05/19/2007" "Git 1.5.2.rc3.87.g404f" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -10,7 +10,11 @@ .SH "NAME" git\-fmt\-merge\-msg \- Produce a merge commit message .SH "SYNOPSIS" -git\-fmt\-merge\-msg [\-\-summary | \-\-no\-summary] <$GIT_DIR/FETCH_HEAD git\-fmt\-merge\-msg [\-\-summary | \-\-no\-summray] \-F +.sp +.nf +git\-fmt\-merge\-msg [\-\-summary | \-\-no\-summary] <$GIT_DIR/FETCH_HEAD +git\-fmt\-merge\-msg [\-\-summary | \-\-no\-summray] \-F +.fi .SH "DESCRIPTION" Takes the list of merged objects on stdin and produces a suitable commit message to be used for the merge commit, usually to be passed as the \fI\fR argument of git\-merge. diff --git a/man1/git-for-each-ref.1 b/man1/git-for-each-ref.1 index d8c892f51..51cf70bad 100644 --- a/man1/git-for-each-ref.1 +++ b/man1/git-for-each-ref.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\-FOR\-EACH\-REF" "1" "04/22/2007" "Git 1.5.1.2.241.gfdd3e" "Git Manual" +.TH "GIT\-FOR\-EACH\-REF" "1" "05/19/2007" "Git 1.5.2.rc3.87.g404f" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -10,7 +10,12 @@ .SH "NAME" git\-for\-each\-ref \- Output information on each ref .SH "SYNOPSIS" -\fIgit\-for\-each\-ref\fR [\-\-count=]* [\-\-shell|\-\-perl|\-\-python|\-\-tcl] [\-\-sort=]* [\-\-format=] [] +.sp +.nf +\fIgit\-for\-each\-ref\fR [\-\-count=]* + [\-\-shell|\-\-perl|\-\-python|\-\-tcl] + [\-\-sort=]* [\-\-format=] [] +.fi .SH "DESCRIPTION" Iterate over all refs that match and show them according to the given , after sorting them according to the given set of . If is given, stop after showing that many refs. The interpolated values in can optionally be quoted as string literals in the specified host language allowing their direct evaluation in that language. .SH "OPTIONS" diff --git a/man1/git-index-pack.1 b/man1/git-index-pack.1 index 6f2bbd9a2..ca7b0672e 100644 --- a/man1/git-index-pack.1 +++ b/man1/git-index-pack.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\-INDEX\-PACK" "1" "04/22/2007" "Git 1.5.1.2.241.gfdd3e" "Git Manual" +.TH "GIT\-INDEX\-PACK" "1" "05/19/2007" "Git 1.5.2.rc3.87.g404f" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -10,7 +10,12 @@ .SH "NAME" git\-index\-pack \- Build pack index file for an existing packed archive .SH "SYNOPSIS" -\fIgit\-index\-pack\fR [\-v] [\-o ] \fIgit\-index\-pack\fR \-\-stdin [\-\-fix\-thin] [\-\-keep] [\-v] [\-o ] [] +.sp +.nf +\fIgit\-index\-pack\fR [\-v] [\-o ] +\fIgit\-index\-pack\fR \-\-stdin [\-\-fix\-thin] [\-\-keep] [\-v] [\-o ] + [] +.fi .SH "DESCRIPTION" Reads a packed archive (.pack) from the specified file, and builds a pack index file (.idx) for it. The packed archive together with the pack index can then be placed in the objects/pack/ directory of a git repository. .SH "OPTIONS" diff --git a/man1/git-instaweb.1 b/man1/git-instaweb.1 index 8d384d5dc..696a4c8fb 100644 --- a/man1/git-instaweb.1 +++ b/man1/git-instaweb.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\-INSTAWEB" "1" "04/22/2007" "Git 1.5.1.2.241.gfdd3e" "Git Manual" +.TH "GIT\-INSTAWEB" "1" "05/19/2007" "Git 1.5.2.rc3.87.g404f" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -10,9 +10,12 @@ .SH "NAME" git\-instaweb \- Instantly browse your working repository in gitweb .SH "SYNOPSIS" -\fIgit\-instaweb\fR [\-\-local] [\-\-httpd=] [\-\-port=] [\-\-browser=] - +.sp +.nf +\fIgit\-instaweb\fR [\-\-local] [\-\-httpd=] [\-\-port=] + [\-\-browser=] \fIgit\-instaweb\fR [\-\-start] [\-\-stop] [\-\-restart] +.fi .SH "DESCRIPTION" A simple script to setup gitweb and a web server for browsing the local repository. .SH "OPTIONS" diff --git a/man1/git-local-fetch.1 b/man1/git-local-fetch.1 index 1a6aff09c..16eed495d 100644 --- a/man1/git-local-fetch.1 +++ b/man1/git-local-fetch.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\-LOCAL\-FETCH" "1" "04/27/2007" "Git 1.5.2.rc0.71.g4342" "Git Manual" +.TH "GIT\-LOCAL\-FETCH" "1" "05/19/2007" "Git 1.5.2.rc3.87.g404f" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -10,7 +10,11 @@ .SH "NAME" git\-local\-fetch \- Duplicate another git repository on a local system .SH "SYNOPSIS" -\fIgit\-local\-fetch\fR [\-c] [\-t] [\-a] [\-d] [\-v] [\-w filename] [\-\-recover] [\-l] [\-s] [\-n] commit\-id path +.sp +.nf +\fIgit\-local\-fetch\fR [\-c] [\-t] [\-a] [\-d] [\-v] [\-w filename] [\-\-recover] [\-l] [\-s] [\-n] + commit\-id path +.fi .SH "DESCRIPTION" Duplicates another git repository on a local system. .SH "OPTIONS" diff --git a/man1/git-name-rev.1 b/man1/git-name-rev.1 index 06b1a1961..9e1f63192 100644 --- a/man1/git-name-rev.1 +++ b/man1/git-name-rev.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\-NAME\-REV" "1" "04/22/2007" "Git 1.5.1.2.241.gfdd3e" "Git Manual" +.TH "GIT\-NAME\-REV" "1" "05/19/2007" "Git 1.5.2.rc3.87.g404f" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -10,7 +10,11 @@ .SH "NAME" git\-name\-rev \- Find symbolic names for given revs .SH "SYNOPSIS" -\fIgit\-name\-rev\fR [\-\-tags] [\-\-refs=] ( \-\-all | \-\-stdin | \&... ) +.sp +.nf +\fIgit\-name\-rev\fR [\-\-tags] [\-\-refs=] + ( \-\-all | \-\-stdin | \&... ) +.fi .SH "DESCRIPTION" Finds symbolic names suitable for human digestion for revisions given in any format parsable by git\-rev\-parse. .SH "OPTIONS" diff --git a/man1/git-p4import.1 b/man1/git-p4import.1 index e287038f3..65b592c38 100644 --- a/man1/git-p4import.1 +++ b/man1/git-p4import.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\-P4IMPORT" "1" "04/22/2007" "Git 1.5.1.2.241.gfdd3e" "Git Manual" +.TH "GIT\-P4IMPORT" "1" "05/19/2007" "Git 1.5.2.rc3.87.g404f" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -10,11 +10,13 @@ .SH "NAME" git\-p4import \- Import a Perforce repository into git .SH "SYNOPSIS" -git\-p4import [\-q|\-v] [\-\-notags] [\-\-authors ] [\-t ] - +.sp +.nf +git\-p4import [\-q|\-v] [\-\-notags] [\-\-authors ] [\-t ] + git\-p4import \-\-stitch - git\-p4import +.fi .SH "DESCRIPTION" Import a Perforce repository into an existing git repository. When a and are specified a new branch with the given name will be created and the initial import will begin. diff --git a/man1/git-push.1 b/man1/git-push.1 index 85c4698b5..a05c8658f 100644 --- a/man1/git-push.1 +++ b/man1/git-push.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\-PUSH" "1" "04/22/2007" "" "" +.TH "GIT\-PUSH" "1" "05/19/2007" "Git 1.5.2.rc3.87.g404f" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -10,7 +10,11 @@ .SH "NAME" git\-push \- Update remote refs along with associated objects .SH "SYNOPSIS" -\fIgit\-push\fR [\-\-all] [\-\-tags] [\-\-receive\-pack=] [\-\-repo=all] [\-f | \-\-force] [\-v] [ \&...] +.sp +.nf +\fIgit\-push\fR [\-\-all] [\-\-tags] [\-\-receive\-pack=] + [\-\-repo=all] [\-f | \-\-force] [\-v] [ \&...] +.fi .SH "DESCRIPTION" Updates remote refs using local refs, while sending objects necessary to complete the given refs. diff --git a/man1/git-rebase.1 b/man1/git-rebase.1 index b6738cf72..a1037c621 100644 --- a/man1/git-rebase.1 +++ b/man1/git-rebase.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\-REBASE" "1" "04/22/2007" "" "" +.TH "GIT\-REBASE" "1" "05/19/2007" "Git 1.5.2.rc3.87.g404f" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -10,9 +10,11 @@ .SH "NAME" git\-rebase \- Forward\-port local commits to the updated upstream head .SH "SYNOPSIS" +.sp +.nf \fIgit\-rebase\fR [\-v] [\-\-merge] [\-C] [\-\-onto ] [] - \fIgit\-rebase\fR \-\-continue | \-\-skip | \-\-abort +.fi .SH "DESCRIPTION" If is specified, git\-rebase will perform an automatic git checkout before doing anything else. Otherwise it remains on the current branch. diff --git a/man7/git.7 b/man7/git.7 index 7dc164d31..8e411d568 100644 --- 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" "05/19/2007" "Git 1.5.2.rc3.83.gc906" "Git Manual" +.TH "GIT" "7" "05/19/2007" "Git 1.5.2.rc3.87.g404f" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) -- 2.26.2