Autogenerated HTML docs for v1.5.0.1-37-g1e592
authorJunio C Hamano <junio@hera.kernel.org>
Tue, 20 Feb 2007 04:52:14 +0000 (04:52 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Tue, 20 Feb 2007 04:52:14 +0000 (04:52 +0000)
RelNotes-1.5.0.txt
config.txt
git-clone.html
git-clone.txt
git-config.html
git-remote.html
git-remote.txt
git.html

index 599efb8c908d96e4de938458654cbbe907cf00bb..daf4bdb0d7bb24319810fe0e73aa317663448c93 100644 (file)
@@ -448,7 +448,7 @@ Updates in v1.5.0 since v1.4.4 series
  - There is a partial support for 'shallow' repositories that
    keeps only recent history.  A 'shallow clone' is created by
    specifying how deep that truncated history should be
-   (e.g. "git clone --depth=5 git://some.where/repo.git").
+   (e.g. "git clone --depth 5 git://some.where/repo.git").
 
    Currently a shallow repository has number of limitations:
 
index 38655350f22bde08786b4a42e608ba76c1becea4..d8e696f4cd9f119d9368c08e91ccea9946c83b3b 100644 (file)
@@ -439,6 +439,10 @@ pull.octopus::
 pull.twohead::
        The default merge strategy to use when pulling a single branch.
 
+remote.fetch::
+       The list of remotes which are fetched by "git remote update".
+       See gitlink:git-remote[1].
+
 remote.<name>.url::
        The URL of a remote repository.  See gitlink:git-fetch[1] or
        gitlink:git-push[1].
index 3aab15d549d2d1b6e7a0ecfbdc005cd0012d89f4..1325df92b34aa7fa55a947d43297f2920ae06826 100644 (file)
@@ -275,7 +275,7 @@ git-clone(1) Manual Page
 <div class="verseblock">\r
 <div class="content"><em>git-clone</em> [--template=&lt;template_directory&gt;] [-l [-s]] [-q] [-n] [--bare]\r
           [-o &lt;name&gt;] [-u &lt;upload-pack&gt;] [--reference &lt;repository&gt;]\r
-          [--depth=&lt;depth&gt;] &lt;repository&gt; [&lt;directory&gt;]</div></div>\r
+          [--depth &lt;depth&gt;] &lt;repository&gt; [&lt;directory&gt;]</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -413,7 +413,7 @@ configuration variables.</p>
 </p>\r
 </dd>\r
 <dt>\r
---depth=&lt;depth&gt;\r
+--depth &lt;depth&gt;\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -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 19-Jan-2007 00:37:14 UTC\r
+Last updated 20-Feb-2007 04:51:59 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 707376f22cf2c849aae4cfca463d239b5f4fdf68..6d32c491a591daa183424a8743ed119e07631b27 100644 (file)
@@ -11,7 +11,7 @@ SYNOPSIS
 [verse]
 'git-clone' [--template=<template_directory>] [-l [-s]] [-q] [-n] [--bare]
          [-o <name>] [-u <upload-pack>] [--reference <repository>]
-         [--depth=<depth>] <repository> [<directory>]
+         [--depth <depth>] <repository> [<directory>]
 
 DESCRIPTION
 -----------
@@ -96,7 +96,7 @@ OPTIONS
        if unset the templates are taken from the installation
        defined default, typically `/usr/share/git-core/templates`.
 
---depth=<depth>::
+--depth <depth>::
        Create a 'shallow' clone with a history truncated to the
        specified number of revs.  A shallow repository has
        number of limitations (you cannot clone or fetch from
index a9bcaa86cbbcfce131c92844416f2b6201f3e0d1..719a4dfed4e21d68acd268f0742e18b0fc6ead80 100644 (file)
@@ -1232,6 +1232,15 @@ pull.twohead
 </p>\r
 </dd>\r
 <dt>\r
+remote.fetch\r
+</dt>\r
+<dd>\r
+<p>\r
+        The list of remotes which are fetched by "git remote update".\r
+        See <a href="git-remote.html">git-remote(1)</a>.\r
+</p>\r
+</dd>\r
+<dt>\r
 remote.&lt;name&gt;.url\r
 </dt>\r
 <dd>\r
@@ -1419,7 +1428,7 @@ transfer.unpackLimit
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 13-Feb-2007 23:48:05 UTC\r
+Last updated 20-Feb-2007 04:52:00 UTC\r
 </div>\r
 </div>\r
 </body>\r
index f00c00ca69ae29dba7f65b1dd76d182fe066960f..b4c767fcb38656d981c8ece500f0254db18432a0 100644 (file)
@@ -276,7 +276,8 @@ git-remote(1) Manual Page
 <div class="content"><em>git-remote</em>\r
 <em>git-remote</em> add &lt;name&gt; &lt;url&gt;\r
 <em>git-remote</em> show &lt;name&gt;\r
-<em>git-remote</em> prune &lt;name&gt;</div></div>\r
+<em>git-remote</em> prune &lt;name&gt;\r
+<em>git-remote</em> update</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -312,7 +313,18 @@ Gives some information about the remote &lt;name&gt;.
 <p>\r
 Deletes all stale tracking branches under &lt;name&gt;.\r
 These stale branches have already been removed from the remote repository\r
-referenced by &lt;name&gt;, but are still locally available in "remotes/&lt;name&gt;".\r
+referenced by &lt;name&gt;, but are still locally available in\r
+"remotes/&lt;name&gt;".\r
+</p>\r
+</dd>\r
+<dt>\r
+<em>update</em>\r
+</dt>\r
+<dd>\r
+<p>\r
+Fetch updates for the remotes in the repository.  By default all remotes\r
+are updated, but this can be configured via the configuration parameter\r
+<em>remote.fetch</em>.   (See <a href="git-config.html">git-config(1)</a>).\r
 </p>\r
 </dd>\r
 </dl>\r
@@ -366,7 +378,7 @@ $ git checkout -b nfs linux-nfs/master
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Feb-2007 08:31:45 UTC\r
+Last updated 20-Feb-2007 04:52:01 UTC\r
 </div>\r
 </div>\r
 </body>\r
index a60c31a3150ca8109b1fb16aaf8ff485b57c9932..06ba2e6f26aca732c70d04b6d59190dd0e3a683e 100644 (file)
@@ -13,6 +13,7 @@ SYNOPSIS
 'git-remote' add <name> <url>
 'git-remote' show <name>
 'git-remote' prune <name>
+'git-remote' update
 
 DESCRIPTION
 -----------
@@ -40,7 +41,14 @@ Gives some information about the remote <name>.
 
 Deletes all stale tracking branches under <name>.
 These stale branches have already been removed from the remote repository
-referenced by <name>, but are still locally available in "remotes/<name>".
+referenced by <name>, but are still locally available in
+"remotes/<name>".
+
+'update'::
+
+Fetch updates for the remotes in the repository.  By default all remotes
+are updated, but this can be configured via the configuration parameter
+'remote.fetch'.   (See gitlink:git-config[1]).
 
 
 DISCUSSION
index 08e14fc098abbb8fe577524d8e7fbe0b9349905c..6ba1dd0a80c95c8805ab7bc9f973cce92db37742 100644 (file)
--- a/git.html
+++ b/git.html
@@ -2290,7 +2290,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 18-Feb-2007 00:34:44 UTC\r
+Last updated 20-Feb-2007 04:52:02 UTC\r
 </div>\r
 </div>\r
 </body>\r