* As git-commit and git-status have been rewritten, "git runstatus"
helper script lost all its users and has been removed.
+ * Curl library older than 7.10 is not supported by "git http-push",
+ as it does not work without CURLM.
+
Deprecation notices
-------------------
* Recent versions of AsciiDoc 8 has a change to break our
documentation; a workaround has been implemented.
+ * "git diff --color-words" colored context lines in a wrong color.
+
--
exec >/var/tmp/1
-O=v1.5.4-rc3
+O=v1.5.4-rc4
echo O=`git describe refs/heads/master`
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
<dd>\r
<p>\r
With this option, <tt>git-cherry-pick</tt> will let you edit the commit\r
- message prior committing.\r
+ message prior to committing.\r
</p>\r
</dd>\r
<dt>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 07-Jan-2008 07:50:06 UTC\r
+Last updated 21-Jan-2008 02:37:25 UTC\r
</div>\r
</div>\r
</body>\r
-e|--edit::
With this option, `git-cherry-pick` will let you edit the commit
- message prior committing.
+ message prior to committing.
-x::
When recording the commit, append to the original commit
<dd>\r
<p>\r
With this option, <tt>git-revert</tt> will let you edit the commit\r
- message prior committing the revert. This is the default if\r
+ message prior to committing the revert. This is the default if\r
you run the command from a terminal.\r
</p>\r
</dd>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 07-Jan-2008 07:50:43 UTC\r
+Last updated 21-Jan-2008 02:37:25 UTC\r
</div>\r
</div>\r
</body>\r
-e|--edit::
With this option, `git-revert` will let you edit the commit
- message prior committing the revert. This is the default if
+ message prior to committing the revert. This is the default if
you run the command from a terminal.
-m parent-number|--mainline parent-number::