File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
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
You can’t perform that action at this time.
0 commit comments