Autogenerated HTML docs for v1.5.3.5-602-g53d1
authorJunio C Hamano <junio@hera.kernel.org>
Thu, 8 Nov 2007 08:07:45 +0000 (08:07 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Thu, 8 Nov 2007 08:07:45 +0000 (08:07 +0000)
RelNotes-1.5.3.5.txt
RelNotes-1.5.4.txt
config.txt
git-config.html
git-lost-found.html
git-lost-found.txt
git-reset.html
git-reset.txt
git-send-email.html
git-send-email.txt

index f99a2cd65003c06ef5da26a4508b4ce74d6b267f..7ff1d5d0d100fc632208f4cbb67189ecbf58e9a4 100644 (file)
@@ -90,5 +90,5 @@ Fixes since v1.5.3.4
  * "git-send-pack $remote frotz" segfaulted when there is nothing
    named 'frotz' on the local end.
 
- * "git-rebase -interactive" did not handle its "--strategy" option
+ * "git-rebase --interactive" did not handle its "--strategy" option
    properly.
index 133fa64d226d3e1265144c3504c06d6e3f9e8c33..65dd1b0a2d5e13665a774f4a981ed8c30e6ff37c 100644 (file)
@@ -46,6 +46,9 @@ Updates since v1.5.3
 
  * Various Perforce importer updates.
 
+ * git-lost-found was deprecated in favor of git-fsck's --lost-found
+   option.
+
 Fixes since v1.5.3
 ------------------
 
index 0df004ea261d6862db0a9b528ec7f2c11bdd5b65..8d5d2005806289b7da9290fd0c40f12016d5ef53 100644 (file)
@@ -345,8 +345,8 @@ branch.<name>.mergeoptions::
        supported.
 
 clean.requireForce::
-       A boolean to make git-clean do nothing unless given -f or -n.  Defaults
-       to false.
+       A boolean to make git-clean do nothing unless given -f
+       or -n.   Defaults to true.
 
 color.branch::
        A boolean to enable/disable color in the output of
index 662d724538790f7c9c2f542bd54d7beca2d158f8..4e5ceddd9917aacb48072219e0d7df74f2469802 100644 (file)
@@ -1132,8 +1132,8 @@ clean.requireForce
 </dt>\r
 <dd>\r
 <p>\r
-        A boolean to make git-clean do nothing unless given -f or -n.  Defaults\r
-        to false.\r
+        A boolean to make git-clean do nothing unless given -f\r
+        or -n.   Defaults to true.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1956,7 +1956,7 @@ transfer.unpackLimit
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Nov-2007 11:13:00 UTC\r
+Last updated 08-Nov-2007 08:06:31 UTC\r
 </div>\r
 </div>\r
 </body>\r
index e4096b94aa5300be4a00064e67f7a18405a620a7..b29fde6c0da8b9f5a0d908a4d6bac3c9964e2b0e 100644 (file)
@@ -276,6 +276,8 @@ git-lost-found(1) Manual Page
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
+<p><strong>NOTE</strong>: this command is deprecated.  Use <a href="git-fsck.html">git-fsck(1)</a> with\r
+the option <em>--lost-found</em> instead.</p>\r
 <p>Finds dangling commits and tags from the object database, and\r
 creates refs to them in the .git/lost-found/ directory.  Commits and\r
 tags that dereference to commits are stored in .git/lost-found/commit,\r
@@ -338,7 +340,7 @@ $ git rev-parse not-lost-anymore
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 24-Sep-2007 01:04:57 UTC\r
+Last updated 08-Nov-2007 08:06:31 UTC\r
 </div>\r
 </div>\r
 </body>\r
index bc739117beaf0a3ca56c4158e40f8879d74018e3..7f808fcd767993a60fb96a2876475e696a0f5900 100644 (file)
@@ -11,6 +11,10 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
+
+*NOTE*: this command is deprecated.  Use gitlink:git-fsck[1] with
+the option '--lost-found' instead.
+
 Finds dangling commits and tags from the object database, and
 creates refs to them in the .git/lost-found/ directory.  Commits and
 tags that dereference to commits are stored in .git/lost-found/commit,
index 7b334cdb8a088c319f61a3265ac29d2126f783bc..77803c1ef12196688bfabf505d427e3c48b3da4d 100644 (file)
@@ -273,8 +273,8 @@ git-reset(1) Manual Page
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
 <div class="verseblock">\r
-<div class="content"><em>git-reset</em> [--mixed | --soft | --hard] [&lt;commit&gt;]\r
-<em>git-reset</em> [--mixed] &lt;commit&gt; [--] &lt;paths&gt;&#8230;</div></div>\r
+<div class="content"><em>git-reset</em> [--mixed | --soft | --hard] [-q] [&lt;commit&gt;]\r
+<em>git-reset</em> [--mixed] [-q] &lt;commit&gt; [--] &lt;paths&gt;&#8230;</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -323,6 +323,14 @@ the index from a given commit, without moving HEAD.</p>
 </p>\r
 </dd>\r
 <dt>\r
+-q\r
+</dt>\r
+<dd>\r
+<p>\r
+        Be quiet, only report errors.\r
+</p>\r
+</dd>\r
+<dt>\r
 &lt;commit&gt;\r
 </dt>\r
 <dd>\r
@@ -567,7 +575,7 @@ At this point the index file still has all the WIP changes you
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Nov-2007 02:45:14 UTC\r
+Last updated 08-Nov-2007 08:06:31 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 87afa6f8da0c6421e909663fe79a6f8b0fc0a7d8..050e4eadbb3d5b8f60edc173f2f17fdc959dde5d 100644 (file)
@@ -8,8 +8,8 @@ git-reset - Reset current HEAD to the specified state
 SYNOPSIS
 --------
 [verse]
-'git-reset' [--mixed | --soft | --hard] [<commit>]
-'git-reset' [--mixed] <commit> [--] <paths>...
+'git-reset' [--mixed | --soft | --hard] [-q] [<commit>]
+'git-reset' [--mixed] [-q] <commit> [--] <paths>...
 
 DESCRIPTION
 -----------
@@ -45,6 +45,9 @@ OPTIONS
        switched to. Any changes to tracked files in the working tree
        since <commit> are lost.
 
+-q::
+       Be quiet, only report errors.
+
 <commit>::
        Commit to make the current HEAD.
 
index 7f70bdb4fdce7b6dedabec1b99e2b11d63c3538a..49ee64e726aa414873094c916543cf0aaec31d86 100644 (file)
@@ -451,8 +451,7 @@ enabled interface to provide the necessary information.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        If this is set, do not add the From: address to the cc: list, if it\r
-        shows up in a From: line.\r
+        If this is set, do not add the From: address to the cc: list.\r
         Default is the value of <em>sendemail.suppressfrom</em> configuration value;\r
         if that is unspecified, default to --no-suppress-from.\r
 </p>\r
@@ -617,7 +616,7 @@ send_lots_of_email.pl by Greg Kroah-Hartman.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 25-Oct-2007 06:49:39 UTC\r
+Last updated 08-Nov-2007 08:06:32 UTC\r
 </div>\r
 </div>\r
 </body>\r
index e38b7021b4d38c07bd794e59be0a5e0747a8b775..659215ac7221d5c8b6aa78bef2fcadce24ada8c3 100644 (file)
@@ -113,8 +113,7 @@ The --cc option must be repeated for each user you want on the cc list.
        is not set, this will be prompted for.
 
 --suppress-from, --no-suppress-from::
-        If this is set, do not add the From: address to the cc: list, if it
-        shows up in a From: line.
+        If this is set, do not add the From: address to the cc: list.
         Default is the value of 'sendemail.suppressfrom' configuration value;
         if that is unspecified, default to --no-suppress-from.