Skip to content

Commit 57a0111

Browse files
committed
Merge branch 'maint'
2 parents a8033df + 74f3267 commit 57a0111

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Documentation/RelNotes/1.8.1.2.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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.

0 commit comments

Comments
 (0)