Skip to content

Commit ce33288

Browse files
committed
GIT 1.5.4-rc4
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 105c21d commit ce33288

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Documentation/RelNotes-1.5.4.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

1417
Deprecation 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
--
364369
exec >/var/tmp/1
365-
O=v1.5.4-rc3
370+
O=v1.5.4-rc4
366371
echo O=`git describe refs/heads/master`
367372
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint

0 commit comments

Comments
 (0)