summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-07-25 07:51:21 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-07-25 07:51:21 (GMT)
commitb3601a633801861da9dc1e6b4f7d62b05ca1706c (patch)
tree24b9e0e125ecd4725b960d276210d84a00c8f981 /Documentation
parent130b04ab37d74e574d525df7948b963b13c6bdbf (diff)
downloadgit-b3601a633801861da9dc1e6b4f7d62b05ca1706c.zip
git-b3601a633801861da9dc1e6b4f7d62b05ca1706c.tar.gz
git-b3601a633801861da9dc1e6b4f7d62b05ca1706c.tar.bz2
Update release notes for 1.6.4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes-1.6.4.txt15
1 files changed, 13 insertions, 2 deletions
diff --git a/Documentation/RelNotes-1.6.4.txt b/Documentation/RelNotes-1.6.4.txt
index f578b81..b3c0346 100644
--- a/Documentation/RelNotes-1.6.4.txt
+++ b/Documentation/RelNotes-1.6.4.txt
@@ -38,7 +38,7 @@ Updates since v1.6.3
* We feed iconv with "UTF-8" instead of "utf8"; the former is
understood more widely. Similarly updated test scripts to use
- encoding names more widely understood (e.g. use "ISO8850-1" instead
+ encoding names more widely understood (e.g. use "ISO8859-1" instead
of "ISO-8859-1").
* Various portability fixes/workarounds for different vintages of
@@ -123,8 +123,19 @@ v1.6.3.X series.
that chdir around. It now internally records the repository location
as an absolute path when autodetected.
+ * Removing a section with "git config --remove-section", when its
+ section header has a variable definition on the same line, lost
+ that variable definition.
+
+ * "git repack" used to faithfully follow grafts and considered true
+ parents recorded in the commit object unreachable from the commit.
+ After such a repacking, you cannot remove grafts without corrupting
+ the repository.
+
+ * "git send-email" did not detect errorneous loops in alias expansion.
+
---
exec >/var/tmp/1
echo O=$(git describe master)
-O=v1.6.4-rc1-7-gbba0fd2
+O=v1.6.4-rc2-17-g130b04a
git shortlog --no-merges $O..master ^maint