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 72122c4d2747ea2d7f130e59c65a5c19457674d0..dfba7619b5fce50e7007aae568c650473bd9f92b 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 401d1deca04f29d453f5902b9c2a4a8ca3bf6d4b..bd6cd4124546a867c029a0c14b16f1944f9eca88 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 811fb230265813fd22b4efec476095b4e551c9b9..c59877c47527a5562f1d6f151a2df32ecf54f2fd 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 7fcb0dd8eb27183f852bf3ce9402a4f51c1906a8..4870e13183e4666ab0c8910d8d75544909383aa7 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 93c1bc4256c422260525a4e8d283ca46e514c6d3..6925ff047ab02f51233c6b74720f2fcf2122ff77 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 b491d570194d9e908e952ac24481c776bbb0ebb9..89dd4d7abf6341eb17d6a5c16cdb7f64259c1037 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 963e1ab1e2b7437a32f0aff97dda8dae3c4f47a0..63829d93cc827255355aa07a7db061b1a3a9e4d9 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 3003ab28a51c5cf43063eab467a12e6e1c6cf48c..1d91bb487e16a36b46c6953be83b57ab1fef1f7c 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 87f4beb0ddeaff5e0479a51bfe5898a141aece6d..82ade034861d85c0cc43e0e2bba46dc1b149d076 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 06334935054e46b11945fd1494c6c64297eecb30..ab60b25d218c9f01d078a781dc544f65ea482e55 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 93dcd487e4a270d223cf5e7c4ed151fdac92caee..cb85d21da58df382d1cbcf244d0fdfbd082b88e4 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 437210699cb3e3f9a356846ff644247e9ebba329..87f46f83d87fb97bcb792ffd666e6543f57b83c8 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 87f8c166535490ceb60712c730831e5c57babb64..3bbb493d1845ecca230405aab87b5b5fc400da72 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 fbe40892f1a0a5ce197a332cce840198a5a01d45..141de8bc29868f7942221bf8385173b02ad6c017 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 d99bac8f5a5522587be1957c1c360f9fca1f1306..de381c0e4dbf02a186fabaea216396ec1e624a58 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 81b8a827f757eac4ba30bad8d985e16ca5ebd002..eb66f40d4ef4bdac026223692312659b85bbefde 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 546d0c880f75141ecb0b96c1f1a3957fb787647b..4a033d9525fdd9d66cea134b3635d4061247a1ec 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 c0e77e2bcde1b218172906d7f2a1a11a7a6bc7af..d93730dca24b38fdbb3bd06c2dcdc7b40e2b1e12 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 07143b04ca9b895024e3fd4d98c55761d590b29a..f0a27facc9b79670380a3b8dc110af75025b1bc4 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 769b416203fb73cdd39b7381b1b7fefdd715aaa5..f47b12949d9f80e904bca2900786f17a1b642f5b 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 7e3e2d061094ab912fa8314f98605d128724c8e4..1956a5a02a6cda6aff676b12ab306533681786a5 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 1aee1b041ff873e2ace7593a32c77f9eaba454db..482aa2eca44411c04459a1a6f063082752b0d772 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 9024a8983eb5a18b1a49233213660122f58c0e65..a73e9eaa9ceb5c3edc1a0d7bd52ef6df21e8fefd 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 405e673d4a12acc1e29ec0469def0887853271d7..e7335dbe252be100847c6e1f6fe826f778999a08 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 d6122718993d8afe910389ad653c0bf21f888d96..7ea7f6230d8c1ff02d1fae2c1b2261beade4b72a 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 2ee6ec290149c1511d6b2e4acd3d56d38a845781..56fd4da611334d492eef71db834aec03da7bbd30 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 b00a54311d8ccd07ca020eee92a5ad53181de241..cea81645b262020c366c59c43787e95286e79390 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 48283c0dd9ce456c0bf699a803b6dc2ebd35c20d..0283f709fb260c620a3dc34a5d8519c99a5f632d 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 e54fb12103d4e4955f41532566cb4558432a97bb..d4bfd49ce12ebe8f7b172d6f682d64ccbce66087 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 4e5ceddd9917aacb48072219e0d7df74f2469802..6e6129aa16a224946f5876e04f4559eaad5ab69b 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 9c142a2b2e479abccee0eb31bd1f82d51d49506d..b464c9d2f0277bdf2802ccab439db7cb12e128c3 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 4d233fab3869089fea52451196502d292ac79248..fba91a80e35fa4e8654fbbbeed567899cfea26e8 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 c6dfc31c5b1644402ef7f1433f26055dc02aa47e..f0fbb5778aff4e4d2f65c3c17cbb192717907157 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 360cb34d24f5de2e988c7116b55c9947dc29992c..0832ebf3a4fcd3635fa5756daa2e4a9050ba1e26 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 596e2f2bd2ed69acb0c32895a531d8bd165a49df..fb794a45a626c85f6cc7e6d3bf50c487e827895c 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 76b73a05e0c96e255ae75ed72f17277a6370eb98..df05e6c399712e7c23de124170941f6d0e0d4b15 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 f1fcd2ed6925dd84999589d1375cc1330b8b28e6..7c905ea8c5bd133e5a6d08299165d1fe85fa34d6 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 5f29967a33a017317b377060debbe5065bc850f9..9459e420a384914bb7fc53a0c43c77a3e6508279 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 a1448a5a05fd80ff246cddf9209e11c9d337c16b..b80da2dbeef240a6fb12f7cb8292edf49a6a549f 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 22a1cb03ffa4c821c88f171c35a1ce8e7e921074..7820ac28ccc6ed5e7a0fb4b63fa3e4efbf3c06d4 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 22f72bd5cc51da9d4870b1ea74af2de992c34578..462a0da1531e3770993cce6d0b46af2847d0fb99 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 25a62e4319d25594cbbb749e8d4c885a9b94d0c4..83a3b4f0a773e9929daebadacef947b7fd81229a 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 ee0cab446c3779f0cd3d511fe3d7410d5aad4874..35161a71faf66df0ae32d4dbc625892cc77923da 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 254fc57dbbe15006ff63835b6f8e720580a2b84c..27971fb714c1e8e842ff5e1a46e9ef0028c84ec5 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 e79841904dae62bd1efbb52a0e984e0e729c96d0..545dbcab8f70f5c2c7f237bf64bd6d5f385a70a2 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 5ef1b8b563ed46de890a67569c5a6c9cd4f9bc4f..4d3da00b0d61c25443f6691470f98972ca116e94 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 f757ca77a5bd5cc5ada192fc3d9926bc094edb6d..cbe28df3a7abcc03a4a2b9d9c336c546e31575c7 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 c5017d7e3c9654247a099196c118c49f157a8b56..5154db95c9d9628dfc4eee976a7d19e566d27466 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 2bf3dbdc3e4bb439273b2a90219037dc828862ff..d225772a4270a9432610cc9f98dd940bca65bdce 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 8f1ed4cba4f5942e4908365a233d28319559f054..579b394fe7e13328b31a33247a48ffdd5c98b2f2 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 cafd2be499a2dcb2b92d9e205a847c904e6d4b28..1633c6d56fce16cbd557b00394a263ebf8647892 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 d6121de6beaf798f3be551f8b80c907d748926e8..9f2bcd449d652964ab839394f24ab049f933966f 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 56998f7f8e2a1aa4d9c24280cdd5917c682afe11..6d7345b4f09f27608df0dd0f4da0e5f1750ad5e8 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 c403c5ac2eb358ef73addce30e20c9a4d8bac7e4..a78e28fc6699eab7341e61bb855ece5547b0a98c 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 2e69f7229b591ff2b61477a57f174ab63123e640..a513a01ca001d4951acdba03030ab4614d08d69b 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 0b9e86393da9b22edc22a2c85ba748c088f2c141..0f21b55b3ce8790bb9ae6a8c7decf597977da230 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 e0e2f2a31a5f654e0f9fd3a0db3b0336d4a1ce60..592d8e88814c2159a10cc504483929d5802dc6bb 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 ab1fcebe0bdb4760a933a1ea40fe9bfd96cf3a4f..f013f7bea24b9ff9ec483b3872cbd3054d5b6872 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 57668d4b616c462f91a70c1449cf55c24571de70..16f19534e0fe45ebb80e58ced2afedc30092302b 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 b65c7e68d80decc9ff043295b7c5809c3b5c06ac..bbd44403eaa54059fea939e1a1eefa8c876f1208 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 ef8c51abe9b98b47b1c1091f00a79ea807ce68b5..21b6cdc711dd6a6201f18dd122f8b28c99a40c99 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 3f4b2c63eecddb2e103624d6704bda48407466fc..a078ac659497708456f6241483e72050503b3191 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 b29fde6c0da8b9f5a0d908a4d6bac3c9964e2b0e..5adde3f8414c4eefa6dd731a2cc6640efad463d9 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 bb04e01ef4f629e2475c96e94696989c78543708..8689cdee536d95ba527792a87467243669a6a5e5 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 d50e493145bfbcd7e1aabb532a1163bc0561401a..c2ae087e1e6df0ba1fd47532d64f007afe2e7594 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 ee38dd4497be3820e7c28298a5e593aa2f9dd476..9b778a5add06c77434e2ae27ff952940118d1a2b 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 434b112f06a0c9acdbab5033d5512efb503022fb..bf5eeb697a87000e1fc6e75b116750a7d9a939c2 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 f2d52cfbff3e08c973a72a73b3f25965941cd37f..a5866d8b9380b7ac373648062573fe026ed759f8 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 dcbfbf6788a5a07163239852a155f696718ddc85..f1b89045eeb4c34c51035f755f47ad7ee7ea3144 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 a05b20441207e522dff083d6ac119c6685f49061..a9af6464fa580c3e04a1bde573c903f8542c1e80 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 ab6549c030785f1503a052521793e281edc3b91b..ca1597630daf62d75e914a303427c05bc76353e0 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 d65d20ab300020ec042e287fa1ca1e775b4d7d74..e71100b69c881554e0d67d405e47e42c20dd5223 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 eb62843dc4038c2629dea7b8242bac04996bda7c..6ffa7fc9ea11ff07d5a4da2455a7c1eee9223753 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 f96f3ae3cd53f0b9344b3504fa60e5ddaf2de513..d075ef7692ec3fd2996c954edf4c4e72166e260d 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 d2a24b8e2d8d85ab175c2a97fe0effb4b97f7429..82c0cfaf722cc6e8666975e0001e7bde6f2bab04 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 f29fe3a1dc03a63186fd5a92a7571c85c8d79f49..21667c451cd20cad59f9ce7374baddca16ed75fb 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 f71588b20978c4997a8f070602817c9bc0d6d1cc..168d3f47674043cdccf9a50d894302716970609e 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 1556fdf9062266e403eb9d821b72e01b345db504..d27cfa80d359b17314212d77c49839bf54fe9108 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 b99606164c31df39a09dc0db2a0491d7b719f871..38daaf49f54470ef4bf3ba4bbb23bcedeea997b1 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 5048cf55b377b1d47950d9521d7765c7b5447a57..f7d3334bbe4e691a53364a1b366139562acbb4dd 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 e3f094c69a399e26f5a84ea97c4dd9bae9371006..3cb7d5221d455d6cca7d63ed1eb45987cd9804f6 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 299f82de9b69184882670cdbc69cb8eb3ebf284a..6f325b23f9cd23a7f656beded1e705a7d4fc484f 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 5ea40b577d6c7158aed1505380545bec1d256ecd..fcbe82adb658484ab8f693271535d117c8769bf2 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 17c5d208dd2e75fca3aebe558445b08163dac3ad..080497c60134e9b02dfec2bc22a73bad6aa7a6d4 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 7c9b8f57c63081fc9d97753c7d551762a8328e9b..a1418c2c4fa31984cf659cbfa530291ca5e52fc5 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 ccd833773806faa7da7e5f9733bbb4ab26a60b9e..c6a5084bf14f01c223a802824f6cb4d35fed837a 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 e7efc277e6d5b96458189cd35aede50ce9ae4bff..23c6013a2bddae420944aebfc2c64ef4d7bce96a 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 7139b9dd3800c9db0a5a76b2cbaef7c2f1889a16..10ccb0c09024e85cf0b1ccab79a46afbbb8410cd 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 ce1e8ee7267d75ea47e4f80a3a9be14c0f3efd4c..74d5d3cddceafb8b7d54ec7bf4c4d4050bea2788 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 e29c821c9e2f10d676a1a3553223234b32f8912a..c089aec7733b8f59d2eeed33713873b986677df9 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 f4cc88d5abb135890f8549ea0533965868c631af..409c5b56840d4ea966d7bcceff18b283239a624c 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 d746f3091c138a4ebc5466029e3d0278f2481aa7..9ce2fcdafce9ad3f2888c34a1875cf72b61eb090 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 7cc334516b78124bcd9adc46442cbc105211a340..e5f89e6e4977016c9967b472063523c78435a374 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 8c0db1b1e1928c20eb2963b7875094384a5a0188..37887a1269beae54e8d1ab5409ce9d7a9055e319 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 967aef44178eaee4d912ea286191700fc2b41237..f1fc86dfbfec706c5714a09f127e5581db1cfd31 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 67017358dbc8d26c73ba25ea25d634cd4c3c58c5..c4e6d9364b79d7d9e9faeb369fe0a61582518873 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 027ba11bdb67ba540b63ec12e5a6b920cd2e5f7e..0da8704a25f7010d84008396ab1bb0be5b4a4da1 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 e5cbebf7d248a2cdfd8fbda630312c7ad759d202..a2729a219bd806e1c9cecfe1505aadda426d3d52 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 c5ec47fdac1ac91b25dc98c0ac1a0e6031545d25..80d9751b2cb99fba410bc355b9009e31aed48720 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 b80d074a49a4f057df05fe4f0b89a5af1f2d2e9f..6334f995ccc5958708347a59e2949d450d7d74cf 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 d5e936c6b51bb655b9c6e874cd5418c7bae8c0aa..98085502169a49b840bb8622ef4f629f1197fba9 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 77803c1ef12196688bfabf505d427e3c48b3da4d..368914a72b2b99e3198cf3bd0383db91ee58e0d0 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 36d93a3c7aa57e5d370fcc06f414678edc23a73e..e1664baeb3d35c6175dda26f74522ea6994752fe 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 72c4d4b60225de381d5ede74401d97747533e5b6..dc0dd6ea85b0e6ea831798c8e9f4fdbdf506d007 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 56562a375979509c596d0eb75dcf21e1702dc88e..a6a4bcfcc804d7616200a168bb8bdcc594fb8f0a 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 6e063c6e160d675340ec6a8158db194ec90dd4f5..e4e3e885bca16f44ec7fbfb4a357461c3f03b579 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 2f995167d4c2bcb0f000cf78b033007669fdf4de..95c1e6a7da5afc2c35b00655769f7f256a348d7d 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 49ee64e726aa414873094c916543cf0aaec31d86..e78ce00f9e5961c059de0b57a68e4aecff6bc7ca 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 c61d22bd639f43337ad2384cab0072ad04775e00..62e233309d628e1872c646d4acdea4c6a8eaf19d 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 62c333595919e52a8b69aea649ea1f83861d0f31..5ec31aa59b1fd7494bc45da56bddc00f2bdde2a8 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 2aaf7cb34de125b0d426fd623ac96549f61c6706..afe2342c18a91d72aba4ac7d9fc127193d584632 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 346238ea238a6e586d9941fec3bc2ec1599c9590..1520e34a27c77d89d37117ca42addeb20e05c7be 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 dcb53ed8b55561d543d88a79b3ba0f9088535412..cd7b9f06e1e9b097bedaac795f0eb2949afd7ab5 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 e4d68ea2866022d7d896139b8e2aa47c28d4dde6..766a3b440789c55a1afec1c5b55c53b09935d09e 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 60e634482cca70f8cbc2cce462c043ec6276118f..aea2f92ccef4970f3efa80c2fce091235e50f3a9 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 a8dcc1b35ac04bb03a39defc2292fdad99ce0843..1e0834b2de92471c91a2a8c4784277d47c23e748 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 ecb21c1df8f00f8b988e1b7ef24b3fbf1885bda6..38a6a9ef38a4e7bebd53115b991cb444f5db573e 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 821aa2b24eb8e306f9045417bcb9ddf01658f63a..4cc94edc23c6aa8c2c44294f3783e3cf801e449f 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 6715d85fcfa8216217737c3a74cf2f69c33e0e77..7d61683ec4f5ead83b3853a8106533ed46e2d32b 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 cd645cd4fce46eabac12364220e461c401285974..834925a941422af270301b5e1a97e23bd3a3d977 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 d0b9c852c54b39a78ffe198d484f86fb64ca957d..1bb68bd135b6f95c8dbce567f4a427d2bc574dfc 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 d922ccf4cc1455ef0e9fcb19693ac341adb6bc15..fdd842dcebb4045f2ce292e4c4ec279f3a979e78 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 fabdaea0859ec52847bf455af17771cefca49867..aa9d8801df3a9fc2621880f848e5bee727cd8bfe 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 b9d0f528582e32a79c94217f9c5600910b44ffc9..ad00baf005547aecc1bae5452eabd668d0feff06 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 0e4bdcb63e376bf34f0b7df037b778a4ac46b6ce..044ad0212c21b7a17e9f46fe36cfb8f82987a7ae 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 3e51ac2d1856447dcb82f00d9a8b7217e3ec3136..a9afa78db8f95e1f0cc5fc5d84421de554a84967 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 50660ad9b7d315fc82d82cdb0dad2d2a2f356e5f..9c20aa0d2b1f0764b46db47f09554fe62d1c1a01 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 ad5c8dfc7a832f4092d6df4f7d066d86a41baba9..205e200b1b1feafd73f77a58ab402d40721fb875 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 b0cd48d25174656cad6b5eafd93cec8bcb88727c..a0b558c4c4bb2718f590b1b0dab24963f809a9e7 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 c90158ff7e0e8b5d678d580e0511260cbb0a3299..1f9658b46cc6b1fe219fe79f36b3fc87b28fe760 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 7e5650f1ebdb6bbe7f0b4544eefd0425cf82a5ef..a49ca174500402af78de8f051ed58d6a7fd4b41f 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 ae613980255182e8d01dbf5d2fb1109f93cc9ceb..2353f8b218dff18bf9a3e3b059568cc3075776db 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 ea5d779de8be53279753556a607bca42bfb8d2b2..478086bfa4b4fc9fe3288e3a6c434eb1f09596db 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 79120e0a55076d6c3727567e25ba4e2263b26a04..fbec556381cece2fe7bb0791e78e935bf0168aa4 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 7a1b9ca5b96eed485d5fc64c24690ee57c7faf74..ebb9a6955eaf822cf9c3cc219eb85e1ae3cb7176 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 1adf291513ceccd686cddde1c48bc0bf5bef4586..9aad4b39806d109cb629327fc97e4cd114af5281 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 be7d014e61ea822bd7785a05e92bcf0d7d8d9f32..a85be4f386c219941b4a4292d2f7b428507a4808 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 78bf0c3279a82f783fed0cb777953f4269653eed..b539258433a4055d89fb1b0d1a9930e2ec7a4637 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 b9f30121dc9459dd64e5463ab70dc93e612d25d6..c5061f0c1e03c9db330843328feb84ffe00e915b 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 20cf8ff81673265629028b49c34e0393063fd6b1..19bd25f29900c99d78592fe290772856092e2dc5 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 081751682d6459f26c4fca42c3e6c3e5ae270ee4..88a646fa7d0df05ed5671cdcb3ca02485676ee97 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 178f10d458fb8355512649842791b0ed71263503..e495fb860358b0085058a92460c4d5cb5ada257b 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 15dd32dc452588551a6d0a651b29e9dae22bb48f..594ae1e85b3cc99462b561ca7041d0346a0c9aa1 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 359062a4b94367f6831a678cc452e07743d1e8b6..768dac7375c7c0316b1bf8391402b3e89e588fc1 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 5a3fb8c5f15b0f2da25dd39ba5b7b8bdc2159fcf..674c151f0123a8693b8ad0e00cb12e5f9762857f 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 182c0c3415726a2a3f1869ec9bd94ab8b26ae685..ae4766e5d1d482c3c81b64c8b5845d382be306c3 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 9607cc08dd2ca1f56a6b22ee758945274efcb712..e343314bcf60bc013e24c38d7b911f2a1542af66 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 ecf527c04a342268842f6314667bf6cf2ae0f3aa..3ea1abbe34b11b2a97c5070d5a487f7177fe2e0e 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 7ec6913b2515e26b7398388b78be3ad676a08605..03bcf50808dbc1a0aa8269b4bbf509806e90eebe 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 dca03ad947825f454a91931ea06962193ba1dce6..32c594906bc3d541fbfa4207f00afa1f28b32335 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 ba2206df945314a6aae51823b0bfea3c4ad1c55a..6bd0eeb05dbac1a86dc0d9abcc36579e5a2a0e3c 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 d99adc6f728aebfa0b7e4b956c4f784e3d2f7bd4..60e13853dc6a32ecf9a8aa0cad484531c69b2027 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:
 
 -------------------------------------------------