Autogenerated HTML docs for v1.5.4-rc4
authorJunio C Hamano <junio@hera.kernel.org>
Mon, 21 Jan 2008 02:37:44 +0000 (02:37 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Mon, 21 Jan 2008 02:37:44 +0000 (02:37 +0000)
RelNotes-1.5.4.txt
git-cherry-pick.html
git-cherry-pick.txt
git-revert.html
git-revert.txt

index 97a9bd9cd23934ec2d00b4160d0447bfffff97f3..9c864c9def3ece2e42189076922cf19548474921 100644 (file)
@@ -10,6 +10,9 @@ Removal
  * 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
 -------------------
@@ -360,8 +363,10 @@ series.
  * 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
index a2a407f4ff16c2a19cbbae8ac4ddf1e16606fd8c..e82deb9d6569a9ea754386147212743106fa8228 100644 (file)
@@ -299,7 +299,7 @@ modifications from the HEAD commit).</p>
 <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
@@ -375,7 +375,7 @@ effect to your working tree in a row.</p>
 </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
index 3bcc12c132b38008d007ed237e3641df326673af..877ab66ef5c032af09ace5597bac64fd7739f468 100644 (file)
@@ -24,7 +24,7 @@ OPTIONS
 
 -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
index adc071d3226c48fcc3cec6b9f7f1daca9be988cb..507db39f52632cdf748d4315e9d78f43a5dd6e05 100644 (file)
@@ -299,7 +299,7 @@ modifications from the HEAD commit).</p>
 <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
@@ -357,7 +357,7 @@ effect to your working tree in a row.</p>
 </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
index 494fc7f84707ad77ddf3a8ae07db6a3d1089f4d9..93e20f7752f0d48faca153eef144845b2db9ce1d 100644 (file)
@@ -24,7 +24,7 @@ OPTIONS
 
 -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::