summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-07-19 17:58:01 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-07-19 17:58:01 (GMT)
commita1b6fb04b1c1b581dfac5c13641af8b3ae44810f (patch)
tree6781e9354972577e3635aea062b92d35a28d90f5
parent4d2646727997c82c04a82ce38e56d76e7b5d268b (diff)
downloadgit-a1b6fb04b1c1b581dfac5c13641af8b3ae44810f.zip
git-a1b6fb04b1c1b581dfac5c13641af8b3ae44810f.tar.gz
git-a1b6fb04b1c1b581dfac5c13641af8b3ae44810f.tar.bz2
GIT 1.5.6.4v1.5.6.4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes-1.5.6.4.txt16
1 files changed, 10 insertions, 6 deletions
diff --git a/Documentation/RelNotes-1.5.6.4.txt b/Documentation/RelNotes-1.5.6.4.txt
index 1304188..d8968f1 100644
--- a/Documentation/RelNotes-1.5.6.4.txt
+++ b/Documentation/RelNotes-1.5.6.4.txt
@@ -28,16 +28,20 @@ Fixes since v1.5.6.3
be huge by saying "no common commits", but this was an unnecessary
noise; it is already known by the user anyway.
+* "git-http-fetch" would have segfaulted when pack idx file retrieved
+ from the other side was corrupt.
+
+* "git-index-pack" used too much memory when dealing with a deep delta chain.
+
* "git-mailinfo" (hence "git-am") did not correctly handle in-body [PATCH]
line to override the commit title taken from the mail Subject header.
* "git-rebase -i -p" lost parents that are not involved in the history
being rewritten.
-Contains other various documentation fixes.
+* "git-rm" lost track of where the index file was when GIT_DIR was
+ specified as a relative path.
---
-exec >/var/tmp/1
-echo O=$(git describe maint)
-O=v1.5.6.3-21-gebcce31
-git shortlog --no-merges $O..maint
+* "git-rev-list --quiet" was not quiet as advertised.
+
+Contains other various documentation fixes.