Autogenerated HTML docs for 026351a03507dc3a2e89e068c01234dc55914df2
authorJunio C Hamano <junio@hera.kernel.org>
Sat, 7 Jan 2006 01:13:58 +0000 (17:13 -0800)
committerJunio C Hamano <junio@hera.kernel.org>
Sat, 7 Jan 2006 01:13:58 +0000 (17:13 -0800)
66 files changed:
cvs-migration.html
cvs-migration.txt
diff-format.txt
diff-options.txt
git-add.html
git-add.txt
git-am.html
git-am.txt
git-apply.html
git-apply.txt
git-archimport.html
git-archimport.txt
git-cat-file.html
git-cat-file.txt
git-checkout-index.html
git-checkout-index.txt
git-clone.html
git-clone.txt
git-commit-tree.html
git-commit-tree.txt
git-commit.html
git-commit.txt
git-cvsexportcommit.html
git-cvsexportcommit.txt
git-cvsimport.html
git-cvsimport.txt
git-daemon.html
git-daemon.txt
git-diff-files.html
git-diff-index.html
git-diff-index.txt
git-diff-stages.html
git-diff-tree.html
git-diff-tree.txt
git-diff.html
git-diff.txt
git-format-patch.html
git-format-patch.txt
git-fsck-objects.html
git-fsck-objects.txt
git-grep.html
git-grep.txt
git-http-fetch.html
git-http-fetch.txt
git-init-db.html
git-init-db.txt
git-ls-files.html
git-ls-files.txt
git-pack-objects.html
git-pack-objects.txt
git-repo-config.html
git-repo-config.txt
git-rev-list.html
git-rev-list.txt
git-show-branch.html
git-show-branch.txt
git-svnimport.html
git-svnimport.txt
git.html
git.txt
glossary.html
glossary.txt
howto-index.html
howto/isolate-bugs-with-bisect.txt
repository-layout.html
repository-layout.txt

index d3ccbe1..50f4653 100644 (file)
@@ -395,7 +395,7 @@ mailing list archives for details).</p>
 <p>git has a couple of alternatives, though, that you may find sufficient\r
 or even superior depending on your use.  One is called "git-whatchanged"\r
 (for obvious reasons) and the other one is called "pickaxe" ("a tool for\r
-the software archeologist").</p>\r
+the software archaeologist").</p>\r
 <p>The "git-whatchanged" script is a truly trivial script that can give you\r
 a good overview of what has changed in a file or a directory (or an\r
 arbitrary list of files or directories).  The "pickaxe" support is an\r
@@ -518,7 +518,7 @@ that contain this changed "if" statement:</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:17:06 PDT\r
+Last updated 06-Jan-2006 17:12:56 PDT\r
 </div>\r
 </div>\r
 </body>\r
index dc9387b..8fd1a33 100644 (file)
@@ -138,7 +138,7 @@ mailing list archives for details).
 git has a couple of alternatives, though, that you may find sufficient
 or even superior depending on your use.  One is called "git-whatchanged"
 (for obvious reasons) and the other one is called "pickaxe" ("a tool for
-the software archeologist"). 
+the software archaeologist"). 
 
 The "git-whatchanged" script is a truly trivial script that can give you
 a good overview of what has changed in a file or a directory (or an
index 97756ec..0398b40 100644 (file)
@@ -117,7 +117,7 @@ git specific extension to diff format
 What -p option produces is slightly different from the
 traditional diff format.
 
-1.   It is preceeded with a "git diff" header, that looks like
+1.   It is preceded with a "git diff" header, that looks like
      this:
 
      diff --git a/file1 b/file2
index 9e574a0..5c85167 100644 (file)
@@ -21,7 +21,7 @@
 --abbrev[=<n>]::
        Instead of showing the full 40-byte hexadecimal object
        name in diff-raw format output and diff-tree header
-       lines, show only handful dhexigits prefix.  This is
+       lines, show only handful hexdigits prefix.  This is
        independent of --full-index option above, which controls
        the diff-patch output format.  Non default number of
        digits can be specified with --abbrev=<n>.
index 875931a..f47ba08 100644 (file)
@@ -311,7 +311,7 @@ for people used to do "cvs add".</p>
 <h2>DISCUSSION</h2>\r
 <div class="sectionbody">\r
 <p>The list of &lt;file&gt; given to the command is fed to <tt>git-ls-files</tt>\r
-command to list files that are not registerd in the index and\r
+command to list files that are not registered in the index and\r
 are not ignored/excluded by <tt>$GIT_DIR/info/exclude</tt> file or\r
 <tt>.gitignore</tt> file in each directory.  This means two things:</p>\r
 <ol>\r
@@ -371,7 +371,7 @@ git-add git-*.sh
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:15:43 PDT\r
+Last updated 06-Jan-2006 17:11:58 PDT\r
 </div>\r
 </div>\r
 </body>\r
index 4cae412..89e4614 100644 (file)
@@ -31,7 +31,7 @@ DISCUSSION
 ----------
 
 The list of <file> given to the command is fed to `git-ls-files`
-command to list files that are not registerd in the index and
+command to list files that are not registered in the index and
 are not ignored/excluded by `$GIT_DIR/info/exclude` file or
 `.gitignore` file in each directory.  This means two things:
 
index 8345957..781ac0f 100644 (file)
@@ -272,8 +272,9 @@ git-am(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-am</em> [--signoff] [--dotest=&lt;dir&gt;] [--utf8] [--binary] [--3way] &lt;mbox&gt;&#8230;\r
-<em>git-am</em> [--skip | --resolved]</p>\r
+<div class="verseblock">\r
+<div class="content"><em>git-am</em> [--signoff] [--dotest=&lt;dir&gt;] [--utf8] [--binary] [--3way] &lt;mbox&gt;&#8230;\r
+<em>git-am</em> [--skip | --resolved]</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -407,7 +408,7 @@ names.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:15:44 PDT\r
+Last updated 06-Jan-2006 17:11:59 PDT\r
 </div>\r
 </div>\r
 </body>\r
index a415fe2..02cabc9 100644 (file)
@@ -8,6 +8,7 @@ git-am - Apply a series of patches in a mailbox
 
 SYNOPSIS
 --------
+[verse]
 'git-am' [--signoff] [--dotest=<dir>] [--utf8] [--binary] [--3way] <mbox>...
 'git-am' [--skip | --resolved]
 
index 7153716..ae66a84 100644 (file)
@@ -272,7 +272,10 @@ git-apply(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-apply</em> [--stat] [--numstat] [--summary] [--check] [--index] [--apply] [--no-add] [--index-info] [--allow-binary-replacement] [-z] [&lt;patch&gt;&#8230;]</p>\r
+<div class="verseblock">\r
+<div class="content"><em>git-apply</em> [--stat] [--numstat] [--summary] [--check] [--index] [--apply]\r
+          [--no-add] [--index-info] [--allow-binary-replacement] [-z]\r
+          [&lt;patch&gt;&#8230;]</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -426,7 +429,7 @@ and a work tree.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:15:45 PDT\r
+Last updated 06-Jan-2006 17:12:01 PDT\r
 </div>\r
 </div>\r
 </body>\r
index 626e281..51c7d47 100644 (file)
@@ -8,7 +8,10 @@ git-apply - Apply patch on a git index file and a work tree
 
 SYNOPSIS
 --------
-'git-apply' [--stat] [--numstat] [--summary] [--check] [--index] [--apply] [--no-add] [--index-info] [--allow-binary-replacement] [-z] [<patch>...]
+[verse]
+'git-apply' [--stat] [--numstat] [--summary] [--check] [--index] [--apply]
+         [--no-add] [--index-info] [--allow-binary-replacement] [-z]
+         [<patch>...]
 
 DESCRIPTION
 -----------
index c904660..1ef3969 100644 (file)
@@ -272,15 +272,15 @@ git-archimport(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><tt>git-archimport</tt> [ -h ] [ -v ] [ -o ] [ -a ] [ -f ] [ -T ]\r
-                 [ -D depth ] [ -t tempdir ]\r
-                 &lt;archive/branch&gt; [ &lt;archive/branch&gt; ]</p>\r
+<div class="verseblock">\r
+<div class="content"><tt>git-archimport</tt> [-h] [-v] [-o] [-a] [-f] [-T] [-D depth] [-t tempdir]\r
+               &lt;archive/branch&gt; [ &lt;archive/branch&gt; ]</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
 <p>Imports a project from one or more Arch repositories. It will follow branches\r
 and repositories within the namespaces defined by the &lt;archive/branch&gt;\r
-parameters suppplied. If it cannot find the remote branch a merge comes from\r
+parameters supplied. If it cannot find the remote branch a merge comes from\r
 it will just import it as a regular commit. If it can find it, it will mark it\r
 as a merge whenever possible (see discussion below).</p>\r
 <p>The script expects you to provide the key roots where it can start the import\r
@@ -410,7 +410,7 @@ patches that have been traded out-of-sequence between the branches.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:15:47 PDT\r
+Last updated 06-Jan-2006 17:12:04 PDT\r
 </div>\r
 </div>\r
 </body>\r
index a2bd788..023d3ae 100644 (file)
@@ -8,15 +8,15 @@ git-archimport - Import an Arch repository into git
 
 SYNOPSIS
 --------
-`git-archimport` [ -h ] [ -v ] [ -o ] [ -a ] [ -f ] [ -T ]
-                 [ -D depth ] [ -t tempdir ] 
-                 <archive/branch> [ <archive/branch> ]
+[verse]
+`git-archimport` [-h] [-v] [-o] [-a] [-f] [-T] [-D depth] [-t tempdir]
+               <archive/branch> [ <archive/branch> ]
 
 DESCRIPTION
 -----------
 Imports a project from one or more Arch repositories. It will follow branches
 and repositories within the namespaces defined by the <archive/branch>
-parameters suppplied. If it cannot find the remote branch a merge comes from
+parameters supplied. If it cannot find the remote branch a merge comes from
 it will just import it as a regular commit. If it can find it, it will mark it 
 as a merge whenever possible (see discussion below). 
 
index 00b05e3..0b071a7 100644 (file)
@@ -272,7 +272,7 @@ git-cat-file(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-cat-file</em> (-t | -s | -e | &lt;type&gt;) &lt;object&gt;</p>\r
+<p><em>git-cat-file</em> [-t | -s | -e | &lt;type&gt;] &lt;object&gt;</p>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -355,7 +355,7 @@ be returned.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:15:49 PDT\r
+Last updated 06-Jan-2006 17:12:05 PDT\r
 </div>\r
 </div>\r
 </body>\r
index 9a7700f..504eb1b 100644 (file)
@@ -8,7 +8,7 @@ git-cat-file - Provide content or type information for repository objects
 
 SYNOPSIS
 --------
-'git-cat-file' (-t | -s | -e | <type>) <object>
+'git-cat-file' [-t | -s | -e | <type>] <object>
 
 DESCRIPTION
 -----------
index 68483bd..0036534 100644 (file)
@@ -272,8 +272,9 @@ git-checkout-index(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-checkout-index</em> [-u] [-q] [-a] [-f] [-n] [--prefix=&lt;string&gt;]\r
-        [--stage=&lt;number&gt;] [--] &lt;file&gt;&#8230;</p>\r
+<div class="verseblock">\r
+<div class="content"><em>git-checkout-index</em> [-u] [-q] [-a] [-f] [-n] [--prefix=&lt;string&gt;]\r
+                   [--stage=&lt;number&gt;] [--] &lt;file&gt;&#8230;</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -430,7 +431,7 @@ Junio C Hamano and the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:15:51 PDT\r
+Last updated 06-Jan-2006 17:12:07 PDT\r
 </div>\r
 </div>\r
 </body>\r
index 9f32c65..2a1e526 100644 (file)
@@ -8,8 +8,9 @@ git-checkout-index - Copy files from the index to the working directory
 
 SYNOPSIS
 --------
+[verse]
 'git-checkout-index' [-u] [-q] [-a] [-f] [-n] [--prefix=<string>]
-       [--stage=<number>] [--] <file>...
+                  [--stage=<number>] [--] <file>...
 
 DESCRIPTION
 -----------
index f83caa1..3be22fd 100644 (file)
@@ -272,7 +272,9 @@ git-clone(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-clone</em> [-l [-s]] [-q] [-n] [-o &lt;name&gt;] [-u &lt;upload-pack&gt;] &lt;repository&gt; [&lt;directory&gt;]</p>\r
+<div class="verseblock">\r
+<div class="content"><em>git-clone</em> [-l [-s]] [-q] [-n] [-o &lt;name&gt;] [-u &lt;upload-pack&gt;]\r
+          &lt;repository&gt; [&lt;directory&gt;]</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -434,7 +436,7 @@ $ git show-branch</tt></pre>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:15:54 PDT\r
+Last updated 06-Jan-2006 17:12:09 PDT\r
 </div>\r
 </div>\r
 </body>\r
index f943f26..790b87b 100644 (file)
@@ -8,7 +8,9 @@ git-clone - Clones a repository.
 
 SYNOPSIS
 --------
-'git-clone' [-l [-s]] [-q] [-n] [-o <name>] [-u <upload-pack>] <repository> [<directory>]
+[verse]
+'git-clone' [-l [-s]] [-q] [-n] [-o <name>] [-u <upload-pack>]
+         <repository> [<directory>]
 
 DESCRIPTION
 -----------
index 6e0bc36..bcc653b 100644 (file)
@@ -344,7 +344,8 @@ GIT_COMMITTER_NAME
 GIT_COMMITTER_EMAIL</tt></pre>\r
 </div></div>\r
 <p>(nb "&lt;", "&gt;" and "\n"s are stripped)</p>\r
-<p>In <tt>.git/config</tt> file, the following items are used:</p>\r
+<p>In <tt>.git/config</tt> file, the following items are used for GIT_AUTHOR_NAME and\r
+GIT_AUTHOR_EMAIL:</p>\r
 <div class="literalblock">\r
 <div class="content">\r
 <pre><tt>[user]\r
@@ -402,7 +403,7 @@ Your sysadmin must hate you!
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:15:55 PDT\r
+Last updated 06-Jan-2006 17:12:11 PDT\r
 </div>\r
 </div>\r
 </body>\r
index a794192..41d1a1c 100644 (file)
@@ -60,7 +60,8 @@ either `.git/config` file, or using the following environment variables.
 
 (nb "<", ">" and "\n"s are stripped)
 
-In `.git/config` file, the following items are used:
+In `.git/config` file, the following items are used for GIT_AUTHOR_NAME and
+GIT_AUTHOR_EMAIL:
 
        [user]
                name = "Your Name"
index 7dfc309..fb9532e 100644 (file)
@@ -272,7 +272,9 @@ git-commit(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-commit</em> [-a] [-s] [-v] [(-c | -C) &lt;commit&gt; | -F &lt;file&gt; | -m &lt;msg&gt;] [-e] [--] &lt;file&gt;&#8230;</p>\r
+<div class="verseblock">\r
+<div class="content"><em>git-commit</em> [-a] [-s] [-v] [(-c | -C) &lt;commit&gt; | -F &lt;file&gt; | -m &lt;msg&gt;]\r
+           [-e] [--] &lt;file&gt;&#8230;</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -395,7 +397,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:15:56 PDT\r
+Last updated 06-Jan-2006 17:12:13 PDT\r
 </div>\r
 </div>\r
 </body>\r
index 8b91f22..e0ff74f 100644 (file)
@@ -7,7 +7,9 @@ git-commit - Record your changes
 
 SYNOPSIS
 --------
-'git-commit' [-a] [-s] [-v] [(-c | -C) <commit> | -F <file> | -m <msg>] [-e] [--] <file>...
+[verse]
+'git-commit' [-a] [-s] [-v] [(-c | -C) <commit> | -F <file> | -m <msg>]
+          [-e] [--] <file>...
 
 DESCRIPTION
 -----------
index bf23276..ecaa05b 100644 (file)
@@ -272,8 +272,7 @@ git-cvsexportcommit(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p>git-cvsexportcommmit.perl\r
-                        [ -h ] [ -v ] [ -c ] [ -p ] [PARENTCOMMIT] COMMITID</p>\r
+<p><em>git-cvsexportcommmit</em> [-h] [-v] [-c] [-p] [PARENTCOMMIT] COMMITID</p>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -332,7 +331,7 @@ should the changeset be done against.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:15:58 PDT\r
+Last updated 06-Jan-2006 17:12:15 PDT\r
 </div>\r
 </div>\r
 </body>\r
index 91def2b..13cbf3b 100644 (file)
@@ -8,8 +8,7 @@ git-cvsexportcommit - Export a commit to a CVS checkout
 
 SYNOPSIS
 --------
-git-cvsexportcommmit.perl 
-                        [ -h ] [ -v ] [ -c ] [ -p ] [PARENTCOMMIT] COMMITID 
+'git-cvsexportcommmit' [-h] [-v] [-c] [-p] [PARENTCOMMIT] COMMITID
 
 
 DESCRIPTION
index b3974f9..20f90f0 100644 (file)
@@ -272,10 +272,10 @@ git-cvsimport(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-cvsimport</em> [ -o &lt;branch-for-HEAD&gt; ] [ -h ] [ -v ]\r
-                        [ -d &lt;CVSROOT&gt; ] [ -p &lt;options-for-cvsps&gt; ]\r
-                        [ -C &lt;git_repository&gt; ] [ -i ] [ -P &lt;file&gt; ] [ -k ]\r
-                        [ -s &lt;subst&gt; ] [ -m ] [ -M regex ] [ &lt;CVS_module&gt; ]</p>\r
+<div class="verseblock">\r
+<div class="content"><em>git-cvsimport</em> [-o &lt;branch-for-HEAD&gt;] [-h] [-v] [-d &lt;CVSROOT&gt;] [-s &lt;subst&gt;]\r
+              [-p &lt;options-for-cvsps&gt;] [-C &lt;git_repository&gt;] [-i] [-P &lt;file&gt;]\r
+              [-m] [-M regex] [&lt;CVS_module&gt;]</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -448,7 +448,7 @@ various participants of the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:15:58 PDT\r
+Last updated 06-Jan-2006 17:12:15 PDT\r
 </div>\r
 </div>\r
 </body>\r
index f89b251..01ca7ef 100644 (file)
@@ -8,10 +8,10 @@ git-cvsimport - Import a CVS repository into git
 
 SYNOPSIS
 --------
-'git-cvsimport' [ -o <branch-for-HEAD> ] [ -h ] [ -v ]
-                       [ -d <CVSROOT> ] [ -p <options-for-cvsps> ]
-                       [ -C <git_repository> ] [ -i ] [ -P <file> ] [ -k ]
-                       [ -s <subst> ] [ -m ] [ -M regex ] [ <CVS_module> ]
+[verse]
+'git-cvsimport' [-o <branch-for-HEAD>] [-h] [-v] [-d <CVSROOT>] [-s <subst>]
+             [-p <options-for-cvsps>] [-C <git_repository>] [-i] [-P <file>]
+             [-m] [-M regex] [<CVS_module>]
 
 
 DESCRIPTION
index 7aecf64..8899db0 100644 (file)
@@ -272,8 +272,9 @@ git-daemon(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-daemon</em> [--verbose] [--syslog] [--inetd | --port=n] [--export-all]\r
-             [--timeout=n] [--init-timeout=n] [--strict-paths] [directory&#8230;]</p>\r
+<div class="verseblock">\r
+<div class="content"><em>git-daemon</em> [--verbose] [--syslog] [--inetd | --port=n] [--export-all]\r
+           [--timeout=n] [--init-timeout=n] [--strict-paths] [directory&#8230;]</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -393,7 +394,7 @@ the offers to a whitelist comprising of those.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:15:59 PDT\r
+Last updated 06-Jan-2006 17:12:17 PDT\r
 </div>\r
 </div>\r
 </body>\r
index 2a8f371..33f3320 100644 (file)
@@ -7,8 +7,9 @@ git-daemon - A really simple server for git repositories.
 
 SYNOPSIS
 --------
+[verse]
 'git-daemon' [--verbose] [--syslog] [--inetd | --port=n] [--export-all]
-             [--timeout=n] [--init-timeout=n] [--strict-paths] [directory...]
+           [--timeout=n] [--init-timeout=n] [--strict-paths] [directory...]
 
 DESCRIPTION
 -----------
index afe1914..6eea3ad 100644 (file)
@@ -341,7 +341,7 @@ same as "git-diff-index" and "git-diff-tree".</p>
 <p>\r
         Instead of showing the full 40-byte hexadecimal object\r
         name in diff-raw format output and diff-tree header\r
-        lines, show only handful dhexigits prefix.  This is\r
+        lines, show only handful hexdigits prefix.  This is\r
         independent of --full-index option above, which controls\r
         the diff-patch output format.  Non default number of\r
         digits can be specified with --abbrev=&lt;n&gt;.\r
@@ -681,7 +681,7 @@ traditional diff format.</p>
 <ol>\r
 <li>\r
 <p>\r
-It is preceeded with a "git diff" header, that looks like\r
+It is preceded with a "git diff" header, that looks like\r
      this:\r
 </p>\r
 <div class="literalblock">\r
@@ -736,7 +736,7 @@ TAB, LF, and backslash characters in pathnames are
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:16:00 PDT\r
+Last updated 06-Jan-2006 17:12:18 PDT\r
 </div>\r
 </div>\r
 </body>\r
index e1a787e..968e3ae 100644 (file)
@@ -342,7 +342,7 @@ entries in the index are compared.</p>
 <p>\r
         Instead of showing the full 40-byte hexadecimal object\r
         name in diff-raw format output and diff-tree header\r
-        lines, show only handful dhexigits prefix.  This is\r
+        lines, show only handful hexdigits prefix.  This is\r
         independent of --full-index option above, which controls\r
         the diff-patch output format.  Non default number of\r
         digits can be specified with --abbrev=&lt;n&gt;.\r
@@ -688,7 +688,7 @@ traditional diff format.</p>
 <ol>\r
 <li>\r
 <p>\r
-It is preceeded with a "git diff" header, that looks like\r
+It is preceded with a "git diff" header, that looks like\r
      this:\r
 </p>\r
 <div class="literalblock">\r
@@ -745,7 +745,7 @@ of these operations are very useful indeed.</p>
 contents (the ones I'd write with a "git-write-tree")</tt></pre>\r
 </div></div>\r
 <p>For example, let's say that you have worked on your working directory, updated\r
-some files in the index and are ready to commit. You want to see eactly\r
+some files in the index and are ready to commit. You want to see exactly\r
 <strong>what</strong> you are going to commit is without having to write a new tree\r
 object and compare it that way, and to do that, you just do</p>\r
 <div class="literalblock">\r
@@ -807,7 +807,7 @@ directly rather than do an object-to-object diff.</p>
 actually look at the contents of the file at all. So maybe\r
 <tt>kernel/sched.c</tt> hasn't actually changed, and it's just that you\r
 touched it. In either case, it's a note that you need to\r
-"git-upate-index" it to make the index be in sync.</td>\r
+"git-update-index" it to make the index be in sync.</td>\r
 </tr></table>\r
 </div>\r
 <div class="admonitionblock">\r
@@ -837,7 +837,7 @@ always have the special all-zero sha1.</td>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:16:01 PDT\r
+Last updated 06-Jan-2006 17:12:20 PDT\r
 </div>\r
 </div>\r
 </body>\r
index dba6d30..5d2096a 100644 (file)
@@ -53,7 +53,7 @@ If '--cached' is specified, it allows you to ask:
        contents (the ones I'd write with a "git-write-tree")
 
 For example, let's say that you have worked on your working directory, updated
-some files in the index and are ready to commit. You want to see eactly
+some files in the index and are ready to commit. You want to see exactly
 *what* you are going to commit is without having to write a new tree
 object and compare it that way, and to do that, you just do
 
@@ -110,7 +110,7 @@ NOTE: As with other commands of this type, "git-diff-index" does not
 actually look at the contents of the file at all. So maybe
 `kernel/sched.c` hasn't actually changed, and it's just that you
 touched it. In either case, it's a note that you need to
-"git-upate-index" it to make the index be in sync.
+"git-update-index" it to make the index be in sync.
 
 NOTE: You can have a mixture of files show up as "has been updated"
 and "is still dirty in the working directory" together. You can always
index c6eba5d..faf5473 100644 (file)
@@ -339,7 +339,7 @@ unmerged index file.</p>
 <p>\r
         Instead of showing the full 40-byte hexadecimal object\r
         name in diff-raw format output and diff-tree header\r
-        lines, show only handful dhexigits prefix.  This is\r
+        lines, show only handful hexdigits prefix.  This is\r
         independent of --full-index option above, which controls\r
         the diff-patch output format.  Non default number of\r
         digits can be specified with --abbrev=&lt;n&gt;.\r
@@ -666,7 +666,7 @@ traditional diff format.</p>
 <ol>\r
 <li>\r
 <p>\r
-It is preceeded with a "git diff" header, that looks like\r
+It is preceded with a "git diff" header, that looks like\r
      this:\r
 </p>\r
 <div class="literalblock">\r
@@ -721,7 +721,7 @@ TAB, LF, and backslash characters in pathnames are
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:16:03 PDT\r
+Last updated 06-Jan-2006 17:12:22 PDT\r
 </div>\r
 </div>\r
 </body>\r
index 27362c2..64dcd23 100644 (file)
@@ -272,7 +272,9 @@ git-diff-tree(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-diff-tree</em> [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty] [-t] [-r] [--root] [&lt;common diff options&gt;] &lt;tree-ish&gt; [&lt;tree-ish&gt;] [&lt;path&gt;&#8230;]</p>\r
+<div class="verseblock">\r
+<div class="content"><em>git-diff-tree</em> [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty] [-t] [-r]\r
+              [--root] [&lt;common diff options&gt;] &lt;tree-ish&gt; [&lt;tree-ish&gt;] [&lt;path&gt;&#8230;]</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -341,7 +343,7 @@ git-diff-tree(1) Manual Page
 <p>\r
         Instead of showing the full 40-byte hexadecimal object\r
         name in diff-raw format output and diff-tree header\r
-        lines, show only handful dhexigits prefix.  This is\r
+        lines, show only handful hexdigits prefix.  This is\r
         independent of --full-index option above, which controls\r
         the diff-patch output format.  Non default number of\r
         digits can be specified with --abbrev=&lt;n&gt;.\r
@@ -513,7 +515,7 @@ separated with a single space are given.</p>
 <p>\r
         By default, "git-diff-tree --stdin" shows differences,\r
         either in machine-readable form (without <em>-p</em>) or in patch\r
-        form (with <em>-p</em>).  This output can be supressed.  It is\r
+        form (with <em>-p</em>).  This output can be suppressed.  It is\r
         only useful with <em>-v</em> flag.\r
 </p>\r
 </dd>\r
@@ -811,7 +813,7 @@ traditional diff format.</p>
 <ol>\r
 <li>\r
 <p>\r
-It is preceeded with a "git diff" header, that looks like\r
+It is preceded with a "git diff" header, that looks like\r
      this:\r
 </p>\r
 <div class="literalblock">\r
@@ -866,7 +868,7 @@ TAB, LF, and backslash characters in pathnames are
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:16:04 PDT\r
+Last updated 06-Jan-2006 17:12:24 PDT\r
 </div>\r
 </div>\r
 </body>\r
index 9a2947e..91fb130 100644 (file)
@@ -8,7 +8,9 @@ git-diff-tree - Compares the content and mode of blobs found via two tree object
 
 SYNOPSIS
 --------
-'git-diff-tree' [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty] [-t] [-r] [--root] [<common diff options>] <tree-ish> [<tree-ish>] [<path>...]
+[verse]
+'git-diff-tree' [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty] [-t] [-r]
+             [--root] [<common diff options>] <tree-ish> [<tree-ish>] [<path>...]
 
 DESCRIPTION
 -----------
@@ -62,7 +64,7 @@ separated with a single space are given.
 -s::
        By default, "git-diff-tree --stdin" shows differences,
        either in machine-readable form (without '-p') or in patch
-       form (with '-p').  This output can be supressed.  It is
+       form (with '-p').  This output can be suppressed.  It is
        only useful with '-v' flag.
 
 -v::
index a22074c..9b374e3 100644 (file)
@@ -360,7 +360,7 @@ $ git diff HEAD^ HEAD <b>(3)</b>
 <b>(1)</b> instead of using the tip of the current branch, compare with the\r
 tip of "test" branch.\r
 <b>(2)</b> instead of comparing with the tip of "test" branch, compare with\r
-the tip of the curren branch, but limit the comparison to the\r
+the tip of the current branch, but limit the comparison to the\r
 file "test".\r
 <b>(3)</b> compare the version before the last commit and the last commit.</tt></pre>\r
 </div></div>\r
@@ -415,7 +415,7 @@ rewrites (very expensive).
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:16:05 PDT\r
+Last updated 06-Jan-2006 17:12:28 PDT\r
 </div>\r
 </div>\r
 </body>\r
index b04f393..ca41634 100644 (file)
@@ -67,7 +67,7 @@ $ git diff HEAD^ HEAD <3>
 <1> instead of using the tip of the current branch, compare with the
 tip of "test" branch.
 <2> instead of comparing with the tip of "test" branch, compare with
-the tip of the curren branch, but limit the comparison to the
+the tip of the current branch, but limit the comparison to the
 file "test".
 <3> compare the version before the last commit and the last commit.
 ------------
index 3ecdbad..9da2860 100644 (file)
@@ -272,7 +272,9 @@ git-format-patch(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-format-patch</em> [-n | -k] [-o &lt;dir&gt; | --stdout] [-s] [-c] [--mbox] [--diff-options] &lt;his&gt; [&lt;mine&gt;]</p>\r
+<div class="verseblock">\r
+<div class="content"><em>git-format-patch</em> [-n | -k] [-o &lt;dir&gt; | --stdout] [-s] [-c] [--mbox]\r
+                 [--diff-options] &lt;his&gt; [&lt;mine&gt;]</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -414,7 +416,7 @@ git-format-patch -M -B origin
 </div>\r
 <h2>See Also</h2>\r
 <div class="sectionbody">\r
-<p><a href="git-am.html">git-am(1)</a>, gitlink:git-send-email</p>\r
+<p><a href="git-am.html">git-am(1)</a>, <a href="git-send-email.html">git-send-email(1)</a></p>\r
 </div>\r
 <h2>Author</h2>\r
 <div class="sectionbody">\r
@@ -430,7 +432,7 @@ git-format-patch -M -B origin
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:16:08 PDT\r
+Last updated 06-Jan-2006 17:12:29 PDT\r
 </div>\r
 </div>\r
 </body>\r
index d7ca2db..47705de 100644 (file)
@@ -8,7 +8,9 @@ git-format-patch - Prepare patches for e-mail submission.
 
 SYNOPSIS
 --------
-'git-format-patch' [-n | -k] [-o <dir> | --stdout] [-s] [-c] [--mbox] [--diff-options] <his> [<mine>]
+[verse]
+'git-format-patch' [-n | -k] [-o <dir> | --stdout] [-s] [-c] [--mbox]
+                [--diff-options] <his> [<mine>]
 
 DESCRIPTION
 -----------
@@ -96,7 +98,7 @@ git-format-patch -M -B origin::
 
 See Also
 --------
-gitlink:git-am[1], gitlink:git-send-email
+gitlink:git-am[1], gitlink:git-send-email[1]
 
 
 Author
index 5158820..1e7f1aa 100644 (file)
@@ -272,7 +272,9 @@ git-fsck-objects(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-fsck-objects</em> [--tags] [--root] [--unreachable] [--cache] [--standalone | --full] [--strict] [&lt;object&gt;*]</p>\r
+<div class="verseblock">\r
+<div class="content"><em>git-fsck-objects</em> [--tags] [--root] [--unreachable] [--cache]\r
+                 [--standalone | --full] [--strict] [&lt;object&gt;*]</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -501,7 +503,7 @@ GIT_ALTERNATE_OBJECT_DIRECTORIES
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:16:09 PDT\r
+Last updated 06-Jan-2006 17:12:31 PDT\r
 </div>\r
 </div>\r
 </body>\r
index bab1f60..387b435 100644 (file)
@@ -8,7 +8,9 @@ git-fsck-objects - Verifies the connectivity and validity of the objects in the
 
 SYNOPSIS
 --------
-'git-fsck-objects' [--tags] [--root] [--unreachable] [--cache] [--standalone | --full] [--strict] [<object>*]
+[verse]
+'git-fsck-objects' [--tags] [--root] [--unreachable] [--cache]
+                [--standalone | --full] [--strict] [<object>*]
 
 DESCRIPTION
 -----------
index a4c233f..fcf2127 100644 (file)
@@ -272,7 +272,7 @@ git-grep(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-grep</em> &lt;option&gt;&#8230; &lt;pattern&gt; &lt;path&gt;&#8230;</p>\r
+<p><em>git-grep</em> [&lt;option&gt;&#8230;] &lt;pattern&gt; [&lt;path&gt;&#8230;]</p>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -325,7 +325,7 @@ containing a match to the given pattern.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:16:10 PDT\r
+Last updated 06-Jan-2006 17:12:33 PDT\r
 </div>\r
 </div>\r
 </body>\r
index 0175793..2bfd8ed 100644 (file)
@@ -8,7 +8,7 @@ git-grep - print lines matching a pattern
 
 SYNOPSIS
 --------
-'git-grep' <option>... <pattern> <path>...
+'git-grep' [<option>...] <pattern> [<path>...]
 
 DESCRIPTION
 -----------
@@ -27,7 +27,6 @@ OPTIONS
        The pattern to look for.
 
 <path>...::
-
        Optional paths to limit the set of files to be searched;
        passed to `git-ls-files`.
 
index d19a77d..900ef3f 100644 (file)
@@ -266,13 +266,13 @@ git-http-fetch(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-http-fetch -\r
-   Downloads a remote git repository via HTTP\r
+   downloads a remote git repository via HTTP\r
 </p>\r
 </div>\r
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-http-fetch</em> [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] commit-id url</p>\r
+<p><em>git-http-fetch</em> [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] &lt;commit&gt; &lt;url&gt;</p>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -347,7 +347,7 @@ commit-id
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:16:11 PDT\r
+Last updated 06-Jan-2006 17:12:35 PDT\r
 </div>\r
 </div>\r
 </body>\r
index 1116e85..bc1a132 100644 (file)
@@ -3,12 +3,12 @@ git-http-fetch(1)
 
 NAME
 ----
-git-http-fetch - Downloads a remote git repository via HTTP
+git-http-fetch - downloads a remote git repository via HTTP
 
 
 SYNOPSIS
 --------
-'git-http-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] commit-id url
+'git-http-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] <commit> <url>
 
 DESCRIPTION
 -----------
index dead1b6..34249db 100644 (file)
@@ -272,7 +272,7 @@ git-init-db(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-init-db</em> [--template=&lt;template_directory&gt;]</p>\r
+<p><em>git-init-db</em> [--template=&lt;template_directory&gt;] [--shared]</p>\r
 </div>\r
 <h2>OPTIONS</h2>\r
 <div class="sectionbody">\r
@@ -285,6 +285,14 @@ git-init-db(1) Manual Page
         Provide the directory in from which templates will be used.\r
 </p>\r
 </dd>\r
+<dt>\r
+--shared\r
+</dt>\r
+<dd>\r
+<p>\r
+        Specify that the git repository is to be shared amongst several users.\r
+</p>\r
+</dd>\r
 </dl>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
@@ -297,7 +305,13 @@ to use instead of <tt>./.git</tt> for the base of the repository.</p>
 <p>If the object storage directory is specified via the <tt>$GIT_OBJECT_DIRECTORY</tt>\r
 environment variable then the sha1 directories are created underneath -\r
 otherwise the default <tt>$GIT_DIR/objects</tt> directory is used.</p>\r
-<p><tt>git-init-db</tt> won't hurt an existing repository.</p>\r
+<p>A shared repository allows users belonging to the same group to push into that\r
+repository. When specifying <tt>--shared</tt> the config variable "core.sharedRepository"\r
+is set to <em>true</em> so that directories under <tt>$GIT_DIR</tt> are made group writable\r
+(and g+sx, since the git group may be not the primary group of all users).</p>\r
+<p>Running <tt>git-init-db</tt> in an existing repository is safe. It will not overwrite\r
+things that are already there. The primary reason for rerunning <tt>git-init-db</tt>\r
+is to pick up newly added templates.</p>\r
 </div>\r
 <h2>EXAMPLES</h2>\r
 <div class="sectionbody">\r
@@ -332,7 +346,7 @@ $ git-add . <b>(2)</b>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:16:13 PDT\r
+Last updated 06-Jan-2006 17:12:38 PDT\r
 </div>\r
 </div>\r
 </body>\r
index 6deef92..ea4d849 100644 (file)
@@ -8,7 +8,7 @@ git-init-db - Creates an empty git repository
 
 SYNOPSIS
 --------
-'git-init-db' [--template=<template_directory>]
+'git-init-db' [--template=<template_directory>] [--shared]
 
 
 OPTIONS
@@ -16,6 +16,9 @@ OPTIONS
 --template=<template_directory>::
        Provide the directory in from which templates will be used.
 
+--shared::
+       Specify that the git repository is to be shared amongst several users.
+
 
 DESCRIPTION
 -----------
@@ -30,7 +33,16 @@ If the object storage directory is specified via the `$GIT_OBJECT_DIRECTORY`
 environment variable then the sha1 directories are created underneath -
 otherwise the default `$GIT_DIR/objects` directory is used.
 
-`git-init-db` won't hurt an existing repository.
+A shared repository allows users belonging to the same group to push into that
+repository. When specifying `--shared` the config variable "core.sharedRepository" 
+is set to 'true' so that directories under `$GIT_DIR` are made group writable
+(and g+sx, since the git group may be not the primary group of all users).
+
+
+Running `git-init-db` in an existing repository is safe. It will not overwrite
+things that are already there. The primary reason for rerunning `git-init-db`
+is to pick up newly added templates.
+
 
 
 EXAMPLES
index 79bb32c..7148f78 100644 (file)
@@ -430,7 +430,7 @@ removed/deleted
 C\r
 </td>\r
 <td class="hlist2">\r
-modifed/changed\r
+modified/changed\r
 </td>\r
 </tr>\r
 <tr>\r
@@ -624,7 +624,7 @@ otherwise, it is a shell glob pattern, suitable for
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:16:16 PDT\r
+Last updated 06-Jan-2006 17:12:39 PDT\r
 </div>\r
 </div>\r
 </body>\r
index 186f3bb..e42af5e 100644 (file)
@@ -74,7 +74,7 @@ OPTIONS
        H::     cached
        M::     unmerged
        R::     removed/deleted
-       C::     modifed/changed
+       C::     modified/changed
        K::     to be killed
        ?       other
 
index 32ff5f6..e5635bc 100644 (file)
@@ -315,7 +315,7 @@ base-name
 </dt>\r
 <dd>\r
 <p>\r
-        Write the pack contents (what would have been writtin to\r
+        Write the pack contents (what would have been written to\r
         .pack file) out to the standard output.\r
 </p>\r
 </dd>\r
@@ -385,7 +385,7 @@ base-name
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:16:24 PDT\r
+Last updated 06-Jan-2006 17:12:41 PDT\r
 </div>\r
 </div>\r
 </body>\r
index 009ec5a..2d67d39 100644 (file)
@@ -46,7 +46,7 @@ base-name::
        output of the command.
 
 --stdout::
-       Write the pack contents (what would have been writtin to
+       Write the pack contents (what would have been written to
        .pack file) out to the standard output.
 
 --window and --depth::
index 57d7ba5..23c55ae 100644 (file)
@@ -284,9 +284,9 @@ git-repo-config(1) Manual Page
 <p>You can query/set/replace/unset options with this command. The name is\r
 actually the section and the key separated by a dot, and the value will be\r
 escaped.</p>\r
-<p>If you want to set/unset an option which can occor on multiple lines, you\r
+<p>If you want to set/unset an option which can occur on multiple lines, you\r
 should provide a POSIX regex for the value. If you want to handle the lines\r
-<strong>not</strong> matching the regex, just prepend a single exlamation mark in front\r
+<strong>not</strong> matching the regex, just prepend a single exclamation mark in front\r
 (see EXAMPLES).</p>\r
 <p>This command will fail if</p>\r
 <ol>\r
@@ -476,7 +476,7 @@ i.e. the one without a "for &#8230;" postfix, do something like this:</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:16:35 PDT\r
+Last updated 06-Jan-2006 17:12:42 PDT\r
 </div>\r
 </div>\r
 </body>\r
index 5eefe02..3069464 100644 (file)
@@ -21,9 +21,9 @@ You can query/set/replace/unset options with this command. The name is
 actually the section and the key separated by a dot, and the value will be
 escaped.
 
-If you want to set/unset an option which can occor on multiple lines, you
+If you want to set/unset an option which can occur on multiple lines, you
 should provide a POSIX regex for the value. If you want to handle the lines
-*not* matching the regex, just prepend a single exlamation mark in front
+*not* matching the regex, just prepend a single exclamation mark in front
 (see EXAMPLES).
 
 This command will fail if
index cac8732..4613007 100644 (file)
@@ -272,18 +272,19 @@ git-rev-list(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-rev-list</em> [ --max-count=number ]\r
-        [ --max-age=timestamp ]\r
-        [ --min-age=timestamp ]\r
-        [ --sparse ]\r
-        [ --no-merges ]\r
-        [ --all ]\r
-        [ [ --merge-order [ --show-breaks ] ] | [ --topo-order ] | ]\r
-        [ --parents ]\r
-        [ --objects [ --unpacked ] ]\r
-        [ --pretty | --header | ]\r
-        [ --bisect ]\r
-        &lt;commit&gt;&#8230; [ -- &lt;paths&gt;&#8230; ]</p>\r
+<div class="verseblock">\r
+<div class="content"><em>git-rev-list</em> [ --max-count=number ]\r
+             [ --max-age=timestamp ]\r
+             [ --min-age=timestamp ]\r
+             [ --sparse ]\r
+             [ --no-merges ]\r
+             [ --all ]\r
+             [ [ --merge-order [ --show-breaks ] ] | [ --topo-order ] ]\r
+             [ --parents ]\r
+             [ --objects [ --unpacked ] ]\r
+             [ --pretty | --header ]\r
+             [ --bisect ]\r
+             &lt;commit&gt;&#8230; [ -- &lt;paths&gt;&#8230; ]</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -453,7 +454,7 @@ the end of such a period.</p>
 the marked commit in the list.</p>\r
 <p>Commits marked with (^) are not parents of the immediately preceding commit.\r
 These "breaks" represent necessary discontinuities implied by trying to\r
-represent an arbtirary DAG in a linear form.</p>\r
+represent an arbitrary DAG in a linear form.</p>\r
 <p><tt>--show-breaks</tt> is only valid if <tt>--merge-order</tt> is also specified.</p>\r
 </dd>\r
 </dl>\r
@@ -473,7 +474,7 @@ represent an arbtirary DAG in a linear form.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:16:38 PDT\r
+Last updated 06-Jan-2006 17:12:43 PDT\r
 </div>\r
 </div>\r
 </body>\r
index 064ccb1..f9146f1 100644 (file)
@@ -8,18 +8,19 @@ git-rev-list - Lists commit objects in reverse chronological order
 
 SYNOPSIS
 --------
+[verse]
 'git-rev-list' [ \--max-count=number ]
-       [ \--max-age=timestamp ]
-       [ \--min-age=timestamp ]
-       [ \--sparse ]
-       [ \--no-merges ]
-       [ \--all ]
-       [ [ \--merge-order [ \--show-breaks ] ] | [ \--topo-order ] | ]
-       [ \--parents ]
-       [ \--objects [ \--unpacked ] ]
-       [ \--pretty | \--header | ]
-       [ \--bisect ]
-       <commit>... [ \-- <paths>... ]
+            [ \--max-age=timestamp ]
+            [ \--min-age=timestamp ]
+            [ \--sparse ]
+            [ \--no-merges ]
+            [ \--all ]
+            [ [ \--merge-order [ \--show-breaks ] ] | [ \--topo-order ] ]
+            [ \--parents ]
+            [ \--objects [ \--unpacked ] ]
+            [ \--pretty | \--header ]
+            [ \--bisect ]
+            <commit>... [ \-- <paths>... ]
 
 DESCRIPTION
 -----------
@@ -129,7 +130,7 @@ the marked commit in the list.
 +
 Commits marked with (^) are not parents of the immediately preceding commit.
 These "breaks" represent necessary discontinuities implied by trying to
-represent an arbtirary DAG in a linear form.
+represent an arbitrary DAG in a linear form.
 +
 `--show-breaks` is only valid if `--merge-order` is also specified.
 
index a9df581..396c8b9 100644 (file)
@@ -397,7 +397,7 @@ character while other heads are prefixed with a <em>!</em> character.</p>
 displayed, indented N places.  If a commit is on the I-th\r
 branch, the I-th indentation character shows a <em>+</em> sign;\r
 otherwise it shows a space.  Each commit shows a short name that\r
-can be used as an exended SHA1 to name that commit.</p>\r
+can be used as an extended SHA1 to name that commit.</p>\r
 <p>The following example shows three branches, "master", "fixes"\r
 and "mhf":</p>\r
 <div class="listingblock">\r
@@ -438,7 +438,7 @@ other commits.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:16:43 PDT\r
+Last updated 06-Jan-2006 17:12:45 PDT\r
 </div>\r
 </div>\r
 </body>\r
index ffe64d8..5b76f3b 100644 (file)
@@ -85,7 +85,7 @@ Following these N lines, one-line log for each commit is
 displayed, indented N places.  If a commit is on the I-th
 branch, the I-th indentation character shows a '+' sign;
 otherwise it shows a space.  Each commit shows a short name that
-can be used as an exended SHA1 to name that commit.
+can be used as an extended SHA1 to name that commit.
 
 The following example shows three branches, "master", "fixes"
 and "mhf":
index 2b38ab9..c8ab35c 100644 (file)
@@ -274,7 +274,7 @@ git-svnimport(1) Manual Page
 <div class="sectionbody">\r
 <p><em>git-svnimport</em> [ -o &lt;branch-for-HEAD&gt; ] [ -h ] [ -v ] [ -d | -D ]\r
                         [ -C &lt;GIT_repository&gt; ] [ -i ] [ -u ] [-l limit_rev]\r
-                        [ -b branch_subdir ] [ -t trunk_subdir ] [ -T tag_subdir ]\r
+                        [ -b branch_subdir ] [ -T trunk_subdir ] [ -t tag_subdir ]\r
                         [ -s start_chg ] [ -m ] [ -M regex ]\r
                         &lt;SVN_repository_URL&gt; [ &lt;path&gt; ]</p>\r
 </div>\r
@@ -318,7 +318,7 @@ incremental SVN imports.</p>
 <p>\r
         Start importing at this SVN change number. The  default is 1.\r
 </p>\r
-<p>When importing incementally, you might need to edit the .git/svn2git file.</p>\r
+<p>When importing incrementally, you might need to edit the .git/svn2git file.</p>\r
 </dd>\r
 <dt>\r
 -i\r
@@ -331,7 +331,7 @@ incremental SVN imports.</p>
 </p>\r
 </dd>\r
 <dt>\r
--t &lt;trunk_subdir&gt;\r
+-T &lt;trunk_subdir&gt;\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -339,7 +339,7 @@ incremental SVN imports.</p>
 </p>\r
 </dd>\r
 <dt>\r
--T &lt;tag_subdir&gt;\r
+-t &lt;tag_subdir&gt;\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -483,7 +483,7 @@ various participants of the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:16:47 PDT\r
+Last updated 06-Jan-2006 17:12:46 PDT\r
 </div>\r
 </div>\r
 </body>\r
index f8dbee7..db1ce38 100644 (file)
@@ -11,7 +11,7 @@ SYNOPSIS
 --------
 'git-svnimport' [ -o <branch-for-HEAD> ] [ -h ] [ -v ] [ -d | -D ]
                        [ -C <GIT_repository> ] [ -i ] [ -u ] [-l limit_rev]
-                       [ -b branch_subdir ] [ -t trunk_subdir ] [ -T tag_subdir ]
+                       [ -b branch_subdir ] [ -T trunk_subdir ] [ -t tag_subdir ]
                        [ -s start_chg ] [ -m ] [ -M regex ]
                        <SVN_repository_URL> [ <path> ]
 
@@ -40,17 +40,17 @@ OPTIONS
 -s <start_rev>::
         Start importing at this SVN change number. The  default is 1.
 +
-When importing incementally, you might need to edit the .git/svn2git file.
+When importing incrementally, you might need to edit the .git/svn2git file.
 
 -i::
        Import-only: don't perform a checkout after importing.  This option
        ensures the working directory and index remain untouched and will
        not create them if they do not exist.
 
--t <trunk_subdir>::
+-T <trunk_subdir>::
        Name the SVN trunk. Default "trunk".
 
--T <tag_subdir>::
+-t <tag_subdir>::
        Name the SVN subdirectory for tags. Default "tags".
 
 -b <branch_subdir>::
index 3ab3547..da06962 100644 (file)
--- a/git.html
+++ b/git.html
@@ -1200,7 +1200,7 @@ the working tree.</p>
 </p>\r
 </dd>\r
 <dt>\r
-<a href="git-symbolic-refs.html">git-symbolic-refs(1)</a>\r
+<a href="git-symbolic-ref.html">git-symbolic-ref(1)</a>\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -2022,7 +2022,7 @@ contributors on the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 18:31:54 PDT\r
+Last updated 06-Jan-2006 17:12:47 PDT\r
 </div>\r
 </div>\r
 </body>\r
diff --git a/git.txt b/git.txt
index 90c5bfa..92cfe0e 100644 (file)
--- a/git.txt
+++ b/git.txt
@@ -425,7 +425,7 @@ gitlink:git-rev-parse[1]::
 gitlink:git-send-email[1]::
        Send patch e-mails out of "format-patch --mbox" output.
 
-gitlink:git-symbolic-refs[1]::
+gitlink:git-symbolic-ref[1]::
        Read and modify symbolic refs.
 
 gitlink:git-stripspace[1]::
index b3b2988..13952f5 100644 (file)
@@ -529,7 +529,7 @@ div.exampleblock-content {
 </dt>\r
 <dd>\r
 <p>\r
-        Stores a set of "objects", and an individial <a href="#ref_object">object</a> is\r
+        Stores a set of "objects", and an individual <a href="#ref_object">object</a> is\r
         identified by its <a href="#ref_object_name">object name</a>. The objects usually\r
         live in <tt>$GIT_DIR/objects/</tt>.\r
 </p>\r
@@ -800,7 +800,7 @@ the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:17:11 PDT\r
+Last updated 06-Jan-2006 17:13:01 PDT\r
 </div>\r
 </div>\r
 </body>\r
index 520f4c5..2331be5 100644 (file)
@@ -19,7 +19,7 @@ hash::
        In git's context, synonym to object name.
 
 object database::
-       Stores a set of "objects", and an individial object is identified
+       Stores a set of "objects", and an individual object is identified
        by its object name. The objects usually live in `$GIT_DIR/objects/`.
 
 blob object::
index af59654..039a15c 100644 (file)
@@ -352,7 +352,7 @@ as a Linux subsystem maintainer.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:17:08 PDT\r
+Last updated 06-Jan-2006 17:12:58 PDT\r
 </div>\r
 </div>\r
 </body>\r
index 4009495..edbcd4c 100644 (file)
@@ -24,7 +24,7 @@ Then do
        git bisect bad master           <- mark "master" as the bad state
        git bisect good ORIG_HEAD       <- mark ORIG_HEAD as good (or
                                           whatever other known-good 
-                                          thing you booted laste)
+                                          thing you booted last)
 
 and at this point "git bisect" will churn for a while, and tell you what 
 the mid-point between those two commits are, and check that state out as 
index 58fe69a..a49b831 100644 (file)
@@ -294,7 +294,7 @@ outside world but sometimes useful for private repository.
 You can be using <tt>objects/info/alternates</tt> mechanism, or\r
 <tt>$GIT_ALTERNATE_OBJECT_DIRECTORIES</tt> mechanism to <em>borrow</em>\r
 objects from other object stores.  A repository with this kind\r
-of incompete object store is not suitable to be published for\r
+of incomplete object store is not suitable to be published for\r
 use with dumb transports but otherwise is OK as long as\r
 <tt>objects/info/alternates</tt> points at the right object stores\r
 it borrows from.\r
@@ -451,7 +451,7 @@ info/refs
         up-to-date if the repository is published for dumb\r
         transports.  The <tt>git-receive-pack</tt> command, which is\r
         run on a remote repository when you <tt>git push</tt> into it,\r
-        runs <tt>hooks/update</tt> hook to help you achive this.\r
+        runs <tt>hooks/update</tt> hook to help you achieve this.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -493,7 +493,7 @@ remotes
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:17:09 PDT\r
+Last updated 06-Jan-2006 17:12:59 PDT\r
 </div>\r
 </div>\r
 </body>\r
index 1b5f228..0347cab 100644 (file)
@@ -21,7 +21,7 @@ outside world but sometimes useful for private repository.
 . You can be using `objects/info/alternates` mechanism, or
 `$GIT_ALTERNATE_OBJECT_DIRECTORIES` mechanism to 'borrow'
 objects from other object stores.  A repository with this kind
-of incompete object store is not suitable to be published for
+of incomplete object store is not suitable to be published for
 use with dumb transports but otherwise is OK as long as
 `objects/info/alternates` points at the right object stores
 it borrows from.
@@ -106,7 +106,7 @@ info/refs::
        up-to-date if the repository is published for dumb
        transports.  The `git-receive-pack` command, which is
        run on a remote repository when you `git push` into it,
-       runs `hooks/update` hook to help you achive this.
+       runs `hooks/update` hook to help you achieve this.
 
 info/grafts::
        This file records fake commit ancestry information, to