File tree Expand file tree Collapse file tree 5 files changed +12
-7
lines changed
Expand file tree Collapse file tree 5 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ Removal
1010 * As git-commit and git-status have been rewritten, "git runstatus"
1111 helper script lost all its users and has been removed.
1212
13+ * Curl library older than 7.10 is not supported by "git http-push",
14+ as it does not work without CURLM.
15+
1316
1417Deprecation notices
1518-------------------
@@ -360,8 +363,10 @@ series.
360363 * Recent versions of AsciiDoc 8 has a change to break our
361364 documentation; a workaround has been implemented.
362365
366+ * "git diff --color-words" colored context lines in a wrong color.
367+
363368--
364369exec >/var/tmp/1
365- O=v1.5.4-rc3
370+ O=v1.5.4-rc4
366371echo O=`git describe refs/heads/master`
367372git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ <h2>OPTIONS</h2>
299299< dd >
300300< p >
301301 With this option, < tt > git-cherry-pick</ tt > will let you edit the commit
302- message prior committing.
302+ message prior to committing.
303303</ p >
304304</ dd >
305305< dt >
@@ -375,7 +375,7 @@ <h2>GIT</h2>
375375</ div >
376376< div id ="footer ">
377377< div id ="footer-text ">
378- Last updated 07 -Jan-2008 07:50:06 UTC
378+ Last updated 21 -Jan-2008 02:37:25 UTC
379379</ div >
380380</ div >
381381</ body >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ OPTIONS
2424
2525-e|--edit::
2626 With this option, `git-cherry-pick` will let you edit the commit
27- message prior committing.
27+ message prior to committing.
2828
2929-x::
3030 When recording the commit, append to the original commit
Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ <h2>OPTIONS</h2>
299299< dd >
300300< p >
301301 With this option, < tt > git-revert</ tt > will let you edit the commit
302- message prior committing the revert. This is the default if
302+ message prior to committing the revert. This is the default if
303303 you run the command from a terminal.
304304</ p >
305305</ dd >
@@ -357,7 +357,7 @@ <h2>GIT</h2>
357357</ div >
358358< div id ="footer ">
359359< div id ="footer-text ">
360- Last updated 07 -Jan-2008 07:50:43 UTC
360+ Last updated 21 -Jan-2008 02:37:25 UTC
361361</ div >
362362</ div >
363363</ body >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ OPTIONS
2424
2525-e|--edit::
2626 With this option, `git-revert` will let you edit the commit
27- message prior committing the revert. This is the default if
27+ message prior to committing the revert. This is the default if
2828 you run the command from a terminal.
2929
3030-m parent-number|--mainline parent-number::
You can’t perform that action at this time.
0 commit comments