File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Updates since v1.6.3
38
38
39
39
* We feed iconv with "UTF-8" instead of "utf8"; the former is
40
40
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
42
42
of "ISO-8859-1").
43
43
44
44
* Various portability fixes/workarounds for different vintages of
@@ -123,8 +123,19 @@ v1.6.3.X series.
123
123
that chdir around. It now internally records the repository location
124
124
as an absolute path when autodetected.
125
125
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
+
126
137
---
127
138
exec >/var/tmp/1
128
139
echo O=$(git describe master)
129
- O=v1.6.4-rc1-7-gbba0fd2
140
+ O=v1.6.4-rc2-17-g130b04a
130
141
git shortlog --no-merges $O..master ^maint
You can’t perform that action at this time.
0 commit comments