File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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---
127138exec >/var/tmp/1
128139echo O=$(git describe master)
129- O=v1.6.4-rc1-7-gbba0fd2
140+ O=v1.6.4-rc2-17-g130b04a
130141git shortlog --no-merges $O..master ^maint
You can’t perform that action at this time.
0 commit comments