We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea1e2e commit 74f3267Copy full SHA for 74f3267
Documentation/RelNotes/1.8.1.2.txt
@@ -0,0 +1,13 @@
1
+Git 1.8.1.2 Release Notes
2
+=========================
3
+
4
+Fixes since v1.8.1.1
5
+--------------------
6
7
+ * "git archive" did not record uncompressed size in the header when
8
+ streaming a zip archive, which confused some implementations of unzip.
9
10
+ * When users spelled "cc:" in lowercase in the fake "header" in the
11
+ trailer part, "git send-email" failed to pick up the addresses from
12
+ there. As e-mail headers field names are case insensitive, this
13
+ script should follow suit and treat "cc:" and "Cc:" the same way.
RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/1.8.1.1.txt
+Documentation/RelNotes/1.8.1.2.txt
0 commit comments