Autogenerated HTML docs for v1.5.5.1-382-g182f
authorJunio C Hamano <junio@hera.kernel.org>
Sat, 24 May 2008 01:12:30 +0000 (01:12 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sat, 24 May 2008 01:12:30 +0000 (01:12 +0000)
config.txt
git-config.html
git-log.html
git-push.html
git-push.txt
git-repack.html
git-repack.txt
git-rev-list.html
git-show.html
git-show.txt
rev-list-options.txt

index 217980f48d9d9ac71860d61313e9afa9c6b7c332..002a06689343df9201d8c08beff8147c8a55e8b7 100644 (file)
@@ -523,8 +523,10 @@ color.status.<slot>::
        one of `header` (the header text of the status message),
        `added` or `updated` (files which are added but not committed),
        `changed` (files which are changed but not added in the index),
-       or `untracked` (files which are not tracked by git). The values of
-       these variables may be specified as in color.branch.<slot>.
+       `untracked` (files which are not tracked by git), or
+       `nobranch` (the color the 'no branch' warning is shown in, defaulting
+       to red). The values of these variables may be specified as in
+       color.branch.<slot>.
 
 commit.template::
        Specify a file to use as the template for new commit messages.
@@ -815,6 +817,12 @@ instaweb.port::
        The port number to bind the gitweb httpd to. See
        linkgit:git-instaweb[1].
 
+log.date::
+       Set default date-time mode for the log command. Setting log.date
+       value is similar to using git log's --date option. The value is one of
+       following alternatives: {relative,local,default,iso,rfc,short}.
+       See linkgit:git-log[1].
+
 log.showroot::
        If true, the initial commit will be shown as a big creation event.
        This is equivalent to a diff against an empty tree.
index 31c130070f8399b382d6b03d87e58ac09dc6b125..fd92c3f299c3598c1195374ccd938b293032c88e 100644 (file)
@@ -1434,8 +1434,10 @@ color.status.&lt;slot&gt;
         one of <tt>header</tt> (the header text of the status message),\r
         <tt>added</tt> or <tt>updated</tt> (files which are added but not committed),\r
         <tt>changed</tt> (files which are changed but not added in the index),\r
-        or <tt>untracked</tt> (files which are not tracked by git). The values of\r
-        these variables may be specified as in color.branch.&lt;slot&gt;.\r
+        <tt>untracked</tt> (files which are not tracked by git), or\r
+        <tt>nobranch</tt> (the color the <em>no branch</em> warning is shown in, defaulting\r
+        to red). The values of these variables may be specified as in\r
+        color.branch.&lt;slot&gt;.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1994,6 +1996,17 @@ instaweb.port
 </p>\r
 </dd>\r
 <dt>\r
+log.date\r
+</dt>\r
+<dd>\r
+<p>\r
+        Set default date-time mode for the log command. Setting log.date\r
+        value is similar to using git log's --date option. The value is one of\r
+        following alternatives: {relative,local,default,iso,rfc,short}.\r
+        See <a href="git-log.html">git-log(1)</a>.\r
+</p>\r
+</dd>\r
+<dt>\r
 log.showroot\r
 </dt>\r
 <dd>\r
@@ -2561,7 +2574,7 @@ web.browser
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 14-May-2008 22:24:40 UTC\r
+Last updated 24-May-2008 01:12:05 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 45ab542d2e4ff2a47198006bbdc72535dcef6d64..753c77bc68a0e0e45b7a3c0d96cc753f1a85dfc3 100644 (file)
@@ -871,12 +871,13 @@ people using 80-column terminals.</p>
 </p>\r
 </dd>\r
 <dt>\r
---date={relative,local,default,iso,rfc}\r
+--date={relative,local,default,iso,rfc,short}\r
 </dt>\r
 <dd>\r
 <p>\r
         Only takes effect for dates shown in human-readable format, such\r
-        as when using "--pretty".\r
+        as when using "--pretty". <tt>log.date</tt> config variable sets a default\r
+        value for log command's --date option.\r
 </p>\r
 <p><tt>--date=relative</tt> shows dates relative to the current time,\r
 e.g. "2 hours ago".</p>\r
@@ -1942,7 +1943,7 @@ reversible operation.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 22-May-2008 00:52:46 UTC\r
+Last updated 24-May-2008 01:12:05 UTC\r
 </div>\r
 </div>\r
 </body>\r
index cd77cd3bc35163c1357b4388860a1db41a4a7cc0..1f20f9f34a8deaf37a45ef2dcf37166f91298d49 100644 (file)
@@ -315,16 +315,17 @@ to fast forward the remote ref that matches &lt;dst&gt; (or, if no &lt;dst&gt; w
 specified, the same ref that &lt;src&gt; referred to locally).  If\r
 the optional leading plus <tt>+</tt> is used, the remote ref is updated\r
 even if it does not result in a fast forward update.</p>\r
-<p>Note: If no explicit refspec is found, (that is neither\r
-on the command line nor in any Push line of the\r
-corresponding remotes file---see below), then "matching" heads are\r
-pushed: for every head that exists on the local side, the remote side is\r
-updated if a head of the same name already exists on the remote side.</p>\r
 <p><tt>tag &lt;tag&gt;</tt> means the same as <tt>refs/tags/&lt;tag&gt;:refs/tags/&lt;tag&gt;</tt>.</p>\r
 <p>A parameter &lt;ref&gt; without a colon pushes the &lt;ref&gt; from the source\r
 repository to the destination repository under the same name.</p>\r
 <p>Pushing an empty &lt;src&gt; allows you to delete the &lt;dst&gt; ref from\r
 the remote repository.</p>\r
+<p>The special refspec <tt>:</tt> (or <tt>+:</tt> to allow non-fast forward updates)\r
+directs git to push "matching" heads: for every head that exists on\r
+the local side, the remote side is updated if a head of the same name\r
+already exists on the remote side.  This is the default operation mode\r
+if no explicit refspec is found (that is neither on the command line\r
+nor in any Push line of the corresponding remotes file---see below).</p>\r
 </dd>\r
 <dt>\r
 --all\r
@@ -732,7 +733,7 @@ by Linus Torvalds &lt;torvalds@osdl.org&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 06-May-2008 06:34:59 UTC\r
+Last updated 24-May-2008 01:12:07 UTC\r
 </div>\r
 </div>\r
 </body>\r
index f06d94e318d6d0bf918430bafc746e96a2abe7a1..0cc44d79993735a8978af9e191e6846c6ceddb74 100644 (file)
@@ -46,12 +46,6 @@ specified, the same ref that <src> referred to locally).  If
 the optional leading plus `+` is used, the remote ref is updated
 even if it does not result in a fast forward update.
 +
-Note: If no explicit refspec is found, (that is neither
-on the command line nor in any Push line of the
-corresponding remotes file---see below), then "matching" heads are
-pushed: for every head that exists on the local side, the remote side is
-updated if a head of the same name already exists on the remote side.
-+
 `tag <tag>` means the same as `refs/tags/<tag>:refs/tags/<tag>`.
 +
 A parameter <ref> without a colon pushes the <ref> from the source
@@ -59,6 +53,13 @@ repository to the destination repository under the same name.
 +
 Pushing an empty <src> allows you to delete the <dst> ref from
 the remote repository.
++
+The special refspec `:` (or `+:` to allow non-fast forward updates)
+directs git to push "matching" heads: for every head that exists on
+the local side, the remote side is updated if a head of the same name
+already exists on the remote side.  This is the default operation mode
+if no explicit refspec is found (that is neither on the command line
+nor in any Push line of the corresponding remotes file---see below).
 
 \--all::
        Instead of naming each ref to push, specifies that all
index 7280681fffbaa28773577dbe62244231060db326..305b078180ba3abb517b087c2a484cd36ddc7dbf 100644 (file)
@@ -272,7 +272,7 @@ git-repack(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-repack</em> [-a] [-d] [-f] [-l] [-n] [-q] [--window=N] [--depth=N]</p>\r
+<p><em>git-repack</em> [-a] [-A] [-d] [-f] [-l] [-n] [-q] [--window=N] [--depth=N]</p>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -304,6 +304,23 @@ engines, disk storage, etc.</p>
 </p>\r
 </dd>\r
 <dt>\r
+-A\r
+</dt>\r
+<dd>\r
+<p>\r
+        Same as <tt>-a</tt>, but any unreachable objects in a previous\r
+        pack become loose, unpacked objects, instead of being\r
+        left in the old pack.  Unreachable objects are never\r
+        intentionally added to a pack, even when repacking.\r
+        When used with <em>-d</em>, this option\r
+        prevents unreachable objects from being immediately\r
+        deleted by way of being left in the old pack and then\r
+        removed.  Instead, the loose unreachable objects\r
+        will be pruned according to normal expiry rules\r
+        with the next <a href="git-gc.html">git-gc(1)</a>.\r
+</p>\r
+</dd>\r
+<dt>\r
 -d\r
 </dt>\r
 <dd>\r
@@ -346,7 +363,10 @@ engines, disk storage, etc.</p>
 <dd>\r
 <p>\r
         Do not update the server information with\r
-        <tt>git update-server-info</tt>.\r
+        <tt>git update-server-info</tt>.  This option skips\r
+        updating local catalog files needed to publish\r
+        this repository (or a direct copy of it)\r
+        over HTTP or FTP.  See .\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -423,7 +443,7 @@ that way can try to use older git with it).</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 07-Jan-2008 07:50:41 UTC\r
+Last updated 24-May-2008 01:12:07 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 3d957492f8aea7c2760f7274605d71f5a25349b2..f81a6607dec7bbe9c985106770ecae8b5f01f3c0 100644 (file)
@@ -8,7 +8,7 @@ git-repack - Pack unpacked objects in a repository
 
 SYNOPSIS
 --------
-'git-repack' [-a] [-d] [-f] [-l] [-n] [-q] [--window=N] [--depth=N]
+'git-repack' [-a] [-A] [-d] [-f] [-l] [-n] [-q] [--window=N] [--depth=N]
 
 DESCRIPTION
 -----------
@@ -37,6 +37,18 @@ OPTIONS
        leaves behind, but `git fsck --full` shows as
        dangling.
 
+-A::
+       Same as `-a`, but any unreachable objects in a previous
+       pack become loose, unpacked objects, instead of being
+       left in the old pack.  Unreachable objects are never
+       intentionally added to a pack, even when repacking.
+       When used with '-d', this option
+       prevents unreachable objects from being immediately
+       deleted by way of being left in the old pack and then
+       removed.  Instead, the loose unreachable objects
+       will be pruned according to normal expiry rules
+       with the next linkgit:git-gc[1].
+
 -d::
        After packing, if the newly created packs make some
        existing packs redundant, remove the redundant packs.
@@ -55,8 +67,11 @@ OPTIONS
        linkgit:git-pack-objects[1].
 
 -n::
-        Do not update the server information with
-        `git update-server-info`.
+       Do not update the server information with
+       `git update-server-info`.  This option skips
+       updating local catalog files needed to publish
+       this repository (or a direct copy of it)
+       over HTTP or FTP.  See gitlink:git-update-server-info[1].
 
 --window=[N], --depth=[N]::
        These two options affect how the objects contained in the pack are
index 7a19b6dda1e294cda12cb9180313efce696f9ccf..6f67fc417de40d20a4e80c30183d69397bdc5f80 100644 (file)
@@ -401,12 +401,13 @@ people using 80-column terminals.</p>
 </p>\r
 </dd>\r
 <dt>\r
---date={relative,local,default,iso,rfc}\r
+--date={relative,local,default,iso,rfc,short}\r
 </dt>\r
 <dd>\r
 <p>\r
         Only takes effect for dates shown in human-readable format, such\r
-        as when using "--pretty".\r
+        as when using "--pretty". <tt>log.date</tt> config variable sets a default\r
+        value for log command's --date option.\r
 </p>\r
 <p><tt>--date=relative</tt> shows dates relative to the current time,\r
 e.g. "2 hours ago".</p>\r
@@ -1224,7 +1225,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 22-May-2008 00:52:46 UTC\r
+Last updated 24-May-2008 01:12:07 UTC\r
 </div>\r
 </div>\r
 </body>\r
index fdf0ab6c7acbd22b68acbb624f08819168189825..6024c1c6c6dd23e5e0339d9243a673708f18421f 100644 (file)
@@ -761,7 +761,6 @@ Johannes Schindelin &lt;Johannes.Schindelin@gmx.de&gt;.</p>
 <h2>Documentation</h2>\r
 <div class="sectionbody">\r
 <p>Documentation by David Greaves, Petr Baudis and the git-list &lt;git@vger.kernel.org&gt;.</p>\r
-<p>This manual page is a stub. You can help the git documentation by expanding it.</p>\r
 </div>\r
 <h2>GIT</h2>\r
 <div class="sectionbody">\r
@@ -769,7 +768,7 @@ Johannes Schindelin &lt;Johannes.Schindelin@gmx.de&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 09-Apr-2008 09:38:28 UTC\r
+Last updated 24-May-2008 01:12:08 UTC\r
 </div>\r
 </div>\r
 </body>\r
index dccf0e20eccd20d45ac83828dbc7c67fa6a86e1a..29ed0acc62156a743db2741d1f576fca87eebff1 100644 (file)
@@ -79,8 +79,6 @@ Documentation
 -------------
 Documentation by David Greaves, Petr Baudis and the git-list <git@vger.kernel.org>.
 
-This manual page is a stub. You can help the git documentation by expanding it.
-
 GIT
 ---
 Part of the linkgit:git[7] suite
index ce6a1017a34aed25efc192e889a9f04adb5aa2f3..dfcef79a6b772ae5fb11fc378772042ba465615f 100644 (file)
@@ -13,10 +13,11 @@ include::pretty-options.txt[]
 
        Synonym for `--date=relative`.
 
---date={relative,local,default,iso,rfc}::
+--date={relative,local,default,iso,rfc,short}::
 
        Only takes effect for dates shown in human-readable format, such
-       as when using "--pretty".
+       as when using "--pretty". `log.date` config variable sets a default
+       value for log command's --date option.
 +
 `--date=relative` shows dates relative to the current time,
 e.g. "2 hours ago".