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 cf2cb0c35fda0e8eb245bb7d36b1b79f77d3ea3c..4d7ac18d868dc0e2c0efce32f24a47abb9850c4c 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 cc237c2055297fb29886b535e559491e49a20922..028d07e2220e89f13581454754634c2ed730b095 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 b5113c9be764b0b46627dc9e6f46944f9c1d9763..9a26a5d699ec282537ce6bca42005dd5d0794b0a 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 d8c892f514a61228730403810aceeb075b44537b..51cf70bad8fd39607161953a46db6b8a98c5c1bd 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 6f2bbd9a20a9ec4affacc107042689166bb0bbb2..ca7b0672e8c60ab698e89178bab2e73430714e6c 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 8d384d5dc77aee41de8b3308c15e31ebe87dbd75..696a4c8fb2399e0effece1040aff60972ec32359 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 1a6aff09c328e9e1f71f9ad75740cb526e213fb8..16eed495d569f50e102aa8bed400bf1eb59f6533 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 06b1a19614e0440f7f1ad41fee0f914ee972eb21..9e1f63192924e3a89c7a0e019c5254a8163fe304 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 e287038f30bbaf51302c90bfa4e6ec735b1af18a..65b592c38d9de228dc24db04833b616482fe6559 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 85c4698b5e471fc65514f3314c173eb2b45c1acc..a05c8658f21a9cda4c32a840c951c3f6ff27bb74 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 b6738cf7292200884ac3b5b1ea5776e3473348c1..a1037c6211c3412e6e07abb379d26e2dc7d5f2a8 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 7dc164d310b2ba9fd4218aeae92fe32d74eaab07..8e411d5684e7a1b4f08bcdc6d4933b2d34c274c2 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)