Autogenerated HTML docs for v1.5.6-rc0-46-gd2b3
authorJunio C Hamano <junio@hera.kernel.org>
Thu, 29 May 2008 02:09:50 +0000 (02:09 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Thu, 29 May 2008 02:09:50 +0000 (02:09 +0000)
38 files changed:
git-add.html
git-add.txt
git-cherry.html
git-cherry.txt
git-commit-tree.html
git-commit-tree.txt
git-format-patch.html
git-format-patch.txt
git-gc.html
git-gc.txt
git-gui.html
git-gui.txt
git-ls-files.html
git-ls-files.txt
git-pack-objects.html
git-pack-objects.txt
git-pack-redundant.html
git-pack-redundant.txt
git-prune-packed.html
git-prune-packed.txt
git-prune.html
git-prune.txt
git-read-tree.html
git-read-tree.txt
git-remote.html
git-remote.txt
git-repack.html
git-repack.txt
git-rm.html
git-rm.txt
git-status.html
git-status.txt
git-update-index.html
git-update-index.txt
git-var.html
git-var.txt
gitk.html
gitk.txt

index 2de91ce2ff2f2ee3c83a507428d09e66097b466e..3d177a78bd69dc2fbfd230287dcd07b4ed6f82e4 100644 (file)
@@ -581,7 +581,7 @@ characters that need C-quoting.  <tt>core.quotepath</tt> configuration can be
 used to work this limitation around to some degree, but backslash,\r
 double-quote and control characters will still have problems.</p>\r
 </div>\r
-<h2>See Also</h2>\r
+<h2>SEE ALSO</h2>\r
 <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
@@ -604,7 +604,7 @@ double-quote and control characters will still have problems.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 22-May-2008 00:52:45 UTC\r
+Last updated 29-May-2008 02:08:32 UTC\r
 </div>\r
 </div>\r
 </body>\r
index bb4abe26bb5d12916e8f396e3b94573f42e37a29..1afd0c69ed823f419f52951c3c02dcc50f1a44d1 100644 (file)
@@ -246,7 +246,7 @@ characters that need C-quoting.  `core.quotepath` configuration can be
 used to work this limitation around to some degree, but backslash,
 double-quote and control characters will still have problems.
 
-See Also
+SEE ALSO
 --------
 linkgit:git-status[1]
 linkgit:git-rm[1]
index 0d35243a527711720e70cba17a3f1a3c98381180..0586a7bd7f6f954b627cd497e38b90f9259d1513 100644 (file)
@@ -277,7 +277,9 @@ git-cherry(1) Manual Page
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
 <p>The changeset (or "diff") of each commit between the fork-point and &lt;head&gt;\r
-is compared against each commit between the fork-point and &lt;upstream&gt;.</p>\r
+is compared against each commit between the fork-point and &lt;upstream&gt;.\r
+The commits are compared with their <em>patch id</em>, obtained from <a href="git-patch-id.html">git-patch-id(1)</a>\r
+program.</p>\r
 <p>Every commit that doesn't exist in the &lt;upstream&gt; branch\r
 has its id (sha1) reported, prefixed by a symbol.  The ones that have\r
 equivalent change already\r
@@ -342,6 +344,10 @@ than pushing or pulling commits directly.</p>
 </dd>\r
 </dl>\r
 </div>\r
+<h2>SEE ALSO</h2>\r
+<div class="sectionbody">\r
+<p><a href="git-patch-id.html">git-patch-id(1)</a></p>\r
+</div>\r
 <h2>Author</h2>\r
 <div class="sectionbody">\r
 <p>Written by Junio C Hamano &lt;junkio@cox.net&gt;</p>\r
@@ -356,7 +362,7 @@ than pushing or pulling commits directly.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 07-Jan-2008 07:50:06 UTC\r
+Last updated 29-May-2008 02:08:32 UTC\r
 </div>\r
 </div>\r
 </body>\r
index b0468aa746a074741de8b4a4ebeb82c177edb1e8..d8e0a5b843d8c8d02df2150a05f4d9c5928596f4 100644 (file)
@@ -13,6 +13,8 @@ DESCRIPTION
 -----------
 The changeset (or "diff") of each commit between the fork-point and <head>
 is compared against each commit between the fork-point and <upstream>.
+The commits are compared with their 'patch id', obtained from linkgit:git-patch-id[1]
+program.
 
 Every commit that doesn't exist in the <upstream> branch
 has its id (sha1) reported, prefixed by a symbol.  The ones that have
@@ -56,6 +58,10 @@ OPTIONS
 <limit>::
        Do not report commits up to (and including) limit.
 
+SEE ALSO
+--------
+linkgit:git-patch-id[1]
+
 Author
 ------
 Written by Junio C Hamano <junkio@cox.net>
index 0491306fd9f14a8a54140626797b8e6a4bd3cedf..4eee6dc9c1f19ce6e82c4c04a25bc03b88e703b2 100644 (file)
@@ -459,7 +459,7 @@ message when a commit is made to force UTF-8 at the commit
 object level, because re-coding to UTF-8 is not necessarily a\r
 reversible operation.</p>\r
 </div>\r
-<h2>See Also</h2>\r
+<h2>SEE ALSO</h2>\r
 <div class="sectionbody">\r
 <p><a href="git-write-tree.html">git-write-tree(1)</a></p>\r
 </div>\r
@@ -477,7 +477,7 @@ reversible operation.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 07-Jan-2008 07:50:07 UTC\r
+Last updated 29-May-2008 02:08:32 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 170803a6d0ce2e37a3d2bea8199ec7fb5308b261..700840d41fad963cca14ea00052dae341788ab92 100644 (file)
@@ -88,7 +88,7 @@ Discussion
 
 include::i18n.txt[]
 
-See Also
+SEE ALSO
 --------
 linkgit:git-write-tree[1]
 
index d60ed59ad8bf0eddd9737a089547c6a0e238660b..ab0ab40bfa264fe1e658571201c9620e9c0d4bc0 100644 (file)
@@ -1070,7 +1070,7 @@ as e-mailable patches:
 </li>\r
 </ul>\r
 </div>\r
-<h2>See Also</h2>\r
+<h2>SEE ALSO</h2>\r
 <div class="sectionbody">\r
 <p><a href="git-am.html">git-am(1)</a>, <a href="git-send-email.html">git-send-email(1)</a></p>\r
 </div>\r
@@ -1088,7 +1088,7 @@ as e-mailable patches:
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 26-May-2008 01:14:47 UTC\r
+Last updated 29-May-2008 02:08:33 UTC\r
 </div>\r
 </div>\r
 </body>\r
index c60ce123ec745e1903da0b5ab50e4efabeeb5dc3..fefcd269c6658903f892a3356431599790a0f844 100644 (file)
@@ -223,7 +223,7 @@ as e-mailable patches:
 $ git format-patch -3
 ------------
 
-See Also
+SEE ALSO
 --------
 linkgit:git-am[1], linkgit:git-send-email[1]
 
index ca48034f2dcda50b9aa5875e641aac6b80d61dc6..199ae1307e05ad3413d693b2693c337b46f6dcf8 100644 (file)
@@ -386,7 +386,7 @@ that were later amended or rewound).</p>
 all of those locations and decide whether it makes sense in your case to\r
 remove those references.</p>\r
 </div>\r
-<h2>See Also</h2>\r
+<h2>SEE ALSO</h2>\r
 <div class="sectionbody">\r
 <p><a href="git-prune.html">git-prune(1)</a>\r
 <a href="git-reflog.html">git-reflog(1)</a>\r
@@ -403,7 +403,7 @@ remove those references.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 26-Apr-2008 02:23:16 UTC\r
+Last updated 29-May-2008 02:08:33 UTC\r
 </div>\r
 </div>\r
 </body>\r
index b6b5ce15199ebfa8f92bff8586d04e502aa23b86..f4097007ff3a2b0a2fe915a1078df96ba7f9e49a 100644 (file)
@@ -119,7 +119,7 @@ If you are expecting some objects to be collected and they aren't, check
 all of those locations and decide whether it makes sense in your case to
 remove those references.
 
-See Also
+SEE ALSO
 --------
 linkgit:git-prune[1]
 linkgit:git-reflog[1]
index ad66605d4fb3bf43e5180265c96cfb26a51e9085..743f1fba943a4075d2bd7258fe7d78714acdb219 100644 (file)
@@ -387,11 +387,11 @@ git gui browser maint
 </dd>\r
 </dl>\r
 </div>\r
-<h2>See Also</h2>\r
+<h2>SEE ALSO</h2>\r
 <div class="sectionbody">\r
 <dl>\r
 <dt>\r
-<em>gitk(1)</em>\r
+<a href="gitk.html">gitk(1)</a>\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -433,7 +433,7 @@ of end users.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 07-Jan-2008 07:50:24 UTC\r
+Last updated 29-May-2008 02:08:34 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 6d6cd5d87c70a29445601939ef43a2e1278264ff..bd5fe67b32f396ed53e11370d6e8d35819d049d4 100644 (file)
@@ -79,9 +79,9 @@ git gui browser maint::
        selected in the browser can be viewed with the internal
        blame viewer.
 
-See Also
+SEE ALSO
 --------
-'gitk(1)'::
+linkgit:gitk[1]::
        The git repository browser.  Shows branches, commit history
        and file differences.  gitk is the utility started by
        git-gui's Repository Visualize actions.
index eeb3b79a0d8bd8b3d4b930291cc9795ad7c659cc..897e6649487e74f453541788cd804162e8176a87 100644 (file)
@@ -608,7 +608,7 @@ top of the directory tree.  A pattern read from a file specified
 by --exclude-per-directory is relative to the directory that the\r
 pattern file appears in.</p>\r
 </div>\r
-<h2>See Also</h2>\r
+<h2>SEE ALSO</h2>\r
 <div class="sectionbody">\r
 <p><a href="git-read-tree.html">git-read-tree(1)</a>, <a href="gitignore.html">gitignore(5)</a></p>\r
 </div>\r
@@ -626,7 +626,7 @@ pattern file appears in.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 07-Jan-2008 07:50:29 UTC\r
+Last updated 29-May-2008 02:08:34 UTC\r
 </div>\r
 </div>\r
 </body>\r
index da9ebf405c4e7bf18f60c9df34c40037c40091ba..4be45b001a0794b7955b9a4c1848c41dbea26e27 100644 (file)
@@ -177,7 +177,7 @@ top of the directory tree.  A pattern read from a file specified
 by --exclude-per-directory is relative to the directory that the
 pattern file appears in.
 
-See Also
+SEE ALSO
 --------
 linkgit:git-read-tree[1], linkgit:gitignore[5]
 
index c6d2a068b6adfabc342ee90d6b196e591cc9c4aa..93e8109537fbbe95b59c01cc7fcf26c0b8b24c69 100644 (file)
@@ -565,7 +565,7 @@ base-name
 <div class="sectionbody">\r
 <p>Documentation by Junio C Hamano</p>\r
 </div>\r
-<h2>See Also</h2>\r
+<h2>SEE ALSO</h2>\r
 <div class="sectionbody">\r
 <p><a href="git-rev-list.html">git-rev-list(1)</a>\r
 <a href="git-repack.html">git-repack(1)</a>\r
@@ -577,7 +577,7 @@ base-name
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 06-Apr-2008 02:02:16 UTC\r
+Last updated 29-May-2008 02:08:35 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 3a1be08186e9c87e5e3db5922a31b3f3f5aafdd7..35d1856b55edc9feb87eb162a56ffd7c9fe15f2f 100644 (file)
@@ -200,7 +200,7 @@ Documentation
 -------------
 Documentation by Junio C Hamano
 
-See Also
+SEE ALSO
 --------
 linkgit:git-rev-list[1]
 linkgit:git-repack[1]
index f60f364558e829d4607a9489edd25d473f7f4e06..c188b176f743a402f248a026a3fd29b92aa84193 100644 (file)
@@ -323,7 +323,7 @@ objects.</p>
 <div class="sectionbody">\r
 <p>Documentation by Lukas Sandström &lt;lukass@etek.chalmers.se&gt;</p>\r
 </div>\r
-<h2>See Also</h2>\r
+<h2>SEE ALSO</h2>\r
 <div class="sectionbody">\r
 <p><a href="git-pack-objects.html">git-pack-objects(1)</a>\r
 <a href="git-repack.html">git-repack(1)</a>\r
@@ -335,7 +335,7 @@ objects.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 07-Jan-2008 07:50:34 UTC\r
+Last updated 29-May-2008 02:08:35 UTC\r
 </div>\r
 </div>\r
 </body>\r
index af4aa4a2e568f3fdc9be797b9e6a6a49858e091e..c7bc7b33625d6d8f11826a95046375a25e8e82e2 100644 (file)
@@ -46,7 +46,7 @@ Documentation
 --------------
 Documentation by Lukas Sandström <lukass@etek.chalmers.se>
 
-See Also
+SEE ALSO
 --------
 linkgit:git-pack-objects[1]
 linkgit:git-repack[1]
index 61065e6a805a1cca46ffea52d31a881bf723212e..0bbd9a607a15343623a076764f7f49f31cd65bbf 100644 (file)
@@ -314,7 +314,7 @@ disk storage, etc.</p>
 <div class="sectionbody">\r
 <p>Documentation by Ryan Anderson &lt;ryan@michonline.com&gt;</p>\r
 </div>\r
-<h2>See Also</h2>\r
+<h2>SEE ALSO</h2>\r
 <div class="sectionbody">\r
 <p><a href="git-pack-objects.html">git-pack-objects(1)</a>\r
 <a href="git-repack.html">git-repack(1)</a></p>\r
@@ -325,7 +325,7 @@ disk storage, etc.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 07-Jan-2008 07:50:36 UTC\r
+Last updated 29-May-2008 02:08:35 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 93ee82ae57ed408969117229283e0c06cb1e9ef9..3219eb3ddc4b81291081c8bce2f78e70b608303a 100644 (file)
@@ -42,7 +42,7 @@ Documentation
 --------------
 Documentation by Ryan Anderson <ryan@michonline.com>
 
-See Also
+SEE ALSO
 --------
 linkgit:git-pack-objects[1]
 linkgit:git-repack[1]
index f2468383489efd52cd007c326244a1209959e9d4..a79f10289cb2879ffcd9036ff66affba245c503f 100644 (file)
@@ -353,7 +353,7 @@ many other housekeeping tasks.</p>
 <p>For a description of which objects are considered for pruning, see\r
 git-fsck's --unreachable option.</p>\r
 </div>\r
-<h2>See Also</h2>\r
+<h2>SEE ALSO</h2>\r
 <div class="sectionbody">\r
 <p><a href="git-fsck.html">git-fsck(1)</a>,\r
 <a href="git-gc.html">git-gc(1)</a>,\r
@@ -373,7 +373,7 @@ git-fsck's --unreachable option.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 16-May-2008 00:47:35 UTC\r
+Last updated 29-May-2008 02:08:36 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 3178bc44ca4640e77a799128c9de631168e40c8a..82a03e3766651f5e85c2157085e80bdcd2c12056 100644 (file)
@@ -66,7 +66,7 @@ many other housekeeping tasks.
 For a description of which objects are considered for pruning, see
 git-fsck's --unreachable option.
 
-See Also
+SEE ALSO
 --------
 
 linkgit:git-fsck[1],
index 1b74cc7de5d576f5740f9e930f2e4409a5fdd69f..e0f719aa1bf5f834cf69804758b8b3378bb8f2f5 100644 (file)
@@ -692,7 +692,7 @@ a case, you can simply continue doing what you were in the
 middle of doing, and when your working tree is ready (i.e. you\r
 have finished your work-in-progress), attempt the merge again.</p>\r
 </div>\r
-<h2>See Also</h2>\r
+<h2>SEE ALSO</h2>\r
 <div class="sectionbody">\r
 <p><a href="git-write-tree.html">git-write-tree(1)</a>; <a href="git-ls-files.html">git-ls-files(1)</a>;\r
 <a href="gitignore.html">gitignore(5)</a></p>\r
@@ -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 07-Jan-2008 07:50:38 UTC\r
+Last updated 29-May-2008 02:08:36 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 8421d1fd78f245f6a80a04c880c455ca8bae0eed..2e097a140c3e09375bd851d73f2680800745e187 100644 (file)
@@ -345,7 +345,7 @@ middle of doing, and when your working tree is ready (i.e. you
 have finished your work-in-progress), attempt the merge again.
 
 
-See Also
+SEE ALSO
 --------
 linkgit:git-write-tree[1]; linkgit:git-ls-files[1];
 linkgit:gitignore[5]
index f41e9ff8a4947dbe86691336b5700765ad107aaf..edb5b71c0155b59b9e9bb02802cb7b5cfb4caffc 100644 (file)
@@ -410,7 +410,7 @@ $ git merge origin</tt></pre>
 </li>\r
 </ul>\r
 </div>\r
-<h2>See Also</h2>\r
+<h2>SEE ALSO</h2>\r
 <div class="sectionbody">\r
 <p><a href="git-fetch.html">git-fetch(1)</a>\r
 <a href="git-branch.html">git-branch(1)</a>\r
@@ -430,7 +430,7 @@ $ git merge origin</tt></pre>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 06-May-2008 06:34:59 UTC\r
+Last updated 29-May-2008 02:08:37 UTC\r
 </div>\r
 </div>\r
 </body>\r
index b20e851973ae6ae1cee17b76f3002f77cd3a3329..5c55290ee59ec071c5514401aa5e3073da09c8cb 100644 (file)
@@ -128,7 +128,7 @@ $ git merge origin
 ------------
 
 
-See Also
+SEE ALSO
 --------
 linkgit:git-fetch[1]
 linkgit:git-branch[1]
index 305b078180ba3abb517b087c2a484cd36ddc7dbf..78b6f4fabd1e5027799bc10508e82e8e4c23e792 100644 (file)
@@ -432,7 +432,7 @@ that way can try to use older git with it).</p>
 <div class="sectionbody">\r
 <p>Documentation by Ryan Anderson &lt;ryan@michonline.com&gt;</p>\r
 </div>\r
-<h2>See Also</h2>\r
+<h2>SEE ALSO</h2>\r
 <div class="sectionbody">\r
 <p><a href="git-pack-objects.html">git-pack-objects(1)</a>\r
 <a href="git-prune-packed.html">git-prune-packed(1)</a></p>\r
@@ -443,7 +443,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 24-May-2008 01:12:07 UTC\r
+Last updated 29-May-2008 02:08:37 UTC\r
 </div>\r
 </div>\r
 </body>\r
index f81a6607dec7bbe9c985106770ecae8b5f01f3c0..ef578f0f8b1280f8acd9de4048633be4edbbbe8e 100644 (file)
@@ -122,7 +122,7 @@ Documentation
 --------------
 Documentation by Ryan Anderson <ryan@michonline.com>
 
-See Also
+SEE ALSO
 --------
 linkgit:git-pack-objects[1]
 linkgit:git-prune-packed[1]
index 6e9359e8a44f40a30841dd2332efca7887ef3b1a..ffe79fe61975e599e5679728148a86ec59a40839 100644 (file)
@@ -409,7 +409,7 @@ git-rm -f git-*.sh
 </dd>\r
 </dl>\r
 </div>\r
-<h2>See Also</h2>\r
+<h2>SEE ALSO</h2>\r
 <div class="sectionbody">\r
 <p><a href="git-add.html">git-add(1)</a></p>\r
 </div>\r
@@ -427,7 +427,7 @@ git-rm -f git-*.sh
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 17-Apr-2008 02:17:31 UTC\r
+Last updated 29-May-2008 02:08:37 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 9c81b72dbebfec9b77128fb58d5aab33a143d594..6481f4ae5211b1c460299673a281a69e3f59c7f8 100644 (file)
@@ -93,7 +93,7 @@ git-rm -f git-*.sh::
        (i.e. you are listing the files explicitly), it
        does not remove `subdir/git-foo.sh`.
 
-See Also
+SEE ALSO
 --------
 linkgit:git-add[1]
 
index 7179293b7864c87eb22450c6cdc0fe84c876950f..23eca255544fc0206a27a82bbd79bb6b813497a2 100644 (file)
@@ -313,7 +313,7 @@ to -1 or an unlimited number), the submodule summary will be enabled and a
 summary of commits for modified submodules will be shown (see --summary-limit\r
 option of <a href="git-submodule.html">git-submodule(1)</a>).</p>\r
 </div>\r
-<h2>See Also</h2>\r
+<h2>SEE ALSO</h2>\r
 <div class="sectionbody">\r
 <p><a href="gitignore.html">gitignore(5)</a></p>\r
 </div>\r
@@ -332,7 +332,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 21-Apr-2008 00:47:31 UTC\r
+Last updated 29-May-2008 02:08:38 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ea4376a17f17eb2658bdf5d7faad1bd091a4de0e..057e2a167e3769d7f03fcfe0208a5c80a6c5ea10 100644 (file)
@@ -57,7 +57,7 @@ to -1 or an unlimited number), the submodule summary will be enabled and a
 summary of commits for modified submodules will be shown (see --summary-limit
 option of linkgit:git-submodule[1]).
 
-See Also
+SEE ALSO
 --------
 linkgit:gitignore[5]
 
index 2365540af9eb51f211435792e7bd790fe4e3c252..069a557113adb67dc9213b2a05630fdcb108dc7a 100644 (file)
@@ -708,7 +708,7 @@ from symbolic link to regular file.</p>
 <p>The command looks at <tt>core.ignorestat</tt> configuration variable.  See\r
 <em>Using "assume unchanged" bit</em> section above.</p>\r
 </div>\r
-<h2>See Also</h2>\r
+<h2>SEE ALSO</h2>\r
 <div class="sectionbody">\r
 <p><a href="git-config.html">git-config(1)</a>,\r
 <a href="git-add.html">git-add(1)</a></p>\r
@@ -727,7 +727,7 @@ from symbolic link to regular file.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 26-May-2008 01:14:49 UTC\r
+Last updated 29-May-2008 02:08:38 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 06640603c4b2cbd3f1825f33706544db8cbfe492..77d312adcad74955186f70ba13048ea21a7b1dbc 100644 (file)
@@ -312,7 +312,7 @@ The command looks at `core.ignorestat` configuration variable.  See
 'Using "assume unchanged" bit' section above.
 
 
-See Also
+SEE ALSO
 --------
 linkgit:git-config[1],
 linkgit:git-add[1]
index 45f13fd386312e0192ae8a265057991961beff30..32384e32f9ff4c5e2267e5e6a076c54771a25395 100644 (file)
@@ -352,7 +352,7 @@ Your sysadmin must hate you!
 </dd>\r
 </dl>\r
 </div>\r
-<h2>See Also</h2>\r
+<h2>SEE ALSO</h2>\r
 <div class="sectionbody">\r
 <p><a href="git-commit-tree.html">git-commit-tree(1)</a>\r
 <a href="git-tag.html">git-tag(1)</a>\r
@@ -372,7 +372,7 @@ Your sysadmin must hate you!
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 07-Jan-2008 07:50:57 UTC\r
+Last updated 29-May-2008 02:08:38 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 2980283905ad1f359dbc790dfe87b5803a0b608f..242a1d9bb632f848ffaaa5ad2476584313e05412 100644 (file)
@@ -45,7 +45,7 @@ Your parents must have hated you!::
 Your sysadmin must hate you!::
     The password(5) name field is longer than a giant static buffer.
 
-See Also
+SEE ALSO
 --------
 linkgit:git-commit-tree[1]
 linkgit:git-tag[1]
index de583ce3862abaa186ccf73e7bf5b5590e6f49a9..519e06f0e1cf027346d126571fac0cee4e0ecb77 100644 (file)
--- a/gitk.html
+++ b/gitk.html
@@ -394,7 +394,7 @@ gitk --max-count=100 --all -- Makefile
 <p>Gitk creates the .gitk file in your $HOME directory to store preferences\r
 such as display options, font, and colors.</p>\r
 </div>\r
-<h2>See Also</h2>\r
+<h2>SEE ALSO</h2>\r
 <div class="sectionbody">\r
 <dl>\r
 <dt>\r
@@ -440,7 +440,7 @@ such as display options, font, and colors.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 30-Apr-2008 08:42:09 UTC\r
+Last updated 29-May-2008 02:08:39 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 50d12da89fca37b60a024aeb2ac6de9cb2daf001..b88fd9566a845ed888065af24ab98934b8dc65c3 100644 (file)
--- a/gitk.txt
+++ b/gitk.txt
@@ -85,7 +85,7 @@ Files
 Gitk creates the .gitk file in your $HOME directory to store preferences
 such as display options, font, and colors.
 
-See Also
+SEE ALSO
 --------
 'qgit(1)'::
        A repository browser written in C++ using Qt.