Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-01-21 04:04:53 +0300
committerJunio C Hamano <gitster@pobox.com>2008-01-21 04:05:11 +0300
commitce33288ea6b81a2f4f5aecd72177bcc8174562ae (patch)
treeaf4bc20c5e4e543d90e11256dd4dac27fb93665d
parent105c21df14531bf2fd39e05b4c3a9aa31349da06 (diff)
GIT 1.5.4-rc4v1.5.4-rc4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes-1.5.4.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.5.4.txt b/Documentation/RelNotes-1.5.4.txt
index 97a9bd9cd2..9c864c9def 100644
--- a/Documentation/RelNotes-1.5.4.txt
+++ b/Documentation/RelNotes-1.5.4.txt
@@ -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