Autogenerated HTML docs for v1.5.2-167-g4bc70
authorJunio C Hamano <junio@hera.kernel.org>
Sat, 2 Jun 2007 21:13:44 +0000 (21:13 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sat, 2 Jun 2007 21:13:44 +0000 (21:13 +0000)
157 files changed:
config.txt
core-tutorial.html
cvs-migration.html
diffcore.html
everyday.html
git-add.html
git-am.html
git-am.txt
git-annotate.html
git-apply.html
git-applymbox.html
git-applypatch.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-clean.html
git-clone.html
git-commit-tree.html
git-commit.html
git-config.html
git-convert-objects.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-fmt-merge-msg.html
git-for-each-ref.html
git-format-patch.html
git-fsck-objects.html
git-fsck.html
git-gc.html
git-gc.txt
git-get-tar-commit-id.html
git-grep.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-local-fetch.html
git-log.html
git-lost-found.html
git-ls-files.html
git-ls-files.txt
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-p4import.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-read-tree.txt
git-rebase.html
git-receive-pack.html
git-reflog.html
git-relink.html
git-remote.html
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-ssh-fetch.html
git-ssh-upload.html
git-status.html
git-status.txt
git-stripspace.html
git-svn.html
git-svnimport.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
gitignore.html [new file with mode: 0644]
gitignore.txt [new file with mode: 0644]
gitk.html
glossary.html
hooks.html
howto-index.html
howto/revert-branch-rebase.html
repository-layout.html
repository-layout.txt
tutorial-2.html
tutorial.html
user-manual.html
user-manual.txt

index 3d8f03dfe54f5aff199f04b1bf1992d9b75916fa..5868d587a905e0aaa55194c7716f9e258a030474 100644 (file)
@@ -259,7 +259,8 @@ Common unit suffixes of 'k', 'm', or 'g' are supported.
 core.excludeFile::
        In addition to '.gitignore' (per-directory) and
        '.git/info/exclude', git looks into this file for patterns
-       of files which are not meant to be tracked.
+       of files which are not meant to be tracked.  See
+       gitlink:gitignore[5].
 
 alias.*::
        Command aliases for the gitlink:git[1] command wrapper - e.g.
@@ -567,6 +568,15 @@ pack.compression::
        slowest.  If not set,  defaults to core.compression.  If that is
        not set,  defaults to -1.
 
+pack.deltaCacheSize::
+       The maxium memory in bytes used for caching deltas in
+       gitlink:git-pack-objects[1].
+       A value of 0 means no limit. Defaults to 0.
+
+pack.deltaCacheLimit::
+       The maxium size of a delta, that is cached in
+       gitlink:git-pack-objects[1]. Defaults to 1000.
+
 pull.octopus::
        The default merge strategy to use when pulling multiple branches
        at once.
index 7daeca47a573c18cb756173410cdbfc47a25e355..0735fb2f45f3c4a839b31b1f32901c5afc9cb8fa 100644 (file)
@@ -1968,7 +1968,7 @@ to follow, not easier.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 26-Apr-2007 07:19:27 UTC\r
+Last updated 02-Jun-2007 21:10:20 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ec563638e604a2d0751ba27f0292ecea256b25ee..58b27d3678369896ee487ae6740de7f7a6e9e470 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 04-Apr-2007 18:34:42 UTC\r
+Last updated 02-Jun-2007 21:10:20 UTC\r
 </div>\r
 </div>\r
 </body>\r
index c48f702d363b797be11631990bfa9bfd00a20a1b..d88be97f46643b603c0ab53376be5fbe603b148c 100644 (file)
@@ -541,7 +541,7 @@ t</tt></pre>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:34:43 UTC\r
+Last updated 02-Jun-2007 21:10:21 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 1648f09895eb6c265c2304503f4cc91ebebc9fcc..e8e4683340c3a3c103379fa6d6523d8b3815aafd 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 04-Apr-2007 18:34:46 UTC\r
+Last updated 02-Jun-2007 21:10:22 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 7b7725d1da25cde7d755078f361400534ffabf5c..183f2b112f65e4500a08e78ebd4d60bb4f7a412f 100644 (file)
@@ -555,7 +555,7 @@ diff
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 18-May-2007 15:54:21 UTC\r
+Last updated 02-Jun-2007 21:09:21 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 1d643e28c4fc6382fabc48a8a0c3869f76f0c532..c96c821ef01fe8498a8aa1cbae9ae3b90a74cf31 100644 (file)
@@ -276,8 +276,8 @@ git-am(1) Manual Page
 <div class="content"><em>git-am</em> [--signoff] [--dotest=&lt;dir&gt;] [--keep] [--utf8 | --no-utf8]\r
          [--3way] [--interactive] [--binary]\r
          [--whitespace=&lt;option&gt;] [-C&lt;n&gt;] [-p&lt;n&gt;]\r
-         &lt;mbox&gt;|&lt;Maildir&gt;&#8230;</div></div>\r
-<p><em>git-am</em> [--skip | --resolved]</p>\r
+         &lt;mbox&gt;|&lt;Maildir&gt;&#8230;\r
+<em>git-am</em> [--skip | --resolved]</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -510,7 +510,7 @@ names.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 25-May-2007 05:01:02 UTC\r
+Last updated 02-Jun-2007 21:09:21 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 25cf84a0c724c262fada98cdad27fb3cf705841a..f78e5dc28d7a641a2c6db93ba74d95e45d175dd0 100644 (file)
@@ -13,7 +13,6 @@ SYNOPSIS
          [--3way] [--interactive] [--binary]
          [--whitespace=<option>] [-C<n>] [-p<n>]
          <mbox>|<Maildir>...
-
 'git-am' [--skip | --resolved]
 
 DESCRIPTION
index 3043a7474f4b57c1ffdf9c6458b11475698235fa..57f5a83b0031da871812f83f091584ea8ea2fcd9 100644 (file)
@@ -460,7 +460,7 @@ commit.</tt></pre>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Apr-2007 08:21:39 UTC\r
+Last updated 02-Jun-2007 21:09:22 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 70347687141c00dd7136928bde352e41bdcb9e1d..a8ee071baf90436d0584de4d05281a69745a1b80 100644 (file)
@@ -584,7 +584,7 @@ apply.whitespace
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 17-Apr-2007 08:27:40 UTC\r
+Last updated 02-Jun-2007 21:09:23 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 06e07918b7a39d8c3eb69a7f89f985313f849e4d..15ef7a13f1ec774e987015f5709d5fc6f7a6782a 100644 (file)
@@ -401,7 +401,7 @@ conversion, even with this flag.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 15-May-2007 03:12:36 UTC\r
+Last updated 02-Jun-2007 21:09:23 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ecc4cca28f0b7bd67c8fe56459c19ee3a89a96c3..f16f377a47ac08615635f9bd1156f60d7fb67246 100644 (file)
@@ -331,7 +331,7 @@ information.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:33:24 UTC\r
+Last updated 02-Jun-2007 21:09:23 UTC\r
 </div>\r
 </div>\r
 </body>\r
index b0d2fae6f1d1af7b2185967cba9eeebb422399ee..ed2b1b9a7c2d719ebd686e1db1f6aa20b9357f51 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 04-Apr-2007 18:33:24 UTC\r
+Last updated 02-Jun-2007 21:09:24 UTC\r
 </div>\r
 </div>\r
 </body>\r
index f5bebdf436b00a0db3c86d855f582692767f9d3e..989b7684dc7efb9c7ac0b17db0301b3831af7493 100644 (file)
@@ -454,7 +454,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 19-May-2007 04:51:25 UTC\r
+Last updated 02-Jun-2007 21:09:24 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 689679452b695508477fd4207f0e9ea0964f99b7..9a3efda6c312810c9618d91ed719526dad8b38d9 100644 (file)
@@ -431,7 +431,7 @@ know the outcome.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 07-Apr-2007 10:17:28 UTC\r
+Last updated 02-Jun-2007 21:09:24 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 122f184202926ffd9aa23435925cc0b353d0e91d..d83683548ef56c18896efe3d6e39fa4440767f83 100644 (file)
@@ -683,7 +683,7 @@ commit commentary), a blame viewer won't ever care.</td>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 29-Apr-2007 18:29:50 UTC\r
+Last updated 02-Jun-2007 21:09:24 UTC\r
 </div>\r
 </div>\r
 </body>\r
index f1803a7fb17af84a98bd1b93a09aca59051cf35b..7a36e1498ade7128ca3a458eb994cd8dcc9b6d41 100644 (file)
@@ -526,7 +526,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 16-May-2007 22:46:13 UTC\r
+Last updated 02-Jun-2007 21:09:25 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 1d22be98e5dfee33f064e6fb77ad0a7a513cd35b..527776fdf9c15b1aa1b539776fd0ce2f4479d017 100644 (file)
@@ -424,7 +424,7 @@ network.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-May-2007 04:51:25 UTC\r
+Last updated 02-Jun-2007 21:09:25 UTC\r
 </div>\r
 </div>\r
 </body>\r
index db4cdd9b35d3ebee86cdfb2138c8f748b41e2626..6bb31dce4ed032a4e4a592cb0b45ba6df0fc7107 100644 (file)
@@ -366,7 +366,7 @@ be returned.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:33:28 UTC\r
+Last updated 02-Jun-2007 21:09:26 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 0dc323ecb5c6f411467970bc4e527be5d19f608a..80b61336489bf5575f025376ee66d9d6bdf5caab 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 22-Apr-2007 05:47:49 UTC\r
+Last updated 02-Jun-2007 21:09:26 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 25e7a99830d99249a95bd2ab0cac70f55c718fdd..10e9221b2e00648ba9504a011389ff7d80618b82 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 04-Apr-2007 18:33:32 UTC\r
+Last updated 02-Jun-2007 21:09:27 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 5f5456d1393c5092f8b424d4687711fad64b930e..e685340aed69f46dcaad33a49f270843c1557c9f 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 04-Apr-2007 18:33:29 UTC\r
+Last updated 02-Jun-2007 21:09:26 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 12ca850624f38eea50762ecfea0d35699b4ac746..7fea38dc37a6cc861e843081b41ccff12e214015 100644 (file)
@@ -537,7 +537,7 @@ $ git add frotz</tt></pre>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 24-Apr-2007 07:34:15 UTC\r
+Last updated 02-Jun-2007 21:09:27 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 1ee2b69646f24e602d6cb1758f310878b0950d40..40e5c5b7061781ac8a87aa48afabe27c91fe78f9 100644 (file)
@@ -362,7 +362,7 @@ effect to your working tree in a row.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 20-Apr-2007 07:19:54 UTC\r
+Last updated 02-Jun-2007 21:09:27 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 80a470385c3be0b2050a01c5ae79fddfb5610680..4f9a597a9876062ef7421d4f9242ff0b5cdd5094 100644 (file)
@@ -348,7 +348,7 @@ than pushing or pulling commits directly.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:33:32 UTC\r
+Last updated 02-Jun-2007 21:09:28 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 7ff3d73decbb7e7b298f7f8042538d9520cd9db3..38741bec5cea44358d08b2f5d76fc7cf00039f8c 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 08-May-2007 00:32:26 UTC\r
+Last updated 02-Jun-2007 21:09:28 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 6d6882bbb9a720002d93d5bf7dc8e895c2ea9036..13a7fdb0598d3e85bf8f33486f58dba2b999bb2c 100644 (file)
@@ -521,7 +521,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 12-May-2007 20:49:27 UTC\r
+Last updated 02-Jun-2007 21:09:28 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 398b2e1569314a52bd5d57f5103d39999609a7ff..7c7c16b5a3650632563e31093de0912555decd30 100644 (file)
@@ -482,7 +482,7 @@ reversible operation.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 29-Apr-2007 18:29:50 UTC\r
+Last updated 02-Jun-2007 21:09:28 UTC\r
 </div>\r
 </div>\r
 </body>\r
index dd7e58c6d4494aa20705d2eff378b49ee5bc3c62..49a3a702c4db888a23bbb4b713998bb36d9c14b0 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 04-Apr-2007 18:33:34 UTC\r
+Last updated 02-Jun-2007 21:09:29 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ee533dab3f1b7a3ee3905cc8a0ec499ca4b8b2f6..e8762d7576d847938a9bd1e5ffef0db091652a2c 100644 (file)
@@ -964,7 +964,8 @@ core.excludeFile
 <p>\r
         In addition to <em>.gitignore</em> (per-directory) and\r
         <em>.git/info/exclude</em>, git looks into this file for patterns\r
-        of files which are not meant to be tracked.\r
+        of files which are not meant to be tracked.  See\r
+        <a href="gitignore.html">gitignore(5)</a>.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1526,6 +1527,25 @@ pack.compression
 </p>\r
 </dd>\r
 <dt>\r
+pack.deltaCacheSize\r
+</dt>\r
+<dd>\r
+<p>\r
+        The maxium memory in bytes used for caching deltas in\r
+        <a href="git-pack-objects.html">git-pack-objects(1)</a>.\r
+        A value of 0 means no limit. Defaults to 0.\r
+</p>\r
+</dd>\r
+<dt>\r
+pack.deltaCacheLimit\r
+</dt>\r
+<dd>\r
+<p>\r
+        The maxium size of a delta, that is cached in\r
+        <a href="git-pack-objects.html">git-pack-objects(1)</a>. Defaults to 1000.\r
+</p>\r
+</dd>\r
+<dt>\r
 pull.octopus\r
 </dt>\r
 <dd>\r
@@ -1757,7 +1777,7 @@ transfer.unpackLimit
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 31-May-2007 07:37:48 UTC\r
+Last updated 02-Jun-2007 21:09:29 UTC\r
 </div>\r
 </div>\r
 </body>\r
index e1011b7bd2ad2fb149a97419e88cd42d74febc80..f8c773308f8d2e9d94b97e87f3f86e58f6a6ccfe 100644 (file)
@@ -292,7 +292,7 @@ git-convert-objects(1) Manual Page
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:33:35 UTC\r
+Last updated 02-Jun-2007 21:09:29 UTC\r
 </div>\r
 </div>\r
 </body>\r
index f57dde8d9aee59c4a8bf124b1d2f8b1c6fec8dc1..91590828db6e20a900f453ae9054a4429fc5d9d6 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 04-Apr-2007 18:33:35 UTC\r
+Last updated 02-Jun-2007 21:09:30 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 503382387e00ccc0d6eda4dba1c457bc706e9dfc..8d0549900461d28bd95befc3aa4bc4f90c239727 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 29-May-2007 09:17:38 UTC\r
+Last updated 02-Jun-2007 21:09:30 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 89383fec17336a7ce982328d5ab830319003bcaf..35afcbf5449db22ce120836475f7e38e8251a1e7 100644 (file)
@@ -511,7 +511,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 07-Apr-2007 10:17:28 UTC\r
+Last updated 02-Jun-2007 21:09:30 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 13581ca3b6f504eae714fff988627e5ebc4dd8c5..cd57ab376c4ae1a9e9e1ccc0285bb4f31a143fe9 100644 (file)
@@ -624,7 +624,7 @@ Martin Langhoff &lt;martin@catalyst.net.nz&gt;
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 29-May-2007 09:17:38 UTC\r
+Last updated 02-Jun-2007 21:09:31 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 03c33531a633653b221505af96f34e84fc102bf3..e9eb77fd13f7724cdca7a6a28193d966af1efa6c 100644 (file)
@@ -624,7 +624,7 @@ they correspond to these IP addresses.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:33:37 UTC\r
+Last updated 02-Jun-2007 21:09:32 UTC\r
 </div>\r
 </div>\r
 </body>\r
index d1ff5bda4a5553a94bbe14b28840385bb11b14d6..23d43fb9ca6c8056ca79a8053b4a94cee65f8456 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 22-May-2007 07:23:05 UTC\r
+Last updated 02-Jun-2007 21:09:32 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 1696cddf4d2ec0f11e02350228d6ec555823658d..7141b6723cd35630f90bd4cd3f04beef33c7099f 100644 (file)
@@ -1069,7 +1069,7 @@ two unresolved merge parents with the working tree file
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 06-May-2007 08:52:33 UTC\r
+Last updated 02-Jun-2007 21:09:33 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 513e8c1367b3823df5934b341af0101307b8225a..bb50f6eb85362d3ca7e05fabd4111057f91b419e 100644 (file)
@@ -1151,7 +1151,7 @@ always have the special all-zero sha1.</td>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 06-May-2007 08:52:33 UTC\r
+Last updated 02-Jun-2007 21:09:33 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 6de23cf57baaec8905007121d13c1b15c631d823..d51485071a7fedccb0245a244ec15abae103c54a 100644 (file)
@@ -1516,7 +1516,7 @@ two unresolved merge parents with the working tree file
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 15-May-2007 03:12:36 UTC\r
+Last updated 02-Jun-2007 21:09:34 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ffdb4bb15c731991c13c3bfd5946fd49827606e4..91b667a9ba5af5ed4ee03a21b8e20cabe2bab145 100644 (file)
@@ -860,7 +860,7 @@ output diff in reverse.
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:33:40 UTC\r
+Last updated 02-Jun-2007 21:09:35 UTC\r
 </div>\r
 </div>\r
 </body>\r
index f92cf9aa23256113d43e02d1827d12723742131a..eb126f4b475bf6b4e06f8be919e447b3cff0e653 100644 (file)
@@ -1203,7 +1203,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 10-May-2007 23:24:40 UTC\r
+Last updated 02-Jun-2007 21:09:36 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 7c1e0754746f0184c3a9a4ddb0c84e0214781045..0bfafed4f1a40dea5dc818613da831ed2c920374 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 04-Apr-2007 18:33:41 UTC\r
+Last updated 02-Jun-2007 21:09:36 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ccb343fa8ca370d0d52c3415d7d3e8bd9bb4bb3b..4f14d0db775fa6313727315268bb9522032cd3b5 100644 (file)
@@ -651,7 +651,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Apr-2007 08:21:40 UTC\r
+Last updated 02-Jun-2007 21:09:37 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 5d1d62e56cb3095e47603c83d6c5e5a80d165fa1..ef74ff53ff9c6cb61f7cd268196016a3a97728e0 100644 (file)
@@ -349,7 +349,7 @@ merge.summary
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-May-2007 04:51:26 UTC\r
+Last updated 02-Jun-2007 21:09:38 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ed89ad62d40cbee262936604c93e41b930f37b99..cddabb5e34434a67013c4017b7e59e762055bdc1 100644 (file)
@@ -491,7 +491,7 @@ eval "$eval"</tt></pre>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-May-2007 04:51:26 UTC\r
+Last updated 02-Jun-2007 21:09:38 UTC\r
 </div>\r
 </div>\r
 </body>\r
index d367f3cd59da7216a4df53a79883e644729e14e1..82587c903cc61c4a737124573f2ef7cefbf2a35e 100644 (file)
@@ -889,7 +889,7 @@ git-format-patch -3
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 12-Apr-2007 05:02:29 UTC\r
+Last updated 02-Jun-2007 21:09:39 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 89e176af8358959b71d71d761d36a20fc2d25f5d..5939d8e6b818ff07cd73fe78819e48f9e0db778e 100644 (file)
@@ -281,7 +281,7 @@ documentation of that command.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:33:43 UTC\r
+Last updated 02-Jun-2007 21:09:40 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 0b549c21e2388edbaa44f1e9984dd62b715493d0..b469e78d851eb0956d07935ec66b66092d06ed0f 100644 (file)
@@ -502,7 +502,7 @@ GIT_ALTERNATE_OBJECT_DIRECTORIES
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 06-Apr-2007 00:51:16 UTC\r
+Last updated 02-Jun-2007 21:09:40 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 541cdaab65ca99b95b97332595842bd38fa911e5..95fc83d3875ca857a861dfd09939ec44fa012fe2 100644 (file)
@@ -309,10 +309,10 @@ operating performance.</p>
 <dd>\r
 <p>\r
         Usually <em>git-gc</em> runs very quickly while providing good disk\r
-        space utilization and performance.   This option will cause\r
-        git-gc to more aggressive optimize the repository at the expense\r
+        space utilization and performance.  This option will cause\r
+        git-gc to more aggressively optimize the repository at the expense\r
         of taking much more time.  The effects of this optimization are\r
-        persistent, so this option only needs to be sporadically; every\r
+        persistent, so this option only needs to be used occasionally; every\r
         few hundred changesets or so.\r
 </p>\r
 </dd>\r
@@ -367,7 +367,7 @@ more details.  This defaults to 10.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 20-May-2007 19:11:25 UTC\r
+Last updated 02-Jun-2007 21:09:41 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 4ac839f938f9c2617c211dd829ba910577534558..c7742ca9630b13d1eeef16d175f8ca840ddff4b0 100644 (file)
@@ -37,10 +37,10 @@ OPTIONS
 
 --aggressive::
        Usually 'git-gc' runs very quickly while providing good disk
-       space utilization and performance.   This option will cause
-       git-gc to more aggressive optimize the repository at the expense
+       space utilization and performance.  This option will cause
+       git-gc to more aggressively optimize the repository at the expense
        of taking much more time.  The effects of this optimization are
-       persistent, so this option only needs to be sporadically; every
+       persistent, so this option only needs to be used occasionally; every
        few hundred changesets or so.
 
 Configuration
index 63eadbc086940aa1e0917c07a027f5583d22e671..2c42439bee5d075df911b00faa98c196539e3ba0 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 04-Apr-2007 18:33:44 UTC\r
+Last updated 02-Jun-2007 21:09:41 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 0c07ee6ee149cf960055096a612aff192885982b..9ba233f85c178f4fc927b7a27e506be44fc3ede5 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 27-Apr-2007 08:21:41 UTC\r
+Last updated 02-Jun-2007 21:09:41 UTC\r
 </div>\r
 </div>\r
 </body>\r
index a60ddc7778af5ae28dbc84928738b4b63673855c..8fb62d0b5e5b408b493779c0271dcf134dd9d23e 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 04-Apr-2007 18:33:45 UTC\r
+Last updated 02-Jun-2007 21:09:42 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 3abae837798710c37bb33f798fc15f802615bc89..a3221f205181fbf65059e6ae380f52ed731408f2 100644 (file)
@@ -369,7 +369,7 @@ commit-id
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Apr-2007 08:21:42 UTC\r
+Last updated 02-Jun-2007 21:09:41 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 3fd7de5278d27a8269a1871f628488d35be75a80..ae8008fed62d65ad5664178066db5d70176c2714 100644 (file)
@@ -412,7 +412,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 27-Apr-2007 08:21:43 UTC\r
+Last updated 02-Jun-2007 21:09:42 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 301fc4cc871c57d79c2a3bd3003dac13061e5da2..32115ac1fd8f62134f3a0af2155880f2a8046ebf 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 04-Apr-2007 18:33:46 UTC\r
+Last updated 02-Jun-2007 21:09:42 UTC\r
 </div>\r
 </div>\r
 </body>\r
index f7662f5c14faaa8dcedcd462f01b728d76dce01e..0c7d4c652908a3ac4019b624494fdbe1c09925f1 100644 (file)
@@ -398,7 +398,7 @@ mentioned above.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-May-2007 04:51:26 UTC\r
+Last updated 02-Jun-2007 21:09:43 UTC\r
 </div>\r
 </div>\r
 </body>\r
index d41392344c185593f6e358380bc996786b4c428e..2876ce0ae004f3e27407a04ed0e4a942438e94ec 100644 (file)
@@ -281,7 +281,7 @@ documentation of that command.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:33:46 UTC\r
+Last updated 02-Jun-2007 21:09:42 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 6add5d9fcd8629b49754dc9147b7d3e38fffa3c7..9137a65c4ad6c8dd2bd739b9319249da29f965a7 100644 (file)
@@ -395,7 +395,7 @@ add all existing file to the index
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:33:47 UTC\r
+Last updated 02-Jun-2007 21:09:43 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 15572702b21915d924af957de76e89f741ccd906..df9bfd3d67cd203c636cfb4e9cf7e3420cb1d3e2 100644 (file)
@@ -390,7 +390,7 @@ repository.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-May-2007 04:51:26 UTC\r
+Last updated 02-Jun-2007 21:09:43 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 1655ac272a6ada837724b35606deab521f6707c8..43c1c3d6dc38449c757cf2f490205ca210f44b90 100644 (file)
@@ -390,7 +390,7 @@ git-local-fetch(1) Manual Page
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-May-2007 04:51:26 UTC\r
+Last updated 02-Jun-2007 21:09:44 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 95955ff5b363b594c970d3cdb6dd59b2e988ea9e..b7b12eb3f13ec627b60ff6271eb1ee0ca15d16dc 100644 (file)
@@ -787,7 +787,7 @@ reversible operation.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 15-May-2007 03:12:36 UTC\r
+Last updated 02-Jun-2007 21:09:44 UTC\r
 </div>\r
 </div>\r
 </body>\r
index eb8ec615c81ecf7df5537ce29e0b183880c4eefe..2d239258e70080914cde5114c0a4d64ee9a4450b 100644 (file)
@@ -338,7 +338,7 @@ $ git rev-parse not-lost-anymore
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 17-Apr-2007 08:27:41 UTC\r
+Last updated 02-Jun-2007 21:09:44 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 57acf378fd6970e7877b43e1842ddd68e59f0bfd..05024be4c7f57dbebafac0f4765f7de881d1e219 100644 (file)
@@ -551,128 +551,43 @@ respectively.</p>
 <div class="sectionbody">\r
 <p><em>git-ls-files</em> can use a list of "exclude patterns" when\r
 traversing the directory tree and finding files to show when the\r
-flags --others or --ignored are specified.</p>\r
-<p>These exclude patterns come from these places:</p>\r
+flags --others or --ignored are specified.  <a href="gitignore.html">gitignore(5)</a>\r
+specifies the format of exclude patterns.</p>\r
+<p>These exclude patterns come from these places, in order:</p>\r
 <ol>\r
 <li>\r
 <p>\r
-command line flag --exclude=&lt;pattern&gt; specifies a single\r
-     pattern.\r
+The command line flag --exclude=&lt;pattern&gt; specifies a\r
+     single pattern.  Patterns are ordered in the same order\r
+     they appear in the command line.\r
 </p>\r
 </li>\r
 <li>\r
 <p>\r
-command line flag --exclude-from=&lt;file&gt; specifies a list of\r
-     patterns stored in a file.\r
+The command line flag --exclude-from=&lt;file&gt; specifies a\r
+     file containing a list of patterns.  Patterns are ordered\r
+     in the same order they appear in the file.\r
 </p>\r
 </li>\r
 <li>\r
 <p>\r
 command line flag --exclude-per-directory=&lt;name&gt; specifies\r
      a name of the file in each directory <em>git-ls-files</em>\r
-     examines, and if exists, its contents are used as an\r
-     additional list of patterns.\r
+     examines, normally <tt>.gitignore</tt>.  Files in deeper\r
+     directories take precedence.  Patterns are ordered in the\r
+     same order they appear in the files.\r
 </p>\r
 </li>\r
 </ol>\r
-<p>An exclude pattern file used by (2) and (3) contains one pattern\r
-per line.  A line that starts with a <em>#</em> can be used as comment\r
-for readability.</p>\r
-<p>There are three lists of patterns that are in effect at a given\r
-time.  They are built and ordered in the following way:</p>\r
-<ul>\r
-<li>\r
-<p>\r
---exclude=&lt;pattern&gt; from the command line; patterns are\r
-   ordered in the same order as they appear on the command line.\r
-</p>\r
-</li>\r
-<li>\r
-<p>\r
-lines read from --exclude-from=&lt;file&gt;; patterns are ordered\r
-   in the same order as they appear in the file.\r
-</p>\r
-</li>\r
-<li>\r
-<p>\r
-When --exclude-per-directory=&lt;name&gt; is specified, upon\r
-   entering a directory that has such a file, its contents are\r
-   appended at the end of the current "list of patterns".  They\r
-   are popped off when leaving the directory.\r
-</p>\r
-</li>\r
-</ul>\r
-<p>Each pattern in the pattern list specifies "a match pattern" and\r
-optionally the fate; either a file that matches the pattern is\r
-considered excluded or included.  A filename is matched against\r
-the patterns in the three lists; the --exclude-from list is\r
-checked first, then the --exclude-per-directory list, and then\r
-finally the --exclude list. The last match determines its fate.\r
-If there is no match in the three lists, the fate is "included".</p>\r
 <p>A pattern specified on the command line with --exclude or read\r
 from the file specified with --exclude-from is relative to the\r
 top of the directory tree.  A pattern read from a file specified\r
 by --exclude-per-directory is relative to the directory that the\r
 pattern file appears in.</p>\r
-<p>An exclude pattern is of the following format:</p>\r
-<ul>\r
-<li>\r
-<p>\r
-an optional prefix <em>!</em> which means that the fate this pattern\r
-   specifies is "include", not the usual "exclude"; the\r
-   remainder of the pattern string is interpreted according to\r
-   the following rules.\r
-</p>\r
-</li>\r
-<li>\r
-<p>\r
-if it does not contain a slash <em>/</em>, it is a shell glob\r
-   pattern and used to match against the filename without\r
-   leading directories.\r
-</p>\r
-</li>\r
-<li>\r
-<p>\r
-otherwise, it is a shell glob pattern, suitable for\r
-   consumption by fnmatch(3) with FNM_PATHNAME flag.  I.e. a\r
-   slash in the pattern must match a slash in the pathname.\r
-   "Documentation/*.html" matches "Documentation/git.html" but\r
-   not "ppc/ppc.html".  As a natural exception, "/*.c" matches\r
-   "cat-file.c" but not "mozilla-sha1/sha1.c".\r
-</p>\r
-</li>\r
-</ul>\r
-<p>An example:</p>\r
-<div class="listingblock">\r
-<div class="content">\r
-<pre><tt>    $ cat .git/info/exclude\r
-    # ignore objects and archives, anywhere in the tree.\r
-    *.[oa]\r
-    $ cat Documentation/.gitignore\r
-    # ignore generated html files,\r
-    *.html\r
-    # except foo.html which is maintained by hand\r
-    !foo.html\r
-    $ git-ls-files --ignored \\r
-        --exclude='Documentation/*.[0-9]' \\r
-        --exclude-from=.git/info/exclude \\r
-        --exclude-per-directory=.gitignore</tt></pre>\r
-</div></div>\r
-<p>Another example:</p>\r
-<div class="listingblock">\r
-<div class="content">\r
-<pre><tt>    $ cat .gitignore\r
-    vmlinux*\r
-    $ ls arch/foo/kernel/vm*\r
-    arch/foo/kernel/vmlinux.lds.S\r
-    $ echo '!/vmlinux*' &gt;arch/foo/kernel/.gitignore</tt></pre>\r
-</div></div>\r
-<p>The second .gitignore keeps <tt>arch/foo/kernel/vmlinux.lds.S</tt> file\r
-from getting ignored.</p>\r
 </div>\r
 <h2>See Also</h2>\r
 <div class="sectionbody">\r
-<p><a href="git-read-tree.html">git-read-tree(1)</a></p>\r
+<p><a href="git-read-tree.html">git-read-tree(1)</a>, <a href="gitignore.html">gitignore(5)</a></p>\r
 </div>\r
 <h2>Author</h2>\r
 <div class="sectionbody">\r
@@ -680,7 +595,7 @@ from getting ignored.</p>
 </div>\r
 <h2>Documentation</h2>\r
 <div class="sectionbody">\r
-<p>Documentation by David Greaves, Junio C Hamano and the git-list &lt;git@vger.kernel.org&gt;.</p>\r
+<p>Documentation by David Greaves, Junio C Hamano, Josh Triplett, and the git-list &lt;git@vger.kernel.org&gt;.</p>\r
 </div>\r
 <h2>GIT</h2>\r
 <div class="sectionbody">\r
@@ -688,7 +603,7 @@ from getting ignored.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-May-2007 04:28:37 UTC\r
+Last updated 02-Jun-2007 21:09:44 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 43e0d2266c04e6039095dbee709d736275b02838..a78a9ff1b85d1c8cf003ddab63b8412cf3083657 100644 (file)
@@ -139,46 +139,24 @@ Exclude Patterns
 
 'git-ls-files' can use a list of "exclude patterns" when
 traversing the directory tree and finding files to show when the
-flags --others or --ignored are specified.
+flags --others or --ignored are specified.  gitlink:gitignore[5]
+specifies the format of exclude patterns.
 
-These exclude patterns come from these places:
+These exclude patterns come from these places, in order:
 
-  1. command line flag --exclude=<pattern> specifies a single
-     pattern.
+  1. The command line flag --exclude=<pattern> specifies a
+     single pattern.  Patterns are ordered in the same order
+     they appear in the command line.
 
-  2. command line flag --exclude-from=<file> specifies a list of
-     patterns stored in a file.
+  2. The command line flag --exclude-from=<file> specifies a
+     file containing a list of patterns.  Patterns are ordered
+     in the same order they appear in the file.
 
   3. command line flag --exclude-per-directory=<name> specifies
      a name of the file in each directory 'git-ls-files'
-     examines, and if exists, its contents are used as an
-     additional list of patterns.
-
-An exclude pattern file used by (2) and (3) contains one pattern
-per line.  A line that starts with a '#' can be used as comment
-for readability.
-
-There are three lists of patterns that are in effect at a given
-time.  They are built and ordered in the following way:
-
- * --exclude=<pattern> from the command line; patterns are
-   ordered in the same order as they appear on the command line.
-
- * lines read from --exclude-from=<file>; patterns are ordered
-   in the same order as they appear in the file.
-
- * When --exclude-per-directory=<name> is specified, upon
-   entering a directory that has such a file, its contents are
-   appended at the end of the current "list of patterns".  They
-   are popped off when leaving the directory.
-
-Each pattern in the pattern list specifies "a match pattern" and
-optionally the fate; either a file that matches the pattern is
-considered excluded or included.  A filename is matched against
-the patterns in the three lists; the --exclude-from list is
-checked first, then the --exclude-per-directory list, and then
-finally the --exclude list. The last match determines its fate.
-If there is no match in the three lists, the fate is "included".
+     examines, normally `.gitignore`.  Files in deeper
+     directories take precedence.  Patterns are ordered in the
+     same order they appear in the files.
 
 A pattern specified on the command line with --exclude or read
 from the file specified with --exclude-from is relative to the
@@ -186,58 +164,9 @@ 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.
 
-An exclude pattern is of the following format:
-
- - an optional prefix '!' which means that the fate this pattern
-   specifies is "include", not the usual "exclude"; the
-   remainder of the pattern string is interpreted according to
-   the following rules.
-
- - if it does not contain a slash '/', it is a shell glob
-   pattern and used to match against the filename without
-   leading directories.
-
- - otherwise, it is a shell glob pattern, suitable for
-   consumption by fnmatch(3) with FNM_PATHNAME flag.  I.e. a
-   slash in the pattern must match a slash in the pathname.
-   "Documentation/\*.html" matches "Documentation/git.html" but
-   not "ppc/ppc.html".  As a natural exception, "/*.c" matches
-   "cat-file.c" but not "mozilla-sha1/sha1.c".
-
-An example:
-
---------------------------------------------------------------
-    $ cat .git/info/exclude
-    # ignore objects and archives, anywhere in the tree.
-    *.[oa]
-    $ cat Documentation/.gitignore
-    # ignore generated html files,
-    *.html
-    # except foo.html which is maintained by hand
-    !foo.html
-    $ git-ls-files --ignored \
-        --exclude='Documentation/*.[0-9]' \
-        --exclude-from=.git/info/exclude \
-        --exclude-per-directory=.gitignore
---------------------------------------------------------------
-
-Another example:
-
---------------------------------------------------------------
-    $ cat .gitignore
-    vmlinux*
-    $ ls arch/foo/kernel/vm*
-    arch/foo/kernel/vmlinux.lds.S
-    $ echo '!/vmlinux*' >arch/foo/kernel/.gitignore
---------------------------------------------------------------
-
-The second .gitignore keeps `arch/foo/kernel/vmlinux.lds.S` file
-from getting ignored.
-
-
 See Also
 --------
-gitlink:git-read-tree[1]
+gitlink:git-read-tree[1], gitlink:gitignore[5]
 
 
 Author
@@ -246,7 +175,7 @@ Written by Linus Torvalds <torvalds@osdl.org>
 
 Documentation
 --------------
-Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
+Documentation by David Greaves, Junio C Hamano, Josh Triplett, and the git-list <git@vger.kernel.org>.
 
 GIT
 ---
index 72cb406f9f85dd520cbee93246bd80d45a23a861..2afe062a1a1678f5fc4988688307679f66ef79ff 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 04-Apr-2007 18:33:49 UTC\r
+Last updated 02-Jun-2007 21:09:45 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 07c521ac27436b3940d8792c25c5d1a687914e63..334185bccc2b9bc0ed596eb0f0553cedd874e48c 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 23-May-2007 21:46:09 UTC\r
+Last updated 02-Jun-2007 21:09:45 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 5b24f53bdcf45ea1a6e5629bd57c7cb5c6d251e3..f74ee53ff86b36608f299c1047308dfd4a5a9c84 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 15-May-2007 03:12:37 UTC\r
+Last updated 02-Jun-2007 21:09:46 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 958625715c29007989620a43d61196e3038fcb5c..1e2c0570de6057c3eab48d8ecf7e56a1b9567d6b 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 25-May-2007 05:01:02 UTC\r
+Last updated 02-Jun-2007 21:09:45 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 0c2f4a6626c203c612f279cbfde0fee742150c22..fa54cff010f735847c4d7e5bf1054c5c13cb880d 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 04-Apr-2007 18:33:50 UTC\r
+Last updated 02-Jun-2007 21:09:46 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 5db3b8242e5c5276bf78cfa4c394546bc5795d2c..347e5cd8783275d50dca9813069ac581540385ba 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 04-Apr-2007 18:33:50 UTC\r
+Last updated 02-Jun-2007 21:09:46 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ed0fbbc92fc4e9779da155dba68159085012e31a..93ee1a917255678c8fd6d90b45df1a982d04619c 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 04-Apr-2007 18:33:51 UTC\r
+Last updated 02-Jun-2007 21:09:46 UTC\r
 </div>\r
 </div>\r
 </body>\r
index b5ea8cad469de760e77d891a34517bdf5cafa24d..70b2e8f6ab6e4609aec34c138ccedca397463982 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 04-Apr-2007 18:33:51 UTC\r
+Last updated 02-Jun-2007 21:09:47 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 06d48df9889c15d810b97172e286b0ff728db388..03e7100768ec9bf3ee660133a5ed51d806eeb548 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 04-Apr-2007 18:33:51 UTC\r
+Last updated 02-Jun-2007 21:09:47 UTC\r
 </div>\r
 </div>\r
 </body>\r
index f056cefc627bdb7197d72488df7276cddd9bf3fd..fe792c4a6fa82238a40f9d9f13bf4b8b8e89e9f5 100644 (file)
@@ -579,7 +579,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 29-May-2007 09:17:39 UTC\r
+Last updated 02-Jun-2007 21:09:48 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 0601ca69687dbd5e47afe951dd65cbb732486e04..8a90225b8bb16926200997955f67c221beeb9db8 100644 (file)
@@ -316,7 +316,7 @@ will pick a suitable default.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-May-2007 07:07:21 UTC\r
+Last updated 02-Jun-2007 21:09:47 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 81c187d55b2e6e68de79a737ac1adc8f88ed32f6..ce4f83ed9b7b03a670159dab665d22c91c967f6e 100644 (file)
@@ -309,7 +309,7 @@ size, you're doing something wrong)</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:33:52 UTC\r
+Last updated 02-Jun-2007 21:09:48 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 3caef596fe937abff6640670ed7737c3cb6c5361..fd3d5b7edebd0f929e144b1d2f35338aae781756 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 04-Apr-2007 18:33:52 UTC\r
+Last updated 02-Jun-2007 21:09:51 UTC\r
 </div>\r
 </div>\r
 </body>\r
index fecfe0869bdcdc156b7d867283db280b0cc8db57..8afdb6ff1ca58311b27f118840a29b164645871d 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 04-Apr-2007 18:33:53 UTC\r
+Last updated 02-Jun-2007 21:09:50 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 80b261b1110ea5515a3a2bae93bcd9f1aa36c5ad..e89394426b939ec963432fbdf1fd1c0dd056db6e 100644 (file)
@@ -364,7 +364,7 @@ not the context.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 22-May-2007 07:23:07 UTC\r
+Last updated 02-Jun-2007 21:09:51 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 558f487e609d94ecbff8acc8b81ca26a97723e30..47b8076c5ed6b0b3d61f063f31c7b0b69ea0a825 100644 (file)
@@ -463,7 +463,7 @@ of mappings with each line containing one mapping in the format:</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-May-2007 04:51:27 UTC\r
+Last updated 02-Jun-2007 21:09:52 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 8579d4fbfd93d29a96b579b11bababa41d47cca2..88ca8fcd0e2654a19de45606c6033b245ff2377f 100644 (file)
@@ -538,7 +538,7 @@ base-name
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 29-May-2007 09:17:39 UTC\r
+Last updated 02-Jun-2007 21:09:51 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 9e4b7c639d6cad90f36c98d847a686149ea25e8f..18963e81556a1a69f983c9dca5d532ad5ac4726e 100644 (file)
@@ -335,7 +335,7 @@ objects.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:33:54 UTC\r
+Last updated 02-Jun-2007 21:09:52 UTC\r
 </div>\r
 </div>\r
 </body>\r
index fff7c4c2eae3489a21c252bb2c15a393750dcdcf..8b3731ad3b23859f3b1df17fa34c03980357c3dd 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 04-Apr-2007 18:33:55 UTC\r
+Last updated 02-Jun-2007 21:09:52 UTC\r
 </div>\r
 </div>\r
 </body>\r
index da421faeed062e437e5f2eb3a77d22b399598745..d30acafff58f3665f6d7ea6ad15df6c031d94871 100644 (file)
@@ -326,7 +326,7 @@ get_remote_refs_for_push
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:33:55 UTC\r
+Last updated 02-Jun-2007 21:09:53 UTC\r
 </div>\r
 </div>\r
 </body>\r
index dac1a2a7ba55b5b56c1d095e1e657bd8cc8b4282..00dc5305dcef3b1e7f828578054ce9b82f834859 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 04-Apr-2007 18:33:55 UTC\r
+Last updated 02-Jun-2007 21:09:53 UTC\r
 </div>\r
 </div>\r
 </body>\r
index d5c264f7c3b0475815e343fca40b1ad5651a6b93..2f6b2f481c6b2075bc28932559aea6ba86cf393c 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 04-Apr-2007 18:33:56 UTC\r
+Last updated 02-Jun-2007 21:09:53 UTC\r
 </div>\r
 </div>\r
 </body>\r
index e55ebbbfebabc2db21666d0b74bd0668200591a6..f418322be20afa0869f40c141f0330486aab4723 100644 (file)
@@ -325,7 +325,7 @@ disk storage, etc.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:33:56 UTC\r
+Last updated 02-Jun-2007 21:09:54 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 4e10ef693e6e026ab67d0e3129b77ea98310218c..27902f9bdfe2664bc16537a4ef4319040f5fe510 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 04-Apr-2007 18:33:56 UTC\r
+Last updated 02-Jun-2007 21:09:54 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 87c54b7eabd4f661988fdefb6a2ec12ca623b965..0ada4844905026bcaa78ecb4f47807f9abb8f810 100644 (file)
@@ -896,7 +896,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 29-May-2007 09:17:40 UTC\r
+Last updated 02-Jun-2007 21:09:54 UTC\r
 </div>\r
 </div>\r
 </body>\r
index b1721ac705babf065624de94c61a71791267bd2a..e334d1c84f69f72c3e32b859787ad97944a93b36 100644 (file)
@@ -554,7 +554,7 @@ by Linus Torvalds &lt;torvalds@osdl.org&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-May-2007 04:51:27 UTC\r
+Last updated 02-Jun-2007 21:09:54 UTC\r
 </div>\r
 </div>\r
 </body>\r
index b7473a76c1c2f838338cb57fd1dc363b36d7cf37..a202a9df8fb7ed3650f98d6e3abe9af0d7685996 100644 (file)
@@ -339,7 +339,7 @@ variable.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:33:58 UTC\r
+Last updated 02-Jun-2007 21:09:55 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 860ef4762075e7329c1a33ac77d954fd782c59aa..24d8f153ed33a0326a50981b97dc22ebf6577da6 100644 (file)
@@ -683,7 +683,8 @@ have finished your work-in-progress), attempt the merge again.</p>
 </div>\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></p>\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
 </div>\r
 <h2>Author</h2>\r
 <div class="sectionbody">\r
@@ -699,7 +700,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-Apr-2007 10:17:29 UTC\r
+Last updated 02-Jun-2007 21:09:55 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 019c8bef7af2868af150b4a13472b8ce26744ea3..acb57447a864a54b3b531b7ef7403563fd20f886 100644 (file)
@@ -341,7 +341,8 @@ have finished your work-in-progress), attempt the merge again.
 
 See Also
 --------
-gitlink:git-write-tree[1]; gitlink:git-ls-files[1]
+gitlink:git-write-tree[1]; gitlink:git-ls-files[1];
+gitlink:gitignore[5]
 
 
 Author
index 90bc456bf9cda96f277cce4be944da050a491b90..e00b89c4c21b4bd5515241e7fbcce537778b250b 100644 (file)
@@ -596,7 +596,7 @@ a rebase.  Upon completion, &lt;branch&gt; will be the current branch.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-May-2007 04:51:27 UTC\r
+Last updated 02-Jun-2007 21:09:55 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 70890378d82d12905cd2282fd8eb149b0a2b6d8a..dd6d5742b22c1774710cc532382768256ba216dd 100644 (file)
@@ -425,7 +425,7 @@ exec git-update-server-info</tt></pre>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:34:05 UTC\r
+Last updated 02-Jun-2007 21:09:59 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 83da0f3e7bfb9df036b572fc17cbde0b65beef01..a3a8318e14c3d70f64044e5252453487dc37a6dd 100644 (file)
@@ -343,7 +343,7 @@ the current branch. It is basically an alias for <em>git log -g --abbrev-commit
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:34:06 UTC\r
+Last updated 02-Jun-2007 21:10:01 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 32b72d282498748871eb193671f81957c2d864d4..f4672ed44c5db1b3684f44855b95f33df7a3ba67 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 04-Apr-2007 18:34:07 UTC\r
+Last updated 02-Jun-2007 21:10:02 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 6d157b54a8a3d78edfddfa0cd7800170ddd2fa70..ef2fadc5b1c77eea380214d53bc61051358d93c1 100644 (file)
@@ -410,7 +410,7 @@ $ git merge origin</tt></pre>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 06-May-2007 08:52:36 UTC\r
+Last updated 02-Jun-2007 21:10:02 UTC\r
 </div>\r
 </div>\r
 </body>\r
index e3b12944f3d9346e97e12a8ced88860b05caf22d..5a57a58a28b7b5d3f6f4d29c75379a944583545d 100644 (file)
@@ -404,7 +404,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 29-May-2007 09:17:40 UTC\r
+Last updated 02-Jun-2007 21:10:04 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ae3a0ba36abbb6c79dcf1e7c0102c7c89d7c4eac..6ded6d1d7769e46ef9d365d4f37f0a8bc0f099fe 100644 (file)
@@ -281,7 +281,7 @@ documentation of that command.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:34:10 UTC\r
+Last updated 02-Jun-2007 21:10:04 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 1cd996a737d0fad86bdcb8550a655621c1697a5d..d40bf77530ccbfcbef563f79acf51dde8be2e694 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 04-Apr-2007 18:34:10 UTC\r
+Last updated 02-Jun-2007 21:10:05 UTC\r
 </div>\r
 </div>\r
 </body>\r
index e9d6132d39745e9d49287ce2b36a7eb3c1df2047..6da34695aad1c777d65209ec375596f9e1501652 100644 (file)
@@ -481,7 +481,7 @@ conflict.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:34:11 UTC\r
+Last updated 02-Jun-2007 21:10:05 UTC\r
 </div>\r
 </div>\r
 </body>\r
index f5ab326d1fd74d1fe0f775735e8f5c4c94d9e103..aae51cb97cc01e3ca5de52455fb434ecfe88c7e1 100644 (file)
@@ -567,7 +567,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 24-Apr-2007 07:34:16 UTC\r
+Last updated 02-Jun-2007 21:10:06 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 7292dc3f09db5285bad9c1df416acecd4acf47c5..74407a00e9641fd2322c36b22d74133ae8fdc8f4 100644 (file)
@@ -1074,7 +1074,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 21-May-2007 06:13:41 UTC\r
+Last updated 02-Jun-2007 21:10:07 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 20bbf50bda58e73394f4ac6db73a4024db152fc8..f7aaa51707e25a43c9072737a998fc5cc85ff3a8 100644 (file)
@@ -709,7 +709,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 10-May-2007 23:24:42 UTC\r
+Last updated 02-Jun-2007 21:10:08 UTC\r
 </div>\r
 </div>\r
 </body>\r
index e02c040d35dcdd70416a35c3d29d96d2a744ca3a..1c9a20af8a426cff7b5a01b13001d59d285430a8 100644 (file)
@@ -345,7 +345,7 @@ effect to your working tree in a row.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:34:12 UTC\r
+Last updated 02-Jun-2007 21:10:07 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 65b7e3ee32e5d0021e2d6be9d7a0c2bd9fc831ba..f43147f59da22cc10430837201385b99eafa626a 100644 (file)
@@ -414,7 +414,7 @@ git-rm -f git-*.sh
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 18-Apr-2007 04:57:05 UTC\r
+Last updated 02-Jun-2007 21:10:10 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 5315520c9b9f5c89f19f1f4ec657cc1fba3b67ab..6689e0a16b1205cbcd6cb30ac9ee579f55b75142 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 04-Apr-2007 18:34:15 UTC\r
+Last updated 02-Jun-2007 21:10:10 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 4d364aaf5e88f9b95e3fbdf634f2cf70e76d17aa..1178c41cc0b502e6f36b2dbe12387b63b8a4868f 100644 (file)
@@ -496,7 +496,7 @@ send_lots_of_email.pl by Greg Kroah-Hartman.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 01-May-2007 03:05:35 UTC\r
+Last updated 02-Jun-2007 21:10:11 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 42106e9f296900cacf060bfc2b1467ae551de9b4..ec2a3421f2fd0020dcf716014a82097ae6a0fdd0 100644 (file)
@@ -443,7 +443,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 04-Apr-2007 18:34:17 UTC\r
+Last updated 02-Jun-2007 21:10:11 UTC\r
 </div>\r
 </div>\r
 </body>\r
index e5e5edd70f339929eb420198c2a2240f577f5d72..c1f98d478394d0cf10cecf47cfcd9e83631b67a7 100644 (file)
@@ -364,7 +364,7 @@ require_work_tree
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:34:24 UTC\r
+Last updated 02-Jun-2007 21:10:13 UTC\r
 </div>\r
 </div>\r
 </body>\r
index a581a0d32dca1e60ff2fd92f12b35c5aabe1554f..0a2188d51ea36d4651b007fab4c5f7a1e719400e 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 04-Apr-2007 18:34:18 UTC\r
+Last updated 02-Jun-2007 21:10:11 UTC\r
 </div>\r
 </div>\r
 </body>\r
index fed7bf59fb30db232bcef4b65984d92e4494c0ef..c1f1a78452806bb4b463873684484b4a46bce6f4 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 29-Apr-2007 18:29:50 UTC\r
+Last updated 02-Jun-2007 21:10:12 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 4a70a026e91799b17388bc5cf968e396bb5eed4c..b1f44abb283b9a4bf020c22d8313d0804100504d 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 04-Apr-2007 18:34:20 UTC\r
+Last updated 02-Jun-2007 21:10:12 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 621b8cf9e80d00fd4966555acf76c6d4f53daa68..f0826b0b53106bafee94ff93de00a7145eafaef5 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 04-Apr-2007 18:34:21 UTC\r
+Last updated 02-Jun-2007 21:10:12 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 45c2cc3eea434cb5e07bba601f8bb2b45d127678..e22e8b0665ce04cc747137148072722ec8bd3028 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 10-Apr-2007 21:31:10 UTC\r
+Last updated 02-Jun-2007 21:10:12 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 2731ef5e9ca656abcea96834b0d42ecb719d5b8e..78323e76805ecdfb0aa639959eccd4a86e505316 100644 (file)
@@ -739,7 +739,7 @@ Johannes Schindelin &lt;Johannes.Schindelin@gmx.de&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 15-May-2007 03:12:38 UTC\r
+Last updated 02-Jun-2007 21:10:13 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 46f3bedf0d0e7fde948bd3495f924cdc74581988..38bfd1bf0af6028d6b5248289e4e79f5c0eaacc2 100644 (file)
@@ -349,7 +349,7 @@ commit-id
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:34:25 UTC\r
+Last updated 02-Jun-2007 21:10:13 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 49448a0920126b4a5f5f3ee0a35b36bc3e9f781a..4b85f7c7d6cf62df3591b5ea8df25157fff187c2 100644 (file)
@@ -348,7 +348,7 @@ commit-id
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:34:26 UTC\r
+Last updated 02-Jun-2007 21:10:13 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 50dd9cd859ca0a6e48508caca75ef993cda9a457..01dda6db1ad48040c5b47289812186b9403a5761 100644 (file)
@@ -300,10 +300,10 @@ template comments, and all the output lines are prefixed with <em>#</em>.</p>
 mean the same thing and the latter is kept for backward\r
 compatibility) and <tt>color.status.&lt;slot&gt;</tt> configuration variables\r
 to colorize its output.</p>\r
-<p>As for <a href="git-add.html">git-add(1)</a>, the configuration variable\r
-<em>core.excludesfile</em> can indicate a path to a file containing patterns\r
-of file names to exclude, in addition to patterns given in\r
-<em>info/exclude</em> and <em>.gitignore</em>.</p>\r
+</div>\r
+<h2>See Also</h2>\r
+<div class="sectionbody">\r
+<p><a href="gitignore.html">gitignore(5)</a></p>\r
 </div>\r
 <h2>Author</h2>\r
 <div class="sectionbody">\r
@@ -320,7 +320,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 22-May-2007 07:23:07 UTC\r
+Last updated 02-Jun-2007 21:10:13 UTC\r
 </div>\r
 </div>\r
 </body>\r
index d7015387b51d88f6bd6e3918b2bd40c4e9529f15..1fd1af102ae948ca008bbd35675d859340e46dbd 100644 (file)
@@ -42,11 +42,9 @@ mean the same thing and the latter is kept for backward
 compatibility) and `color.status.<slot>` configuration variables
 to colorize its output.
 
-As for gitlink:git-add[1], the configuration variable
-'core.excludesfile' can indicate a path to a file containing patterns
-of file names to exclude, in addition to patterns given in
-'info/exclude' and '.gitignore'.
-
+See Also
+--------
+gitlink:gitignore[5]
 
 Author
 ------
index 543e03953fce98a812d5162bdb81c4dd7f0afc3d..4fe1435b4cce998f9fb00b11a6c96a27810f0407 100644 (file)
@@ -305,7 +305,7 @@ git-stripspace(1) Manual Page
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:34:27 UTC\r
+Last updated 02-Jun-2007 21:10:14 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 72e459bc123ea437c55da949353e0ed523ef01ca..69acb9ccccf41120634216d7a9c2c2d93f107f20 100644 (file)
@@ -1003,7 +1003,7 @@ should be manually entered with a text-editor or using
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 06-May-2007 08:52:37 UTC\r
+Last updated 02-Jun-2007 21:10:14 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ce358684aa07d3555cf32fc38f8be40d10d6bc7c..845c55551e91ef26cd5116cbdfcf799d397b8b24 100644 (file)
@@ -534,7 +534,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 04-Apr-2007 18:34:27 UTC\r
+Last updated 02-Jun-2007 21:10:14 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 5b6300f024532e66b936c142d1a1a952a6119891..90c2421a792625a4e21e65b71b630d1eba35d83a 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 04-Apr-2007 18:34:29 UTC\r
+Last updated 02-Jun-2007 21:10:14 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 80358e0840bac6ad5b06f8ee7ae23aca08e526d4..1298a31c05f3ac2050113ed795f8187fe016c6a0 100644 (file)
@@ -521,7 +521,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 04-May-2007 07:07:21 UTC\r
+Last updated 02-Jun-2007 21:10:15 UTC\r
 </div>\r
 </div>\r
 </body>\r
index e01a64691e47177ef6e00ea16de99159c22d3d66..ab8b37dd18bda708e05db7836020b2ba40bf1af9 100644 (file)
@@ -395,7 +395,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 19-Apr-2007 02:58:27 UTC\r
+Last updated 02-Jun-2007 21:10:15 UTC\r
 </div>\r
 </div>\r
 </body>\r
index c496401d11687b5caad2fc9ef3291c461941c5db..3d6a4ec6bf018ffdd51507c763d0b45654161dd7 100644 (file)
@@ -433,7 +433,7 @@ comprehensive list.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:34:46 UTC\r
+Last updated 02-Jun-2007 21:10:22 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 9e6fc9251ccce6a5dae5bc969f9490a6c119eec7..7e90abd82a0b1d385d07a1fa7a463eedec332398 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 04-Apr-2007 18:34:31 UTC\r
+Last updated 02-Jun-2007 21:10:15 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 7f20d435e2b52c6ef81ec790119b196491e1e350..c3657869997bcb7b8f2acf34a69a0e3147ff2cf4 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 04-Apr-2007 18:34:31 UTC\r
+Last updated 02-Jun-2007 21:10:15 UTC\r
 </div>\r
 </div>\r
 </body>\r
index d25f189d7992724d0ecd46515d9339ec24b040b0..3a993edbc966a8ac31457b2cf2a4c9b628a4f11e 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 08-May-2007 00:32:27 UTC\r
+Last updated 02-Jun-2007 21:10:15 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 046d819fc2f1d12faa287c039f90ca0b31816640..536d155ee9f32aeb38817eec3220f87d94dbf241 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 20-May-2007 19:11:27 UTC\r
+Last updated 02-Jun-2007 21:10:16 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 392c1c40b0019473116dd6ac5d1716f6689e95c7..5cd030a0926b5897ceb2dbc752fc16497e583cc9 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 04-Apr-2007 18:34:33 UTC\r
+Last updated 02-Jun-2007 21:10:16 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 1e14a2e849fa84809114e333a5c738153186e857..794d0b8b3ad43270db944130a80934cb11a05600 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 04-Apr-2007 18:34:35 UTC\r
+Last updated 02-Jun-2007 21:10:16 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 96fe094790a37c5b7e60e6126f4d2a8aa1093d6d..f58a983aa56286b0a49298444e44591c20c84071 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 04-Apr-2007 18:34:34 UTC\r
+Last updated 02-Jun-2007 21:10:16 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 5ae49b996d5c0fa4ce927e6e534c00a45208efcf..826766235da00ad889b53c7f96fa7ab42d5f6f20 100644 (file)
@@ -372,7 +372,7 @@ Your sysadmin must hate you!
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:34:35 UTC\r
+Last updated 02-Jun-2007 21:10:16 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 8c1412539c9542e4197c2680abb4029a0f5ad16f..01c04c35c72899f4857e99d1919a734febdcc9d3 100644 (file)
@@ -338,7 +338,7 @@ corresponding pack file.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:34:36 UTC\r
+Last updated 02-Jun-2007 21:10:17 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 2cb62151f41081ac414185fe84e65047dd0d379b..a59c3e0666c63280b7c2b09bfe852716c8b5e98b 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 04-Apr-2007 18:34:36 UTC\r
+Last updated 02-Jun-2007 21:10:17 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 198ac74c8b96a8a0fef92ae3a005c0ccd9543858..b1ccc58521a978de54e032af9fc7629687abb0b6 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 04-Apr-2007 18:34:37 UTC\r
+Last updated 02-Jun-2007 21:10:17 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 3d17ce2f389d833d95807b80abea0cea6c813e90..dad541cd89270e31b537cf3f29a34fb35ec0fbad 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 04-Apr-2007 18:34:37 UTC\r
+Last updated 02-Jun-2007 21:10:17 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 2eeef129cfd589bb5ec64bee0cd383a52e698b05..057b7523fbeb38c54c48c77d874ac4b48393b637 100644 (file)
--- a/git.html
+++ b/git.html
@@ -2333,7 +2333,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 20-May-2007 09:08:17 UTC\r
+Last updated 02-Jun-2007 21:10:18 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 46825d92122342e9dda4777dd96342bb6930c5cc..13e9bc83ebadf700127cd975410666a67d57afea 100644 (file)
@@ -658,7 +658,7 @@ frotz   unspecified</tt></pre>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 15-May-2007 03:12:38 UTC\r
+Last updated 02-Jun-2007 21:10:17 UTC\r
 </div>\r
 </div>\r
 </body>\r
diff --git a/gitignore.html b/gitignore.html
new file mode 100644 (file)
index 0000000..71d43f2
--- /dev/null
@@ -0,0 +1,410 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"\r
+    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">\r
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">\r
+<head>\r
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\r
+<meta name="generator" content="AsciiDoc 7.0.2" />\r
+<style type="text/css">\r
+/* Debug borders */\r
+p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {\r
+/*\r
+  border: 1px solid red;\r
+*/\r
+}\r
+\r
+body {\r
+  margin: 1em 5% 1em 5%;\r
+}\r
+\r
+a { color: blue; }\r
+a:visited { color: fuchsia; }\r
+\r
+em {\r
+  font-style: italic;\r
+}\r
+\r
+strong {\r
+  font-weight: bold;\r
+}\r
+\r
+tt {\r
+  color: navy;\r
+}\r
+\r
+h1, h2, h3, h4, h5, h6 {\r
+  color: #527bbd;\r
+  font-family: sans-serif;\r
+  margin-top: 1.2em;\r
+  margin-bottom: 0.5em;\r
+  line-height: 1.3;\r
+}\r
+\r
+h1 {\r
+  border-bottom: 2px solid silver;\r
+}\r
+h2 {\r
+  border-bottom: 2px solid silver;\r
+  padding-top: 0.5em;\r
+}\r
+\r
+div.sectionbody {\r
+  font-family: serif;\r
+  margin-left: 0;\r
+}\r
+\r
+hr {\r
+  border: 1px solid silver;\r
+}\r
+\r
+p {\r
+  margin-top: 0.5em;\r
+  margin-bottom: 0.5em;\r
+}\r
+\r
+pre {\r
+  padding: 0;\r
+  margin: 0;\r
+}\r
+\r
+span#author {\r
+  color: #527bbd;\r
+  font-family: sans-serif;\r
+  font-weight: bold;\r
+  font-size: 1.2em;\r
+}\r
+span#email {\r
+}\r
+span#revision {\r
+  font-family: sans-serif;\r
+}\r
+\r
+div#footer {\r
+  font-family: sans-serif;\r
+  font-size: small;\r
+  border-top: 2px solid silver;\r
+  padding-top: 0.5em;\r
+  margin-top: 4.0em;\r
+}\r
+div#footer-text {\r
+  float: left;\r
+  padding-bottom: 0.5em;\r
+}\r
+div#footer-badges {\r
+  float: right;\r
+  padding-bottom: 0.5em;\r
+}\r
+\r
+div#preamble,\r
+div.tableblock, div.imageblock, div.exampleblock, div.verseblock,\r
+div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock,\r
+div.admonitionblock {\r
+  margin-right: 10%;\r
+  margin-top: 1.5em;\r
+  margin-bottom: 1.5em;\r
+}\r
+div.admonitionblock {\r
+  margin-top: 2.5em;\r
+  margin-bottom: 2.5em;\r
+}\r
+\r
+div.content { /* Block element content. */\r
+  padding: 0;\r
+}\r
+\r
+/* Block element titles. */\r
+div.title, caption.title {\r
+  font-family: sans-serif;\r
+  font-weight: bold;\r
+  text-align: left;\r
+  margin-top: 1.0em;\r
+  margin-bottom: 0.5em;\r
+}\r
+div.title + * {\r
+  margin-top: 0;\r
+}\r
+\r
+td div.title:first-child {\r
+  margin-top: 0.0em;\r
+}\r
+div.content div.title:first-child {\r
+  margin-top: 0.0em;\r
+}\r
+div.content + div.title {\r
+  margin-top: 0.0em;\r
+}\r
+\r
+div.sidebarblock > div.content {\r
+  background: #ffffee;\r
+  border: 1px solid silver;\r
+  padding: 0.5em;\r
+}\r
+\r
+div.listingblock > div.content {\r
+  border: 1px solid silver;\r
+  background: #f4f4f4;\r
+  padding: 0.5em;\r
+}\r
+\r
+div.quoteblock > div.content {\r
+  padding-left: 2.0em;\r
+}\r
+div.quoteblock .attribution {\r
+  text-align: right;\r
+}\r
+\r
+div.admonitionblock .icon {\r
+  vertical-align: top;\r
+  font-size: 1.1em;\r
+  font-weight: bold;\r
+  text-decoration: underline;\r
+  color: #527bbd;\r
+  padding-right: 0.5em;\r
+}\r
+div.admonitionblock td.content {\r
+  padding-left: 0.5em;\r
+  border-left: 2px solid silver;\r
+}\r
+\r
+div.exampleblock > div.content {\r
+  border-left: 2px solid silver;\r
+  padding: 0.5em;\r
+}\r
+\r
+div.verseblock div.content {\r
+  white-space: pre;\r
+}\r
+\r
+div.imageblock div.content { padding-left: 0; }\r
+div.imageblock img { border: 1px solid silver; }\r
+span.image img { border-style: none; }\r
+\r
+dl {\r
+  margin-top: 0.8em;\r
+  margin-bottom: 0.8em;\r
+}\r
+dt {\r
+  margin-top: 0.5em;\r
+  margin-bottom: 0;\r
+  font-style: italic;\r
+}\r
+dd > *:first-child {\r
+  margin-top: 0;\r
+}\r
+\r
+ul, ol {\r
+    list-style-position: outside;\r
+}\r
+ol.olist2 {\r
+  list-style-type: lower-alpha;\r
+}\r
+\r
+div.tableblock > table {\r
+  border-color: #527bbd;\r
+  border-width: 3px;\r
+}\r
+thead {\r
+  font-family: sans-serif;\r
+  font-weight: bold;\r
+}\r
+tfoot {\r
+  font-weight: bold;\r
+}\r
+\r
+div.hlist {\r
+  margin-top: 0.8em;\r
+  margin-bottom: 0.8em;\r
+}\r
+td.hlist1 {\r
+  vertical-align: top;\r
+  font-style: italic;\r
+  padding-right: 0.8em;\r
+}\r
+td.hlist2 {\r
+  vertical-align: top;\r
+}\r
+\r
+@media print {\r
+  div#footer-badges { display: none; }\r
+}\r
+include::./stylesheets/xhtml11-manpage.css[]\r
+/* Workarounds for IE6's broken and incomplete CSS2. */\r
+\r
+div.sidebar-content {\r
+  background: #ffffee;\r
+  border: 1px solid silver;\r
+  padding: 0.5em;\r
+}\r
+div.sidebar-title, div.image-title {\r
+  font-family: sans-serif;\r
+  font-weight: bold;\r
+  margin-top: 0.0em;\r
+  margin-bottom: 0.5em;\r
+}\r
+\r
+div.listingblock div.content {\r
+  border: 1px solid silver;\r
+  background: #f4f4f4;\r
+  padding: 0.5em;\r
+}\r
+\r
+div.quoteblock-content {\r
+  padding-left: 2.0em;\r
+}\r
+\r
+div.exampleblock-content {\r
+  border-left: 2px solid silver;\r
+  padding-left: 0.5em;\r
+}\r
+</style>\r
+<title>gitignore(5)</title>\r
+</head>\r
+<body>\r
+<div id="header">\r
+<h1>\r
+gitignore(5) Manual Page\r
+</h1>\r
+<h2>NAME</h2>\r
+<div class="sectionbody">\r
+<p>gitignore -\r
+   Specifies intentionally untracked files to ignore\r
+</p>\r
+</div>\r
+</div>\r
+<h2>SYNOPSIS</h2>\r
+<div class="sectionbody">\r
+<p>$GIT_DIR/info/exclude, .gitignore</p>\r
+</div>\r
+<h2>DESCRIPTION</h2>\r
+<div class="sectionbody">\r
+<p>A <tt>gitignore</tt> file specifies intentionally untracked files that\r
+git should ignore.  Each line in a <tt>gitignore</tt> file specifies a\r
+pattern.</p>\r
+<p>When deciding whether to ignore a path, git normally checks\r
+<tt>gitignore</tt> patterns from multiple sources, with the following\r
+order of precedence:</p>\r
+<ul>\r
+<li>\r
+<p>\r
+Patterns read from the file specified by the configuration\r
+   variable <em>core.excludesfile</em>.\r
+</p>\r
+</li>\r
+<li>\r
+<p>\r
+Patterns read from <tt>$GIT_DIR/info/exclude</tt>.\r
+</p>\r
+</li>\r
+<li>\r
+<p>\r
+Patterns read from a <tt>.gitignore</tt> file in the same directory\r
+   as the path, or in any parent directory, ordered from the\r
+   deepest such file to a file in the root of the repository.\r
+   These patterns match relative to the location of the\r
+   <tt>.gitignore</tt> file.  A project normally includes such\r
+   <tt>.gitignore</tt> files in its repository, containing patterns for\r
+   files generated as part of the project build.\r
+</p>\r
+</li>\r
+</ul>\r
+<p>The underlying git plumbing tools, such as\r
+<a href="git-ls-files.html">git-ls-files(1)</a> and <a href="git-read-tree.html">git-read-tree(1)</a>, read\r
+<tt>gitignore</tt> patterns specified by command-line options, or from\r
+files specified by command-line options.  Higher-level git\r
+tools, such as <a href="git-status.html">git-status(1)</a> and <a href="git-add.html">git-add(1)</a>,\r
+use patterns from the sources specified above.</p>\r
+<p>Patterns have the following format:</p>\r
+<ul>\r
+<li>\r
+<p>\r
+A blank line matches no files, so it can serve as a separator\r
+   for readability.\r
+</p>\r
+</li>\r
+<li>\r
+<p>\r
+A line starting with # serves as a comment.\r
+</p>\r
+</li>\r
+<li>\r
+<p>\r
+An optional prefix <em>!</em> which negates the pattern; any\r
+   matching file excluded by a previous pattern will become\r
+   included again.\r
+</p>\r
+</li>\r
+<li>\r
+<p>\r
+If the pattern does not contain a slash <em>/</em>, git treats it as\r
+   a shell glob pattern and checks for a match against the\r
+   pathname without leading directories.\r
+</p>\r
+</li>\r
+<li>\r
+<p>\r
+Otherwise, git treats the pattern as a shell glob suitable\r
+   for consumption by fnmatch(3) with the FNM_PATHNAME flag:\r
+   wildcards in the pattern will not match a / in the pathname.\r
+   For example, "Documentation/*.html" matches\r
+   "Documentation/git.html" but not\r
+   "Documentation/ppc/ppc.html".  A leading slash matches the\r
+   beginning of the pathname; for example, "/*.c" matches\r
+   "cat-file.c" but not "mozilla-sha1/sha1.c".\r
+</p>\r
+</li>\r
+</ul>\r
+<p>An example:</p>\r
+<div class="listingblock">\r
+<div class="content">\r
+<pre><tt>    $ git-status\r
+    [...]\r
+    # Untracked files:\r
+    [...]\r
+    #       Documentation/foo.html\r
+    #       Documentation/gitignore.html\r
+    #       file.o\r
+    #       lib.a\r
+    #       src/internal.o\r
+    [...]\r
+    $ cat .git/info/exclude\r
+    # ignore objects and archives, anywhere in the tree.\r
+    *.[oa]\r
+    $ cat Documentation/.gitignore\r
+    # ignore generated html files,\r
+    *.html\r
+    # except foo.html which is maintained by hand\r
+    !foo.html\r
+    $ git-status\r
+    [...]\r
+    # Untracked files:\r
+    [...]\r
+    #       Documentation/foo.html\r
+    [...]</tt></pre>\r
+</div></div>\r
+<p>Another example:</p>\r
+<div class="listingblock">\r
+<div class="content">\r
+<pre><tt>    $ cat .gitignore\r
+    vmlinux*\r
+    $ ls arch/foo/kernel/vm*\r
+    arch/foo/kernel/vmlinux.lds.S\r
+    $ echo '!/vmlinux*' &gt;arch/foo/kernel/.gitignore</tt></pre>\r
+</div></div>\r
+<p>The second .gitignore prevents git from ignoring\r
+<tt>arch/foo/kernel/vmlinux.lds.S</tt>.</p>\r
+</div>\r
+<h2>Documentation</h2>\r
+<div class="sectionbody">\r
+<p>Documentation by David Greaves, Junio C Hamano, Josh Triplett,\r
+Frank Lichtenheld, and the git-list &lt;git@vger.kernel.org&gt;.</p>\r
+</div>\r
+<h2>GIT</h2>\r
+<div class="sectionbody">\r
+<p>Part of the <a href="git.html">git(7)</a> suite</p>\r
+</div>\r
+<div id="footer">\r
+<div id="footer-text">\r
+Last updated 02-Jun-2007 21:10:18 UTC\r
+</div>\r
+</div>\r
+</body>\r
+</html>\r
diff --git a/gitignore.txt b/gitignore.txt
new file mode 100644 (file)
index 0000000..ea79d74
--- /dev/null
@@ -0,0 +1,116 @@
+gitignore(5)
+============
+
+NAME
+----
+gitignore - Specifies intentionally untracked files to ignore
+
+SYNOPSIS
+--------
+$GIT_DIR/info/exclude, .gitignore
+
+DESCRIPTION
+-----------
+
+A `gitignore` file specifies intentionally untracked files that
+git should ignore.  Each line in a `gitignore` file specifies a
+pattern.
+
+When deciding whether to ignore a path, git normally checks
+`gitignore` patterns from multiple sources, with the following
+order of precedence:
+
+ * Patterns read from the file specified by the configuration
+   variable 'core.excludesfile'.
+
+ * Patterns read from `$GIT_DIR/info/exclude`.
+
+ * Patterns read from a `.gitignore` file in the same directory
+   as the path, or in any parent directory, ordered from the
+   deepest such file to a file in the root of the repository.
+   These patterns match relative to the location of the
+   `.gitignore` file.  A project normally includes such
+   `.gitignore` files in its repository, containing patterns for
+   files generated as part of the project build.
+
+The underlying git plumbing tools, such as
+gitlink:git-ls-files[1] and gitlink:git-read-tree[1], read
+`gitignore` patterns specified by command-line options, or from
+files specified by command-line options.  Higher-level git
+tools, such as gitlink:git-status[1] and gitlink:git-add[1],
+use patterns from the sources specified above.
+
+Patterns have the following format:
+
+ - A blank line matches no files, so it can serve as a separator
+   for readability.
+
+ - A line starting with # serves as a comment.
+
+ - An optional prefix '!' which negates the pattern; any
+   matching file excluded by a previous pattern will become
+   included again.
+
+ - If the pattern does not contain a slash '/', git treats it as
+   a shell glob pattern and checks for a match against the
+   pathname without leading directories.
+
+ - Otherwise, git treats the pattern as a shell glob suitable
+   for consumption by fnmatch(3) with the FNM_PATHNAME flag:
+   wildcards in the pattern will not match a / in the pathname.
+   For example, "Documentation/\*.html" matches
+   "Documentation/git.html" but not
+   "Documentation/ppc/ppc.html".  A leading slash matches the
+   beginning of the pathname; for example, "/*.c" matches
+   "cat-file.c" but not "mozilla-sha1/sha1.c".
+
+An example:
+
+--------------------------------------------------------------
+    $ git-status
+    [...]
+    # Untracked files:
+    [...]
+    #       Documentation/foo.html
+    #       Documentation/gitignore.html
+    #       file.o
+    #       lib.a
+    #       src/internal.o
+    [...]
+    $ cat .git/info/exclude
+    # ignore objects and archives, anywhere in the tree.
+    *.[oa]
+    $ cat Documentation/.gitignore
+    # ignore generated html files,
+    *.html
+    # except foo.html which is maintained by hand
+    !foo.html
+    $ git-status
+    [...]
+    # Untracked files:
+    [...]
+    #       Documentation/foo.html
+    [...]
+--------------------------------------------------------------
+
+Another example:
+
+--------------------------------------------------------------
+    $ cat .gitignore
+    vmlinux*
+    $ ls arch/foo/kernel/vm*
+    arch/foo/kernel/vmlinux.lds.S
+    $ echo '!/vmlinux*' >arch/foo/kernel/.gitignore
+--------------------------------------------------------------
+
+The second .gitignore prevents git from ignoring
+`arch/foo/kernel/vmlinux.lds.S`.
+
+Documentation
+-------------
+Documentation by David Greaves, Junio C Hamano, Josh Triplett,
+Frank Lichtenheld, and the git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the gitlink:git[7] suite
index b98260f0ff784da2c074a737fe7c79d840ffdb8b..72241c141623991d3d08f46af1c11aff32372ac2 100644 (file)
--- a/gitk.html
+++ b/gitk.html
@@ -425,7 +425,7 @@ gitk --max-count=100 --all &#8212; Makefile
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:34:38 UTC\r
+Last updated 02-Jun-2007 21:10:17 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 970458b15777ec413f56b5656d0c0a0082c60849..9faac4992ce8fd0948c670ece7fcc02ddbdeeeb2 100644 (file)
@@ -1069,7 +1069,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 27-May-2007 04:28:37 UTC\r
+Last updated 02-Jun-2007 21:10:22 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 9ddbedd74eaeccb554c4bab341674a9f99dc5181..2f910a9e3b2fdbf6ef3528d38c4c81f98dc1653d 100644 (file)
@@ -459,7 +459,7 @@ for the user.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 13-May-2007 22:18:55 UTC\r
+Last updated 02-Jun-2007 21:10:22 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 5a6d48cd55366b26db843178c9430005eba3abd9..a15d10b39f6c28a4e226c415be8826a3254c8c44 100644 (file)
@@ -380,7 +380,7 @@ as a Linux subsystem maintainer.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:34:44 UTC\r
+Last updated 02-Jun-2007 21:10:21 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ab77e21d815e857942e588994428ef65f54e1824..938189f3ff9cd6b32c1926d01d0f548c598cd2d5 100644 (file)
@@ -434,7 +434,7 @@ Committed merge 7fb9b7262a1d1e0a47bbfdcbbcf50ce0635d3f8f
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:34:48 UTC\r
+Last updated 02-Jun-2007 21:10:23 UTC\r
 </div>\r
 </div>\r
 </body>\r
index f85d6f03d3f8f0a3fd9dd76016cc218d9a20782a..5d03f208639feb928807a23ba64f8b05990968cb 100644 (file)
@@ -528,8 +528,7 @@ info/exclude
         exclude pattern list. <tt>.gitignore</tt> is the per-directory\r
         ignore file.  <tt>git status</tt>, <tt>git add</tt>, <tt>git rm</tt> and <tt>git\r
         clean</tt> look at it but the core git commands do not look\r
-        at it.  See also: <a href="git-ls-files.html">git-ls-files(1)</a> <tt>&#8212;exclude-from</tt>\r
-        and <tt>&#8212;exclude-per-directory</tt>.\r
+        at it.  See also: <a href="gitignore.html">gitignore(5)</a>.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -583,7 +582,7 @@ shallow
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:34:45 UTC\r
+Last updated 02-Jun-2007 21:10:21 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 0459bd9ca1732beec1150e4354f1a03eafd53fe4..15221b53206eb65072f147ac72f556d0a1ee55e4 100644 (file)
@@ -155,8 +155,7 @@ info/exclude::
        exclude pattern list. `.gitignore` is the per-directory
        ignore file.  `git status`, `git add`, `git rm` and `git
        clean` look at it but the core git commands do not look
-       at it.  See also: gitlink:git-ls-files[1] `--exclude-from`
-       and `--exclude-per-directory`.
+       at it.  See also: gitlink:gitignore[5].
 
 remotes::
        Stores shorthands to be used to give URL and default
index 230173330e472eea11e9d66ae4ad646bed1648d2..b7719ae3285ddf331834bb620936ab62805fa885 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 20-May-2007 09:08:18 UTC\r
+Last updated 02-Jun-2007 21:10:19 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 064de68a2083a6a474b12a819e2d1c97e4df54dc..d3d693807ff3c9d45931df4484cb07abf50db548 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 20-May-2007 09:08:17 UTC\r
+Last updated 02-Jun-2007 21:10:18 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 97d16126a8eaed5a174b611fd75ffa6c52b5165d..a17980de8ff9270b837cc62cdf8cb98b51646c0e 100644 (file)
@@ -441,12 +441,12 @@ annoying to have these untracked files lying around; e.g. they make
 "<code class="literal">git add .</code>" and "<code class="literal">git commit -a</code>" practically useless, and they keep
 showing up in the output of "<code class="literal">git status</code>", etc.</p><p>Git therefore provides "exclude patterns" for telling git which files to
 actively ignore. Exclude patterns are thoroughly explained in the
-"Exclude Patterns" section of the <a href="git-ls-files.html" target="_top">git-ls-files(1)</a> manual page,
-but the heart of the concept is simply a list of files which git should
-ignore. Entries in the list may contain globs to specify multiple files,
-or may be prefixed by "<code class="literal">!</code>" to explicitly include (un-ignore) a previously
-excluded (ignored) file (i.e. later exclude patterns override earlier ones).
-The following example should illustrate such patterns:</p><div class="literallayout"><p># Lines starting with '#' are considered comments.<br>
+<a href="gitignore.html" target="_top">gitignore(5)</a> manual page, but the heart of the concept is simply
+a list of files which git should ignore. Entries in the list may contain
+globs to specify multiple files, or may be prefixed by "<code class="literal">!</code>" to
+explicitly include (un-ignore) a previously excluded (ignored) file
+(i.e. later exclude patterns override earlier ones).  The following
+example should illustrate such patterns:</p><div class="literallayout"><p># Lines starting with '#' are considered comments.<br>
 # Ignore foo.txt.<br>
 foo.txt<br>
 # Ignore (generated) html files,<br>
index 4fabb8e2a9e601c82b55ac25b1b9d8cfb9a06d3a..7eaafa80e9dde9d90c1eca1f760c7ade599f8250 100644 (file)
@@ -1103,12 +1103,12 @@ showing up in the output of "`git status`", etc.
 
 Git therefore provides "exclude patterns" for telling git which files to
 actively ignore. Exclude patterns are thoroughly explained in the
-"Exclude Patterns" section of the gitlink:git-ls-files[1] manual page,
-but the heart of the concept is simply a list of files which git should
-ignore. Entries in the list may contain globs to specify multiple files,
-or may be prefixed by "`!`" to explicitly include (un-ignore) a previously
-excluded (ignored) file (i.e. later exclude patterns override earlier ones).
-The following example should illustrate such patterns:
+gitlink:gitignore[5] manual page, but the heart of the concept is simply
+a list of files which git should ignore. Entries in the list may contain
+globs to specify multiple files, or may be prefixed by "`!`" to
+explicitly include (un-ignore) a previously excluded (ignored) file
+(i.e. later exclude patterns override earlier ones).  The following
+example should illustrate such patterns:
 
 -------------------------------------------------
 # Lines starting with '#' are considered comments.