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
10
10
* As git-commit and git-status have been rewritten, "git runstatus"
11
11
helper script lost all its users and has been removed.
12
12
13
+ * Curl library older than 7.10 is not supported by "git http-push",
14
+ as it does not work without CURLM.
15
+
13
16
14
17
Deprecation notices
15
18
-------------------
@@ -360,8 +363,10 @@ series.
360
363
* Recent versions of AsciiDoc 8 has a change to break our
361
364
documentation; a workaround has been implemented.
362
365
366
+ * "git diff --color-words" colored context lines in a wrong color.
367
+
363
368
--
364
369
exec >/var/tmp/1
365
- O=v1.5.4-rc3
370
+ O=v1.5.4-rc4
366
371
echo O=`git describe refs/heads/master`
367
372
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
You can’t perform that action at this time.
0 commit comments