Skip to content

Commit b3601a6

Browse files
committed
Update release notes for 1.6.4
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 130b04a commit b3601a6

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

Documentation/RelNotes-1.6.4.txt

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Updates since v1.6.3
3838

3939
* We feed iconv with "UTF-8" instead of "utf8"; the former is
4040
understood more widely. Similarly updated test scripts to use
41-
encoding names more widely understood (e.g. use "ISO8850-1" instead
41+
encoding names more widely understood (e.g. use "ISO8859-1" instead
4242
of "ISO-8859-1").
4343

4444
* Various portability fixes/workarounds for different vintages of
@@ -123,8 +123,19 @@ v1.6.3.X series.
123123
that chdir around. It now internally records the repository location
124124
as an absolute path when autodetected.
125125

126+
* Removing a section with "git config --remove-section", when its
127+
section header has a variable definition on the same line, lost
128+
that variable definition.
129+
130+
* "git repack" used to faithfully follow grafts and considered true
131+
parents recorded in the commit object unreachable from the commit.
132+
After such a repacking, you cannot remove grafts without corrupting
133+
the repository.
134+
135+
* "git send-email" did not detect errorneous loops in alias expansion.
136+
126137
---
127138
exec >/var/tmp/1
128139
echo O=$(git describe master)
129-
O=v1.6.4-rc1-7-gbba0fd2
140+
O=v1.6.4-rc2-17-g130b04a
130141
git shortlog --no-merges $O..master ^maint

0 commit comments

Comments
 (0)