Autogenerated manpages for v1.5.2-rc3-87-g404f
authorJunio C Hamano <junio@hera.kernel.org>
Sat, 19 May 2007 04:51:57 +0000 (04:51 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sat, 19 May 2007 04:51:57 +0000 (04:51 +0000)
12 files changed:
man1/git-archive.1
man1/git-bundle.1
man1/git-fmt-merge-msg.1
man1/git-for-each-ref.1
man1/git-index-pack.1
man1/git-instaweb.1
man1/git-local-fetch.1
man1/git-name-rev.1
man1/git-p4import.1
man1/git-push.1
man1/git-rebase.1
man7/git.7

index cf2cb0c..4d7ac18 100644 (file)
@@ -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)
 .SH "NAME"
 git\-archive \- Creates an archive of files from a named tree
 .SH "SYNOPSIS"
-\fIgit\-archive\fR \-\-format=<fmt> [\-\-list] [\-\-prefix=<prefix>/] [<extra>] [\-\-remote=<repo>] <tree\-ish> [path\&...]
+.sp
+.nf
+\fIgit\-archive\fR \-\-format=<fmt> [\-\-list] [\-\-prefix=<prefix>/] [<extra>]
+              [\-\-remote=<repo>] <tree\-ish> [path\&...]
+.fi
 .SH "DESCRIPTION"
 Creates an archive of the specified format containing the tree structure for the named tree. If <prefix> is specified it is prepended to the filenames in the archive.
 
index cc237c2..028d07e 100644 (file)
@@ -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)
 .SH "NAME"
 git\-bundle \- Move objects and refs by archive
 .SH "SYNOPSIS"
-\fIgit\-bundle\fR create <file> [git\-rev\-list args] \fIgit\-bundle\fR verify <file> \fIgit\-bundle\fR list\-heads <file> [refname\&...] \fIgit\-bundle\fR unbundle <file> [refname\&...]
+.sp
+.nf
+\fIgit\-bundle\fR create <file> [git\-rev\-list args]
+\fIgit\-bundle\fR verify <file>
+\fIgit\-bundle\fR list\-heads <file> [refname\&...]
+\fIgit\-bundle\fR unbundle <file> [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"
index b5113c9..9a26a5d 100644 (file)
@@ -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)
 .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 <file>
+.sp
+.nf
+git\-fmt\-merge\-msg [\-\-summary | \-\-no\-summary] <$GIT_DIR/FETCH_HEAD
+git\-fmt\-merge\-msg [\-\-summary | \-\-no\-summray] \-F <file>
+.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<merge\-message>\fR argument of git\-merge.
 
index d8c892f..51cf70b 100644 (file)
@@ -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)
 .SH "NAME"
 git\-for\-each\-ref \- Output information on each ref
 .SH "SYNOPSIS"
-\fIgit\-for\-each\-ref\fR [\-\-count=<count>]* [\-\-shell|\-\-perl|\-\-python|\-\-tcl] [\-\-sort=<key>]* [\-\-format=<format>] [<pattern>]
+.sp
+.nf
+\fIgit\-for\-each\-ref\fR [\-\-count=<count>]*
+                   [\-\-shell|\-\-perl|\-\-python|\-\-tcl]
+                   [\-\-sort=<key>]* [\-\-format=<format>] [<pattern>]
+.fi
 .SH "DESCRIPTION"
 Iterate over all refs that match <pattern> and show them according to the given <format>, after sorting them according to the given set of <key>. If <max> is given, stop after showing that many refs. The interpolated values in <format> can optionally be quoted as string literals in the specified host language allowing their direct evaluation in that language.
 .SH "OPTIONS"
index 6f2bbd9..ca7b067 100644 (file)
@@ -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)
 .SH "NAME"
 git\-index\-pack \- Build pack index file for an existing packed archive
 .SH "SYNOPSIS"
-\fIgit\-index\-pack\fR [\-v] [\-o <index\-file>] <pack\-file> \fIgit\-index\-pack\fR \-\-stdin [\-\-fix\-thin] [\-\-keep] [\-v] [\-o <index\-file>] [<pack\-file>]
+.sp
+.nf
+\fIgit\-index\-pack\fR [\-v] [\-o <index\-file>] <pack\-file>
+\fIgit\-index\-pack\fR \-\-stdin [\-\-fix\-thin] [\-\-keep] [\-v] [\-o <index\-file>]
+                 [<pack\-file>]
+.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"
index 8d384d5..696a4c8 100644 (file)
@@ -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)
 .SH "NAME"
 git\-instaweb \- Instantly browse your working repository in gitweb
 .SH "SYNOPSIS"
-\fIgit\-instaweb\fR [\-\-local] [\-\-httpd=<httpd>] [\-\-port=<port>] [\-\-browser=<browser>]
-
+.sp
+.nf
+\fIgit\-instaweb\fR [\-\-local] [\-\-httpd=<httpd>] [\-\-port=<port>]
+               [\-\-browser=<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"
index 1a6aff0..16eed49 100644 (file)
@@ -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)
 .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"
index 06b1a19..9e1f631 100644 (file)
@@ -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)
 .SH "NAME"
 git\-name\-rev \- Find symbolic names for given revs
 .SH "SYNOPSIS"
-\fIgit\-name\-rev\fR [\-\-tags] [\-\-refs=<pattern>] ( \-\-all | \-\-stdin | <committish>\&... )
+.sp
+.nf
+\fIgit\-name\-rev\fR [\-\-tags] [\-\-refs=<pattern>]
+               ( \-\-all | \-\-stdin | <committish>\&... )
+.fi
 .SH "DESCRIPTION"
 Finds symbolic names suitable for human digestion for revisions given in any format parsable by git\-rev\-parse.
 .SH "OPTIONS"
index e287038..65b592c 100644 (file)
@@ -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)
 .SH "NAME"
 git\-p4import \- Import a Perforce repository into git
 .SH "SYNOPSIS"
-git\-p4import [\-q|\-v] [\-\-notags] [\-\-authors <file>] [\-t <timezone>] <//p4repo/path> <branch>
-
+.sp
+.nf
+git\-p4import [\-q|\-v] [\-\-notags] [\-\-authors <file>] [\-t <timezone>]
+               <//p4repo/path> <branch>
 git\-p4import \-\-stitch <//p4repo/path>
-
 git\-p4import
+.fi
 .SH "DESCRIPTION"
 Import a Perforce repository into an existing git repository. When a <//p4repo/path> and <branch> are specified a new branch with the given name will be created and the initial import will begin.
 
index 85c4698..a05c865 100644 (file)
@@ -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)
 .SH "NAME"
 git\-push \- Update remote refs along with associated objects
 .SH "SYNOPSIS"
-\fIgit\-push\fR [\-\-all] [\-\-tags] [\-\-receive\-pack=<git\-receive\-pack>] [\-\-repo=all] [\-f | \-\-force] [\-v] [<repository> <refspec>\&...]
+.sp
+.nf
+\fIgit\-push\fR [\-\-all] [\-\-tags] [\-\-receive\-pack=<git\-receive\-pack>]
+           [\-\-repo=all] [\-f | \-\-force] [\-v] [<repository> <refspec>\&...]
+.fi
 .SH "DESCRIPTION"
 Updates remote refs using local refs, while sending objects necessary to complete the given refs.
 
index b6738cf..a1037c6 100644 (file)
@@ -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)
 .SH "NAME"
 git\-rebase \- Forward\-port local commits to the updated upstream head
 .SH "SYNOPSIS"
+.sp
+.nf
 \fIgit\-rebase\fR [\-v] [\-\-merge] [\-C<n>] [\-\-onto <newbase>] <upstream> [<branch>]
-
 \fIgit\-rebase\fR \-\-continue | \-\-skip | \-\-abort
+.fi
 .SH "DESCRIPTION"
 If <branch> is specified, git\-rebase will perform an automatic git checkout <branch> before doing anything else. Otherwise it remains on the current branch.
 
index 7dc164d..8e411d5 100644 (file)
@@ -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)