Autogenerated HTML docs for v1.5.3.5-666-gfb5f
authorJunio C Hamano <junio@hera.kernel.org>
Wed, 14 Nov 2007 12:17:22 +0000 (12:17 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Wed, 14 Nov 2007 12:17:22 +0000 (12:17 +0000)
152 files changed:
core-tutorial.html
core-tutorial.txt
cvs-migration.html
diffcore.html
everyday.html
git-add.html
git-add.txt
git-am.html
git-annotate.html
git-apply.html
git-archimport.html
git-archive.html
git-bisect.html
git-blame.html
git-branch.html
git-bundle.html
git-cat-file.html
git-check-attr.html
git-check-ref-format.html
git-checkout-index.html
git-checkout.html
git-cherry-pick.html
git-cherry.html
git-citool.html
git-clean.html
git-clone.html
git-commit-tree.html
git-commit.html
git-commit.txt
git-config.html
git-count-objects.html
git-cvsexportcommit.html
git-cvsimport.html
git-cvsserver.html
git-daemon.html
git-describe.html
git-diff-files.html
git-diff-index.html
git-diff-tree.html
git-diff.html
git-fast-import.html
git-fetch-pack.html
git-fetch.html
git-filter-branch.html
git-fmt-merge-msg.html
git-for-each-ref.html
git-format-patch.html
git-fsck-objects.html
git-fsck.html
git-gc.html
git-get-tar-commit-id.html
git-grep.html
git-gui.html
git-hash-object.html
git-http-fetch.html
git-http-push.html
git-imap-send.html
git-index-pack.html
git-init-db.html
git-init.html
git-instaweb.html
git-log.html
git-lost-found.html
git-ls-files.html
git-ls-remote.html
git-ls-tree.html
git-mailinfo.html
git-mailsplit.html
git-merge-base.html
git-merge-file.html
git-merge-index.html
git-merge-one-file.html
git-merge-tree.html
git-merge.html
git-mergetool.html
git-mktag.html
git-mktree.html
git-mv.html
git-name-rev.html
git-pack-objects.html
git-pack-redundant.html
git-pack-refs.html
git-parse-remote.html
git-patch-id.html
git-peek-remote.html
git-prune-packed.html
git-prune.html
git-pull.html
git-push.html
git-quiltimport.html
git-read-tree.html
git-rebase.html
git-receive-pack.html
git-reflog.html
git-relink.html
git-remote.html
git-remote.txt
git-repack.html
git-repo-config.html
git-request-pull.html
git-rerere.html
git-reset.html
git-rev-list.html
git-rev-parse.html
git-revert.html
git-rm.html
git-runstatus.html
git-send-email.html
git-send-pack.html
git-sh-setup.html
git-shell.html
git-shortlog.html
git-show-branch.html
git-show-index.html
git-show-ref.html
git-show.html
git-stash.html
git-status.html
git-stripspace.html
git-submodule.html
git-svn.html
git-symbolic-ref.html
git-tag.html
git-tar-tree.html
git-tools.html
git-unpack-file.html
git-unpack-objects.html
git-update-index.html
git-update-ref.html
git-update-server-info.html
git-upload-archive.html
git-upload-pack.html
git-var.html
git-verify-pack.html
git-verify-tag.html
git-whatchanged.html
git-write-tree.html
git.html
gitattributes.html
gitattributes.txt
gitignore.html
gitk.html
gitmodules.html
glossary.html
hooks.html
howto-index.html
howto/revert-branch-rebase.html
repository-layout.html
tutorial-2.html
tutorial.html
user-manual.html
user-manual.txt

index 72122c4..dfba761 100644 (file)
@@ -1398,7 +1398,7 @@ back to the earlier repository with "hello" and "example" file,
 and bring ourselves back to the pre-merge state:</p>\r
 <div class="listingblock">\r
 <div class="content">\r
-<pre><tt>$ git show-branch --more=3 master mybranch\r
+<pre><tt>$ git show-branch --more=2 master mybranch\r
 ! [master] Merge work in mybranch\r
  * [mybranch] Merge work in mybranch\r
 --\r
@@ -1454,7 +1454,7 @@ this:</p>
 <p>This is the same <tt>git-read-tree</tt> command we have already seen,\r
 but it takes three trees, unlike previous examples.  This reads\r
 the contents of each tree into different <em>stage</em> in the index\r
-file (the first tree goes to stage 1, the second stage 2,\r
+file (the first tree goes to stage 1, the second to stage 2,\r
 etc.).  After reading three trees into three stages, the paths\r
 that are the same in all three stages are <em>collapsed</em> into stage\r
 0.  Also paths that are the same in two of three stages are\r
@@ -1967,7 +1967,7 @@ to follow, not easier.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 13-Nov-2007 08:20:50 UTC\r
+Last updated 14-Nov-2007 12:12:00 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 401d1de..bd6cd41 100644 (file)
@@ -1152,7 +1152,7 @@ back to the earlier repository with "hello" and "example" file,
 and bring ourselves back to the pre-merge state:
 
 ------------
-$ git show-branch --more=3 master mybranch
+$ git show-branch --more=2 master mybranch
 ! [master] Merge work in mybranch
  * [mybranch] Merge work in mybranch
 --
@@ -1215,7 +1215,7 @@ $ git-read-tree -m -u $mb HEAD mybranch
 This is the same `git-read-tree` command we have already seen,
 but it takes three trees, unlike previous examples.  This reads
 the contents of each tree into different 'stage' in the index
-file (the first tree goes to stage 1, the second stage 2,
+file (the first tree goes to stage 1, the second to stage 2,
 etc.).  After reading three trees into three stages, the paths
 that are the same in all three stages are 'collapsed' into stage
 0.  Also paths that are the same in two of three stages are
index 811fb23..c59877c 100644 (file)
@@ -416,7 +416,7 @@ repositories without the need for a central maintainer.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:10:06 UTC\r
+Last updated 14-Nov-2007 12:12:01 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 7fcb0dd..4870e13 100644 (file)
@@ -541,7 +541,7 @@ t</tt></pre>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:10:07 UTC\r
+Last updated 14-Nov-2007 12:12:01 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 93c1bc4..6925ff0 100644 (file)
@@ -1069,7 +1069,7 @@ upload to public HTTP server hosted by your ISP.
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Nov-2007 02:45:18 UTC\r
+Last updated 14-Nov-2007 12:12:04 UTC\r
 </div>\r
 </div>\r
 </body>\r
index b491d57..89dd4d7 100644 (file)
@@ -552,6 +552,7 @@ diff
 <div class="sectionbody">\r
 <p><a href="git-status.html">git-status(1)</a>\r
 <a href="git-rm.html">git-rm(1)</a>\r
+<a href="git-reset.html">git-reset(1)</a>\r
 <a href="git-mv.html">git-mv(1)</a>\r
 <a href="git-commit.html">git-commit(1)</a>\r
 <a href="git-update-index.html">git-update-index(1)</a></p>\r
@@ -570,7 +571,7 @@ diff
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Nov-2007 02:45:07 UTC\r
+Last updated 14-Nov-2007 12:11:20 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 963e1ab..63829d9 100644 (file)
@@ -224,6 +224,7 @@ See Also
 --------
 gitlink:git-status[1]
 gitlink:git-rm[1]
+gitlink:git-reset[1]
 gitlink:git-mv[1]
 gitlink:git-commit[1]
 gitlink:git-update-index[1]
index 3003ab2..1d91bb4 100644 (file)
@@ -509,7 +509,7 @@ names.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:30 UTC\r
+Last updated 14-Nov-2007 12:11:20 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 87f4beb..82ade03 100644 (file)
@@ -454,7 +454,7 @@ commit.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 10-Aug-2007 09:49:28 UTC\r
+Last updated 14-Nov-2007 12:11:20 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 0633493..ab60b25 100644 (file)
@@ -599,7 +599,7 @@ subdirectory is checked and (if possible) updated.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 24-Sep-2007 07:36:59 UTC\r
+Last updated 14-Nov-2007 12:11:20 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 93dcd48..cb85d21 100644 (file)
@@ -422,7 +422,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 19-Jul-2007 02:09:31 UTC\r
+Last updated 14-Nov-2007 12:11:21 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 4372106..87f46f8 100644 (file)
@@ -469,7 +469,7 @@ git archive --format=zip --prefix=git-docs/ HEAD:Documentation/ &gt; git-1.4.0-d
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 23-Oct-2007 01:21:45 UTC\r
+Last updated 14-Nov-2007 12:11:21 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 87f8c16..3bbb493 100644 (file)
@@ -445,7 +445,7 @@ know the outcome.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 31-Oct-2007 05:56:47 UTC\r
+Last updated 14-Nov-2007 12:11:21 UTC\r
 </div>\r
 </div>\r
 </body>\r
index fbe4089..141de8b 100644 (file)
@@ -686,7 +686,7 @@ commit commentary), a blame viewer won't ever care.</td>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 10-Aug-2007 09:49:28 UTC\r
+Last updated 14-Nov-2007 12:11:22 UTC\r
 </div>\r
 </div>\r
 </body>\r
index d99bac8..de381c0 100644 (file)
@@ -555,7 +555,7 @@ a branch and check it out with a single command.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 13-Nov-2007 08:20:50 UTC\r
+Last updated 14-Nov-2007 12:11:22 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 81b8a82..eb66f40 100644 (file)
@@ -433,7 +433,7 @@ network.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 30-Sep-2007 00:49:43 UTC\r
+Last updated 14-Nov-2007 12:11:22 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 546d0c8..4a033d9 100644 (file)
@@ -366,7 +366,7 @@ be returned.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:32 UTC\r
+Last updated 14-Nov-2007 12:11:23 UTC\r
 </div>\r
 </div>\r
 </body>\r
index c0e77e2..d93730d 100644 (file)
@@ -308,7 +308,7 @@ git-check-attr(1) Manual Page
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:33 UTC\r
+Last updated 14-Nov-2007 12:11:23 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 07143b0..f0a27fa 100644 (file)
@@ -343,7 +343,7 @@ colon <tt>:</tt> is used as in <tt>srcref:dstref</tt> to mean "use srcref's
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:33 UTC\r
+Last updated 14-Nov-2007 12:11:23 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 769b416..f47b129 100644 (file)
@@ -511,7 +511,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 19-Jul-2007 02:09:33 UTC\r
+Last updated 14-Nov-2007 12:11:23 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 7e3e2d0..1956a5a 100644 (file)
@@ -540,7 +540,7 @@ $ git add frotz</tt></pre>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2007 12:03:44 UTC\r
+Last updated 14-Nov-2007 12:11:23 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 1aee1b0..482aa2e 100644 (file)
@@ -375,7 +375,7 @@ effect to your working tree in a row.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Nov-2007 11:13:00 UTC\r
+Last updated 14-Nov-2007 12:11:24 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 9024a89..a73e9ea 100644 (file)
@@ -356,7 +356,7 @@ than pushing or pulling commits directly.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:34 UTC\r
+Last updated 14-Nov-2007 12:11:24 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 405e673..e7335db 100644 (file)
@@ -297,7 +297,7 @@ See <a href="git-gui.html">git-gui(1)</a> for more details.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:34 UTC\r
+Last updated 14-Nov-2007 12:11:24 UTC\r
 </div>\r
 </div>\r
 </body>\r
index d612271..7ea7f62 100644 (file)
@@ -353,7 +353,7 @@ affected are further limited to those that match them.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:34 UTC\r
+Last updated 14-Nov-2007 12:11:24 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 2ee6ec2..56fd4da 100644 (file)
@@ -641,7 +641,7 @@ Create a repository on the kernel.org machine that borrows from Linus
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Nov-2007 11:13:00 UTC\r
+Last updated 14-Nov-2007 12:11:24 UTC\r
 </div>\r
 </div>\r
 </body>\r
index b00a543..cea8164 100644 (file)
@@ -477,7 +477,7 @@ reversible operation.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 25-Aug-2007 03:53:06 UTC\r
+Last updated 14-Nov-2007 12:11:24 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 48283c0..0283f70 100644 (file)
@@ -511,10 +511,13 @@ that, you can recover from it with <a href="git-reset.html">git-reset(1)</a>.</p
 <div class="sectionbody">\r
 <p>When recording your own work, the contents of modified files in\r
 your working tree are temporarily stored to a staging area\r
-called the "index" with <a href="git-add.html">git-add(1)</a>.  Removal\r
-of a file is staged with <a href="git-rm.html">git-rm(1)</a>.  After building the\r
-state to be committed incrementally with these commands, <tt>git\r
-commit</tt> (without any pathname parameter) is used to record what\r
+called the "index" with <a href="git-add.html">git-add(1)</a>.  A file can be\r
+reverted back, only in the index but not in the working tree,\r
+to that of the last commit with <tt>git-reset HEAD &#8212; &lt;file&gt;</tt>,\r
+which effectively reverts <tt>git-add</tt> and prevents the changes to\r
+this file from participating in the next commit.  After building\r
+the state to be committed incrementally with these commands,\r
+<tt>git commit</tt> (without any pathname parameter) is used to record what\r
 has been staged so far.  This is the most basic form of the\r
 command.  An example:</p>\r
 <div class="listingblock">\r
@@ -701,7 +704,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Aug-2007 09:20:37 UTC\r
+Last updated 14-Nov-2007 12:11:25 UTC\r
 </div>\r
 </div>\r
 </body>\r
index e54fb12..d4bfd49 100644 (file)
@@ -154,10 +154,13 @@ EXAMPLES
 --------
 When recording your own work, the contents of modified files in
 your working tree are temporarily stored to a staging area
-called the "index" with gitlink:git-add[1].  Removal
-of a file is staged with gitlink:git-rm[1].  After building the
-state to be committed incrementally with these commands, `git
-commit` (without any pathname parameter) is used to record what
+called the "index" with gitlink:git-add[1].  A file can be
+reverted back, only in the index but not in the working tree,
+to that of the last commit with `git-reset HEAD -- <file>`,
+which effectively reverts `git-add` and prevents the changes to
+this file from participating in the next commit.  After building
+the state to be committed incrementally with these commands,
+`git commit` (without any pathname parameter) is used to record what
 has been staged so far.  This is the most basic form of the
 command.  An example:
 
index 4e5cedd..6e6129a 100644 (file)
@@ -1956,7 +1956,7 @@ transfer.unpackLimit
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Nov-2007 08:06:31 UTC\r
+Last updated 14-Nov-2007 12:11:25 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 9c142a2..b464c9d 100644 (file)
@@ -309,7 +309,7 @@ them, to help you decide when it is a good time to repack.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:36 UTC\r
+Last updated 14-Nov-2007 12:11:26 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 4d233fa..fba91a8 100644 (file)
@@ -412,7 +412,7 @@ $ git-cherry cvshead myhead | sed -n 's/^+ //p' | xargs -l1 git-cvsexportcommit
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 31-Oct-2007 05:56:47 UTC\r
+Last updated 14-Nov-2007 12:11:26 UTC\r
 </div>\r
 </div>\r
 </body>\r
index c6dfc31..f0fbb57 100644 (file)
@@ -526,7 +526,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 19-Jul-2007 02:09:36 UTC\r
+Last updated 14-Nov-2007 12:11:26 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 360cb34..0832ebf 100644 (file)
@@ -691,7 +691,7 @@ Martin Langhoff &lt;martin@catalyst.net.nz&gt;
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 25-Aug-2007 03:53:08 UTC\r
+Last updated 14-Nov-2007 12:11:27 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 596e2f2..fb794a4 100644 (file)
@@ -676,7 +676,7 @@ selectively enable/disable services per repository
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 01-Sep-2007 11:16:24 UTC\r
+Last updated 14-Nov-2007 12:11:27 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 76b73a0..df05e6c 100644 (file)
@@ -428,7 +428,7 @@ updated by Shawn Pearce &lt;spearce@spearce.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:37 UTC\r
+Last updated 14-Nov-2007 12:11:27 UTC\r
 </div>\r
 </div>\r
 </body>\r
index f1fcd2e..7c905ea 100644 (file)
@@ -1114,7 +1114,7 @@ two unresolved merge parents with the working tree file
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Nov-2007 02:45:08 UTC\r
+Last updated 14-Nov-2007 12:11:27 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 5f29967..9459e42 100644 (file)
@@ -1196,7 +1196,7 @@ always have the special all-zero sha1.</td>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Nov-2007 02:45:09 UTC\r
+Last updated 14-Nov-2007 12:11:28 UTC\r
 </div>\r
 </div>\r
 </body>\r
index a1448a5..b80da2d 100644 (file)
@@ -1584,7 +1584,7 @@ two unresolved merge parents with the working tree file
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Nov-2007 02:45:11 UTC\r
+Last updated 14-Nov-2007 12:11:28 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 22a1cb0..7820ac2 100644 (file)
@@ -1311,7 +1311,7 @@ Output diff in reverse.
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Nov-2007 02:45:11 UTC\r
+Last updated 14-Nov-2007 12:11:29 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 22f72bd..462a0da 100644 (file)
@@ -1309,7 +1309,7 @@ memory footprint (less than 2.7 MiB per active branch).</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 25-Aug-2007 03:53:08 UTC\r
+Last updated 14-Nov-2007 12:11:30 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 25a62e4..83a3b4f 100644 (file)
@@ -420,7 +420,7 @@ have a common ancestor commit.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:39 UTC\r
+Last updated 14-Nov-2007 12:11:30 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ee0cab4..35161a7 100644 (file)
@@ -664,7 +664,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 01-Sep-2007 11:16:25 UTC\r
+Last updated 14-Nov-2007 12:11:30 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 254fc57..27971fb 100644 (file)
@@ -593,7 +593,7 @@ and the git list &lt;git@vger.kernel.org&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Nov-2007 02:45:13 UTC\r
+Last updated 14-Nov-2007 12:11:31 UTC\r
 </div>\r
 </div>\r
 </body>\r
index e798419..545dbca 100644 (file)
@@ -349,7 +349,7 @@ merge.summary
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 25-Aug-2007 03:53:09 UTC\r
+Last updated 14-Nov-2007 12:11:31 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 5ef1b8b..4d3da00 100644 (file)
@@ -495,7 +495,7 @@ eval "$eval"</tt></pre>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2007 12:03:48 UTC\r
+Last updated 14-Nov-2007 12:11:31 UTC\r
 </div>\r
 </div>\r
 </body>\r
index f757ca7..cbe28df 100644 (file)
@@ -979,7 +979,7 @@ git-format-patch -3
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 02-Nov-2007 02:47:21 UTC\r
+Last updated 14-Nov-2007 12:11:31 UTC\r
 </div>\r
 </div>\r
 </body>\r
index c5017d7..5154db9 100644 (file)
@@ -281,7 +281,7 @@ documentation of that command.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:41 UTC\r
+Last updated 14-Nov-2007 12:11:32 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 2bf3dbd..d225772 100644 (file)
@@ -521,7 +521,7 @@ GIT_ALTERNATE_OBJECT_DIRECTORIES
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 24-Jul-2007 08:10:04 UTC\r
+Last updated 14-Nov-2007 12:11:32 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 8f1ed4c..579b394 100644 (file)
@@ -390,7 +390,7 @@ more details.  This defaults to 10.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 23-Oct-2007 01:21:49 UTC\r
+Last updated 14-Nov-2007 12:11:32 UTC\r
 </div>\r
 </div>\r
 </body>\r
index cafd2be..1633c6d 100644 (file)
@@ -298,7 +298,7 @@ a tree ID instead of a commit ID or tag.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 13-Nov-2007 08:20:50 UTC\r
+Last updated 14-Nov-2007 12:11:32 UTC\r
 </div>\r
 </div>\r
 </body>\r
index d6121de..9f2bcd4 100644 (file)
@@ -528,7 +528,7 @@ revamped by Junio C Hamano.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:42 UTC\r
+Last updated 14-Nov-2007 12:11:33 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 56998f7..6d7345b 100644 (file)
@@ -433,7 +433,7 @@ of end users.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 25-Aug-2007 03:53:10 UTC\r
+Last updated 14-Nov-2007 12:11:33 UTC\r
 </div>\r
 </div>\r
 </body>\r
index c403c5a..a78e28f 100644 (file)
@@ -327,7 +327,7 @@ specified, it defaults to "blob".</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:43 UTC\r
+Last updated 14-Nov-2007 12:11:33 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 2e69f72..a513a01 100644 (file)
@@ -369,7 +369,7 @@ commit-id
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 25-Aug-2007 03:53:11 UTC\r
+Last updated 14-Nov-2007 12:11:33 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 0b9e863..0f21b55 100644 (file)
@@ -420,7 +420,7 @@ to disable the fast-forward check only on that ref.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 25-Oct-2007 06:49:38 UTC\r
+Last updated 14-Nov-2007 12:11:33 UTC\r
 </div>\r
 </div>\r
 </body>\r
index e0e2f2a..592d8e8 100644 (file)
@@ -320,7 +320,7 @@ configuration file (shown with examples):</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:43 UTC\r
+Last updated 14-Nov-2007 12:11:34 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ab1fceb..f013f7b 100644 (file)
@@ -398,7 +398,7 @@ mentioned above.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 23-Oct-2007 01:21:49 UTC\r
+Last updated 14-Nov-2007 12:11:34 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 57668d4..16f1953 100644 (file)
@@ -281,7 +281,7 @@ documentation of that command.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:43 UTC\r
+Last updated 14-Nov-2007 12:11:34 UTC\r
 </div>\r
 </div>\r
 </body>\r
index b65c7e6..bbd4440 100644 (file)
@@ -403,7 +403,7 @@ add all existing file to the index
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:44 UTC\r
+Last updated 14-Nov-2007 12:11:34 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ef8c51a..21b6cdc 100644 (file)
@@ -390,7 +390,7 @@ repository.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 23-Oct-2007 01:21:50 UTC\r
+Last updated 14-Nov-2007 12:11:34 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 3f4b2c6..a078ac6 100644 (file)
@@ -853,7 +853,7 @@ reversible operation.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 29-Aug-2007 07:30:56 UTC\r
+Last updated 14-Nov-2007 12:11:35 UTC\r
 </div>\r
 </div>\r
 </body>\r
index b29fde6..5adde3f 100644 (file)
@@ -340,7 +340,7 @@ $ git rev-parse not-lost-anymore
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Nov-2007 08:06:31 UTC\r
+Last updated 14-Nov-2007 12:11:35 UTC\r
 </div>\r
 </div>\r
 </body>\r
index bb04e01..8689cde 100644 (file)
@@ -615,7 +615,7 @@ pattern file appears in.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 15-Sep-2007 07:45:31 UTC\r
+Last updated 14-Nov-2007 12:11:35 UTC\r
 </div>\r
 </div>\r
 </body>\r
index d50e493..c2ae087 100644 (file)
@@ -361,7 +361,7 @@ c5db5456ae3b0873fc659c19fafdde22313cc441        refs/tags/v0.99.2
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:45 UTC\r
+Last updated 14-Nov-2007 12:11:35 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ee38dd4..9b778a5 100644 (file)
@@ -416,7 +416,7 @@ another major rewrite by Linus Torvalds &lt;torvalds@osdl.org&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:45 UTC\r
+Last updated 14-Nov-2007 12:11:36 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 434b112..bf5eeb6 100644 (file)
@@ -357,7 +357,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:45 UTC\r
+Last updated 14-Nov-2007 12:11:36 UTC\r
 </div>\r
 </div>\r
 </body>\r
index f2d52cf..a5866d8 100644 (file)
@@ -362,7 +362,7 @@ and Junio C Hamano &lt;junkio@cox.net&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:45 UTC\r
+Last updated 14-Nov-2007 12:11:36 UTC\r
 </div>\r
 </div>\r
 </body>\r
index dcbfbf6..f1b8904 100644 (file)
@@ -312,7 +312,7 @@ relied on to decide in any particular way.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:45 UTC\r
+Last updated 14-Nov-2007 12:11:36 UTC\r
 </div>\r
 </div>\r
 </body>\r
index a05b204..a9af646 100644 (file)
@@ -377,7 +377,7 @@ with parts copied from the original documentation of RCS merge.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:46 UTC\r
+Last updated 14-Nov-2007 12:11:36 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ab6549c..ca15976 100644 (file)
@@ -372,7 +372,7 @@ One-shot merge by Petr Baudis &lt;pasky@ucw.cz&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 23-Oct-2007 01:21:51 UTC\r
+Last updated 14-Nov-2007 12:11:36 UTC\r
 </div>\r
 </div>\r
 </body>\r
index d65d20a..e71100b 100644 (file)
@@ -294,7 +294,7 @@ Junio C Hamano &lt;junkio@cox.net&gt; and Petr Baudis &lt;pasky@suse.cz&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:46 UTC\r
+Last updated 14-Nov-2007 12:11:37 UTC\r
 </div>\r
 </div>\r
 </body>\r
index eb62843..6ffa7fc 100644 (file)
@@ -300,7 +300,7 @@ entries that match &lt;branch1&gt; tree.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:46 UTC\r
+Last updated 14-Nov-2007 12:11:37 UTC\r
 </div>\r
 </div>\r
 </body>\r
index f96f3ae..d075ef7 100644 (file)
@@ -648,7 +648,7 @@ Resolve the conflicts.  <tt>git-diff</tt> would report only the
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 31-Oct-2007 05:56:48 UTC\r
+Last updated 14-Nov-2007 12:11:38 UTC\r
 </div>\r
 </div>\r
 </body>\r
index d2a24b8..82c0cfa 100644 (file)
@@ -321,7 +321,7 @@ is available in PATH.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 02-Nov-2007 02:47:21 UTC\r
+Last updated 14-Nov-2007 12:11:37 UTC\r
 </div>\r
 </div>\r
 </body>\r
index f29fe3a..21667c4 100644 (file)
@@ -310,7 +310,7 @@ care about, but that can be verified with gpg.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:47 UTC\r
+Last updated 14-Nov-2007 12:11:38 UTC\r
 </div>\r
 </div>\r
 </body>\r
index f71588b..168d3f4 100644 (file)
@@ -307,7 +307,7 @@ built is written to the standard output.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:47 UTC\r
+Last updated 14-Nov-2007 12:11:38 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 1556fdf..d27cfa8 100644 (file)
@@ -337,7 +337,7 @@ Move functionality added by Josef Weidendorfer &lt;Josef.Weidendorfer@gmx.de&gt;
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Nov-2007 02:45:14 UTC\r
+Last updated 14-Nov-2007 12:11:39 UTC\r
 </div>\r
 </div>\r
 </body>\r
index b996061..38daaf4 100644 (file)
@@ -364,7 +364,7 @@ not the context.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 25-Aug-2007 03:53:11 UTC\r
+Last updated 14-Nov-2007 12:11:40 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 5048cf5..f7d3334 100644 (file)
@@ -563,7 +563,7 @@ base-name
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 24-Sep-2007 01:04:57 UTC\r
+Last updated 14-Nov-2007 12:11:40 UTC\r
 </div>\r
 </div>\r
 </body>\r
index e3f094c..3cb7d52 100644 (file)
@@ -335,7 +335,7 @@ objects.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:48 UTC\r
+Last updated 14-Nov-2007 12:11:40 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 299f82d..6f325b2 100644 (file)
@@ -336,7 +336,7 @@ hierarchy after packing them.  This option tells it not to.
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:48 UTC\r
+Last updated 14-Nov-2007 12:11:40 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 5ea40b5..fcbe82a 100644 (file)
@@ -326,7 +326,7 @@ get_remote_refs_for_push
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:48 UTC\r
+Last updated 14-Nov-2007 12:11:40 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 17c5d20..080497c 100644 (file)
@@ -314,7 +314,7 @@ This can be used to make a mapping from patch ID to commit ID.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:48 UTC\r
+Last updated 14-Nov-2007 12:11:41 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 7c9b8f5..a1418c2 100644 (file)
@@ -341,7 +341,7 @@ stores them in the local repository under the same name.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:48 UTC\r
+Last updated 14-Nov-2007 12:11:41 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ccd8337..c6a5084 100644 (file)
@@ -325,7 +325,7 @@ disk storage, etc.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 24-Sep-2007 01:04:58 UTC\r
+Last updated 14-Nov-2007 12:11:41 UTC\r
 </div>\r
 </div>\r
 </body>\r
index e7efc27..23c6013 100644 (file)
@@ -340,7 +340,7 @@ borrows from your repository via its
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:49 UTC\r
+Last updated 14-Nov-2007 12:11:41 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 7139b9d..10ccb0c 100644 (file)
@@ -946,7 +946,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 03-Oct-2007 12:03:50 UTC\r
+Last updated 14-Nov-2007 12:11:42 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ce1e8ee..74d5d3c 100644 (file)
@@ -621,7 +621,7 @@ by Linus Torvalds &lt;torvalds@osdl.org&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 12-Nov-2007 04:26:39 UTC\r
+Last updated 14-Nov-2007 12:11:42 UTC\r
 </div>\r
 </div>\r
 </body>\r
index e29c821..c089aec 100644 (file)
@@ -339,7 +339,7 @@ variable.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:49 UTC\r
+Last updated 14-Nov-2007 12:11:42 UTC\r
 </div>\r
 </div>\r
 </body>\r
index f4cc88d..409c5b5 100644 (file)
@@ -711,7 +711,7 @@ have finished your work-in-progress), attempt the merge again.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:50 UTC\r
+Last updated 14-Nov-2007 12:11:43 UTC\r
 </div>\r
 </div>\r
 </body>\r
index d746f30..9ce2fcd 100644 (file)
@@ -831,7 +831,7 @@ Johannes E. Schindelin &lt;johannes.schindelin@gmx.de&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 23-Oct-2007 01:21:54 UTC\r
+Last updated 14-Nov-2007 12:11:43 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 7cc3345..e5f89e6 100644 (file)
@@ -430,7 +430,7 @@ exec git-update-server-info</tt></pre>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 25-Aug-2007 03:53:12 UTC\r
+Last updated 14-Nov-2007 12:11:44 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 8c0db1b..37887a1 100644 (file)
@@ -369,7 +369,7 @@ them.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 23-Oct-2007 01:21:56 UTC\r
+Last updated 14-Nov-2007 12:11:44 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 967aef4..f1fc86d 100644 (file)
@@ -315,7 +315,7 @@ if they are hardlinked, and replace one with a hardlink to the other if not.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:51 UTC\r
+Last updated 14-Nov-2007 12:11:44 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 6701735..c4e6d93 100644 (file)
@@ -353,7 +353,7 @@ caution.</p>
 Fetch updates for a named set of remotes in the repository as defined by\r
 remotes.&lt;group&gt;.  If a named group is not specified on the command line,\r
 the configuration parameter remotes.default will get used; if\r
-remotes.default is not defined, all remotes which do not the\r
+remotes.default is not defined, all remotes which do not have the\r
 configuration parameter remote.&lt;name&gt;.skipDefaultUpdate set to true will\r
 be updated.  (See <a href="git-config.html">git-config(1)</a>).\r
 </p>\r
@@ -428,7 +428,7 @@ $ git merge origin</tt></pre>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 30-Sep-2007 00:49:44 UTC\r
+Last updated 14-Nov-2007 12:11:44 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 027ba11..0da8704 100644 (file)
@@ -79,7 +79,7 @@ caution.
 Fetch updates for a named set of remotes in the repository as defined by
 remotes.<group>.  If a named group is not specified on the command line,
 the configuration parameter remotes.default will get used; if
-remotes.default is not defined, all remotes which do not the
+remotes.default is not defined, all remotes which do not have the
 configuration parameter remote.<name>.skipDefaultUpdate set to true will
 be updated.  (See gitlink:git-config[1]).
 
index e5cbebf..a2729a2 100644 (file)
@@ -423,7 +423,7 @@ that way can try to use older git with it).</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 25-Aug-2007 03:53:13 UTC\r
+Last updated 14-Nov-2007 12:11:45 UTC\r
 </div>\r
 </div>\r
 </body>\r
index c5ec47f..80d9751 100644 (file)
@@ -281,7 +281,7 @@ documentation of that command.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:51 UTC\r
+Last updated 14-Nov-2007 12:11:45 UTC\r
 </div>\r
 </div>\r
 </body>\r
index b80d074..6334f99 100644 (file)
@@ -322,7 +322,7 @@ the given URL in the generated summary.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:51 UTC\r
+Last updated 14-Nov-2007 12:11:45 UTC\r
 </div>\r
 </div>\r
 </body>\r
index d5e936c..9808550 100644 (file)
@@ -481,7 +481,7 @@ conflict.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:52 UTC\r
+Last updated 14-Nov-2007 12:11:45 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 77803c1..368914a 100644 (file)
@@ -575,7 +575,7 @@ At this point the index file still has all the WIP changes you
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Nov-2007 08:06:31 UTC\r
+Last updated 14-Nov-2007 12:11:45 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 36d93a3..e1664ba 100644 (file)
@@ -1162,7 +1162,7 @@ and the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 31-Oct-2007 05:56:48 UTC\r
+Last updated 14-Nov-2007 12:11:46 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 72c4d4b..dc0dd6e 100644 (file)
@@ -738,7 +738,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 21-Aug-2007 02:20:19 UTC\r
+Last updated 14-Nov-2007 12:11:46 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 56562a3..a6a4bcf 100644 (file)
@@ -357,7 +357,7 @@ effect to your working tree in a row.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Nov-2007 11:13:00 UTC\r
+Last updated 14-Nov-2007 12:11:46 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 6e063c6..e4e3e88 100644 (file)
@@ -415,7 +415,7 @@ git-rm -f git-*.sh
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Nov-2007 02:45:15 UTC\r
+Last updated 14-Nov-2007 12:11:47 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 2f99516..95c1e6a 100644 (file)
@@ -355,7 +355,7 @@ of git-commit, and later rewritten in C by Jeff King.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:53 UTC\r
+Last updated 14-Nov-2007 12:11:47 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 49ee64e..e78ce00 100644 (file)
@@ -616,7 +616,7 @@ send_lots_of_email.pl by Greg Kroah-Hartman.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Nov-2007 08:06:32 UTC\r
+Last updated 14-Nov-2007 12:11:47 UTC\r
 </div>\r
 </div>\r
 </body>\r
index c61d22b..62e2333 100644 (file)
@@ -451,7 +451,7 @@ to disable the fast-forward check only on that ref.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 23-Oct-2007 01:21:57 UTC\r
+Last updated 14-Nov-2007 12:11:48 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 62c3335..5ec31aa 100644 (file)
@@ -364,7 +364,7 @@ require_work_tree
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:54 UTC\r
+Last updated 14-Nov-2007 12:11:50 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 2aaf7cb..afe2342 100644 (file)
@@ -298,7 +298,7 @@ are permitted to be called, with a single required argument.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:54 UTC\r
+Last updated 14-Nov-2007 12:11:48 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 346238e..1520e34 100644 (file)
@@ -344,7 +344,7 @@ Eve Jones &lt;eve@laptop.(none)&gt;</tt></pre>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:54 UTC\r
+Last updated 14-Nov-2007 12:11:48 UTC\r
 </div>\r
 </div>\r
 </body>\r
index dcb53ed..cd7b9f0 100644 (file)
@@ -521,7 +521,7 @@ topologically related with each other.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:54 UTC\r
+Last updated 14-Nov-2007 12:11:49 UTC\r
 </div>\r
 </div>\r
 </body>\r
index e4d68ea..766a3b4 100644 (file)
@@ -296,7 +296,7 @@ offset and SHA1 of each object.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:54 UTC\r
+Last updated 14-Nov-2007 12:11:49 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 60e6344..aea2f92 100644 (file)
@@ -460,7 +460,7 @@ Man page by Jonas Fonseca &lt;fonseca@diku.dk&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:55 UTC\r
+Last updated 14-Nov-2007 12:11:49 UTC\r
 </div>\r
 </div>\r
 </body>\r
index a8dcc1b..1e0834b 100644 (file)
@@ -762,7 +762,7 @@ Johannes Schindelin &lt;Johannes.Schindelin@gmx.de&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 25-Jul-2007 08:53:11 UTC\r
+Last updated 14-Nov-2007 12:11:50 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ecb21c1..38a6a9e 100644 (file)
@@ -460,7 +460,7 @@ $ git stash apply
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 23-Oct-2007 01:21:58 UTC\r
+Last updated 14-Nov-2007 12:11:51 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 821aa2b..4cc94ed 100644 (file)
@@ -326,7 +326,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Aug-2007 09:20:38 UTC\r
+Last updated 14-Nov-2007 12:11:51 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 6715d85..7d61683 100644 (file)
@@ -313,7 +313,7 @@ git-stripspace(1) Manual Page
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Nov-2007 02:45:15 UTC\r
+Last updated 14-Nov-2007 12:11:53 UTC\r
 </div>\r
 </div>\r
 </body>\r
index cd645cd..834925a 100644 (file)
@@ -388,7 +388,7 @@ to each submodule url is "submodule.$name.url".</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 30-Sep-2007 00:49:45 UTC\r
+Last updated 14-Nov-2007 12:11:52 UTC\r
 </div>\r
 </div>\r
 </body>\r
index d0b9c85..1bb68bd 100644 (file)
@@ -1060,7 +1060,7 @@ should be manually entered with a text-editor or using
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 23-Oct-2007 01:22:01 UTC\r
+Last updated 14-Nov-2007 12:11:53 UTC\r
 </div>\r
 </div>\r
 </body>\r
index d922ccf..fdd842d 100644 (file)
@@ -336,7 +336,7 @@ name is not a symbolic ref, or 128 if another error occurs.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Nov-2007 02:45:17 UTC\r
+Last updated 14-Nov-2007 12:11:53 UTC\r
 </div>\r
 </div>\r
 </body>\r
index fabdaea..aa9d880 100644 (file)
@@ -544,7 +544,7 @@ Junio C Hamano &lt;junkio@cox.net&gt; and Chris Wright &lt;chrisw@osdl.org&gt;.<
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 23-Oct-2007 01:22:00 UTC\r
+Last updated 14-Nov-2007 12:11:54 UTC\r
 </div>\r
 </div>\r
 </body>\r
index b9d0f52..ad00baf 100644 (file)
@@ -399,7 +399,7 @@ git tar-tree HEAD:Documentation/ git-docs &gt; git-1.4.0-docs.tar
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 23-Aug-2007 00:24:08 UTC\r
+Last updated 14-Nov-2007 12:11:54 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 0e4bdcb..044ad02 100644 (file)
@@ -438,7 +438,7 @@ comprehensive list.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 30-Oct-2007 08:23:11 UTC\r
+Last updated 14-Nov-2007 12:12:05 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 3e51ac2..a9afa78 100644 (file)
@@ -307,7 +307,7 @@ returns the name of the temporary file in the following format:
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:58 UTC\r
+Last updated 14-Nov-2007 12:11:55 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 50660ad..9c20aa0 100644 (file)
@@ -333,7 +333,7 @@ new packs and replace existing ones.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:58 UTC\r
+Last updated 14-Nov-2007 12:11:55 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ad5c8df..205e200 100644 (file)
@@ -721,7 +721,7 @@ from symbolic link to regular file.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:58 UTC\r
+Last updated 14-Nov-2007 12:11:55 UTC\r
 </div>\r
 </div>\r
 </body>\r
index b0cd48d..a0b558c 100644 (file)
@@ -360,7 +360,7 @@ or does not have committer information available.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:58 UTC\r
+Last updated 14-Nov-2007 12:11:55 UTC\r
 </div>\r
 </div>\r
 </body>\r
index c90158f..1f9658b 100644 (file)
@@ -332,7 +332,7 @@ info/refs file unless <tt>--force</tt> flag is given.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:59 UTC\r
+Last updated 14-Nov-2007 12:11:56 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 7e5650f..a49ca17 100644 (file)
@@ -309,7 +309,7 @@ is meant to be used to get an archive from a remote repository.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:59 UTC\r
+Last updated 14-Nov-2007 12:11:56 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ae61398..2353f8b 100644 (file)
@@ -326,7 +326,7 @@ repository.  For push operations, see <em>git-send-pack</em>.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:59 UTC\r
+Last updated 14-Nov-2007 12:11:56 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ea5d779..478086b 100644 (file)
@@ -372,7 +372,7 @@ Your sysadmin must hate you!
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:59 UTC\r
+Last updated 14-Nov-2007 12:11:56 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 79120e0..fbec556 100644 (file)
@@ -338,7 +338,7 @@ corresponding pack file.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:59 UTC\r
+Last updated 14-Nov-2007 12:11:56 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 7a1b9ca..ebb9a69 100644 (file)
@@ -305,7 +305,7 @@ git-verify-tag(1) Manual Page
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 11-Aug-2007 08:29:16 UTC\r
+Last updated 14-Nov-2007 12:11:57 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 1adf291..9aad4b3 100644 (file)
@@ -384,7 +384,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:10:00 UTC\r
+Last updated 14-Nov-2007 12:11:57 UTC\r
 </div>\r
 </div>\r
 </body>\r
index be7d014..a85be4f 100644 (file)
@@ -323,7 +323,7 @@ now, you need to have done a <tt>git-update-index</tt> phase before you did the
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:10:00 UTC\r
+Last updated 14-Nov-2007 12:11:57 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 78bf0c3..b539258 100644 (file)
--- a/git.html
+++ b/git.html
@@ -1925,7 +1925,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 09-Nov-2007 10:03:24 UTC\r
+Last updated 14-Nov-2007 12:11:58 UTC\r
 </div>\r
 </div>\r
 </body>\r
index b9f3012..c5061f0 100644 (file)
@@ -420,19 +420,20 @@ sign <tt>$</tt> upon checkout.  Any byte sequence that begins with
 <tt>$Id:</tt> and ends with <tt>$</tt> in the worktree file is replaced\r
 with <tt>$Id$</tt> upon check-in.</p>\r
 <h4><tt>filter</tt></h4>\r
-<p>A <tt>filter</tt> attribute can be set to a string value.  This names\r
+<p>A <tt>filter</tt> attribute can be set to a string value that names a\r
 filter driver specified in the configuration.</p>\r
-<p>A filter driver consists of <tt>clean</tt> command and <tt>smudge</tt>\r
+<p>A filter driver consists of a <tt>clean</tt> command and a <tt>smudge</tt>\r
 command, either of which can be left unspecified.  Upon\r
-checkout, when <tt>smudge</tt> command is specified, the command is fed\r
-the blob object from its standard input, and its standard output\r
-is used to update the worktree file.  Similarly, <tt>clean</tt> command\r
-is used to convert the contents of worktree file upon checkin.</p>\r
-<p>Missing filter driver definition in the config is not an error\r
+checkout, when the <tt>smudge</tt> command is specified, the command is\r
+fed the blob object from its standard input, and its standard\r
+output is used to update the worktree file.  Similarly, the\r
+<tt>clean</tt> command is used to convert the contents of worktree file\r
+upon checkin.</p>\r
+<p>A missing filter driver definition in the config is not an error\r
 but makes the filter a no-op passthru.</p>\r
 <p>The content filtering is done to massage the content into a\r
 shape that is more convenient for the platform, filesystem, and\r
-the user to use.  The keyword here is "more convenient" and not\r
+the user to use.  The key phrase here is "more convenient" and not\r
 "turning something unusable into usable".  In other words, the\r
 intent is that if someone unsets the filter driver definition,\r
 or does not have the appropriate filter program, the project\r
@@ -702,7 +703,7 @@ commit hash.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 30-Sep-2007 00:49:45 UTC\r
+Last updated 14-Nov-2007 12:11:57 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 20cf8ff..19bd25f 100644 (file)
@@ -148,22 +148,23 @@ with `$Id$` upon check-in.
 `filter`
 ^^^^^^^^
 
-A `filter` attribute can be set to a string value.  This names
+A `filter` attribute can be set to a string value that names a
 filter driver specified in the configuration.
 
-A filter driver consists of `clean` command and `smudge`
+A filter driver consists of a `clean` command and a `smudge`
 command, either of which can be left unspecified.  Upon
-checkout, when `smudge` command is specified, the command is fed
-the blob object from its standard input, and its standard output
-is used to update the worktree file.  Similarly, `clean` command
-is used to convert the contents of worktree file upon checkin.
+checkout, when the `smudge` command is specified, the command is
+fed the blob object from its standard input, and its standard
+output is used to update the worktree file.  Similarly, the
+`clean` command is used to convert the contents of worktree file
+upon checkin.
 
-Missing filter driver definition in the config is not an error
+A missing filter driver definition in the config is not an error
 but makes the filter a no-op passthru.
 
 The content filtering is done to massage the content into a
 shape that is more convenient for the platform, filesystem, and
-the user to use.  The keyword here is "more convenient" and not
+the user to use.  The key phrase here is "more convenient" and not
 "turning something unusable into usable".  In other words, the
 intent is that if someone unsets the filter driver definition,
 or does not have the appropriate filter program, the project
index 0817516..88a646f 100644 (file)
@@ -412,7 +412,7 @@ Frank Lichtenheld, and the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 30-Sep-2007 00:49:46 UTC\r
+Last updated 14-Nov-2007 12:11:58 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 178f10d..e495fb8 100644 (file)
--- a/gitk.html
+++ b/gitk.html
@@ -425,7 +425,7 @@ gitk --max-count=100 --all -- Makefile
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 23-Oct-2007 01:22:03 UTC\r
+Last updated 14-Nov-2007 12:11:57 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 15dd32d..594ae1e 100644 (file)
@@ -337,7 +337,7 @@ submodules an url is specified which can be used for cloning the submodules.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:10:01 UTC\r
+Last updated 14-Nov-2007 12:11:58 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 359062a..768dac7 100644 (file)
@@ -1080,7 +1080,7 @@ This commit is referred to as a "merge commit", or sometimes just a
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 23-Oct-2007 01:22:08 UTC\r
+Last updated 14-Nov-2007 12:12:05 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 5a3fb8c..674c151 100644 (file)
@@ -479,7 +479,7 @@ for the user.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2007 12:03:51 UTC\r
+Last updated 14-Nov-2007 12:12:04 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 182c0c3..ae4766e 100644 (file)
@@ -350,7 +350,7 @@ into which branch and who can make a tag.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 10-Nov-2007 11:26:14 UTC\r
+Last updated 14-Nov-2007 12:12:02 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 9607cc0..e343314 100644 (file)
@@ -434,7 +434,7 @@ Committed merge 7fb9b7262a1d1e0a47bbfdcbbcf50ce0635d3f8f
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:10:11 UTC\r
+Last updated 14-Nov-2007 12:12:06 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ecf527c..3ea1abb 100644 (file)
@@ -582,7 +582,7 @@ shallow
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:10:08 UTC\r
+Last updated 14-Nov-2007 12:12:03 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 7ec6913..03bcf50 100644 (file)
@@ -647,7 +647,7 @@ example, creating a new commit.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:10:04 UTC\r
+Last updated 14-Nov-2007 12:12:00 UTC\r
 </div>\r
 </div>\r
 </body>\r
index dca03ad..32c5949 100644 (file)
@@ -786,7 +786,7 @@ digressions that may be interesting at this point are:</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 25-Aug-2007 03:53:15 UTC\r
+Last updated 14-Nov-2007 12:11:59 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ba2206d..6bd0eeb 100644 (file)
@@ -236,7 +236,7 @@ Bisecting: 3537 revisions left to test after this<br>
 [65934a9a028b88e83e2b0f8b36618fe503349f8e] BLOCK: Make USB storage depend on SCSI rather than selecting it [try #6]</p></div><p>If you run "git branch" at this point, you'll see that git has
 temporarily moved you to a new branch named "bisect".  This branch
 points to a commit (with commit id 65934…) that is reachable from
-v2.6.19 but not from v2.6.18.  Compile and test it, and see whether
+"master" but not from v2.6.18.  Compile and test it, and see whether
 it crashes.  Assume it does crash.  Then:</p><div class="literallayout"><p>$ git bisect bad<br>
 Bisecting: 1769 revisions left to test after this<br>
 [7eff82c8b1511017ae605f0c99ac275a7e21b867] i2c-core: Drop useless bitmaskings</p></div><p>checks out an older version.  Continue like this, telling git at each
@@ -616,8 +616,8 @@ other git operations are in progress in the same repository.</p></div><div class
 realize that the branch was the only reference you had to that point in
 history.</p><p>Fortunately, git also keeps a log, called a "reflog", of all the
 previous values of each branch.  So in this case you can still find the
-old history using, for example,</p><div class="literallayout"><p>$ git log master@{1}</p></div><p>This lists the commits reachable from the previous version of the head.
-This syntax can be used to with any git command that accepts a commit,
+old history using, for example,</p><div class="literallayout"><p>$ git log master@{1}</p></div><p>This lists the commits reachable from the previous version of the branch.
+This syntax can be used with any git command that accepts a commit,
 not just with git log.  Some other examples:</p><div class="literallayout"><p>$ git show master@{2}           # See where the branch pointed 2,<br>
 $ git show master@{3}           # 3, ... changes ago.<br>
 $ gitk master@{yesterday}       # See where it pointed yesterday,<br>
index d99adc6..60e1385 100644 (file)
@@ -475,7 +475,7 @@ Bisecting: 3537 revisions left to test after this
 If you run "git branch" at this point, you'll see that git has
 temporarily moved you to a new branch named "bisect".  This branch
 points to a commit (with commit id 65934...) that is reachable from
-v2.6.19 but not from v2.6.18.  Compile and test it, and see whether
+"master" but not from v2.6.18.  Compile and test it, and see whether
 it crashes.  Assume it does crash.  Then:
 
 -------------------------------------------------
@@ -1567,8 +1567,8 @@ old history using, for example,
 $ git log master@{1}
 -------------------------------------------------
 
-This lists the commits reachable from the previous version of the head.
-This syntax can be used to with any git command that accepts a commit,
+This lists the commits reachable from the previous version of the branch.
+This syntax can be used with any git command that accepts a commit,
 not just with git log.  Some other examples:
 
 -------------------------------------------------