* "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.
* Various Perforce importer updates.
+ * git-lost-found was deprecated in favor of git-fsck's --lost-found
+ option.
+
Fixes since v1.5.3
------------------
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
</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
</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
</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
</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
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,
<h2>SYNOPSIS</h2>\r
<div class="sectionbody">\r
<div class="verseblock">\r
-<div class="content"><em>git-reset</em> [--mixed | --soft | --hard] [<commit>]\r
-<em>git-reset</em> [--mixed] <commit> [--] <paths>…</div></div>\r
+<div class="content"><em>git-reset</em> [--mixed | --soft | --hard] [-q] [<commit>]\r
+<em>git-reset</em> [--mixed] [-q] <commit> [--] <paths>…</div></div>\r
</div>\r
<h2>DESCRIPTION</h2>\r
<div class="sectionbody">\r
</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
<commit>\r
</dt>\r
<dd>\r
</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
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
-----------
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.
</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
</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
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.