Skip to content

Commit 6d84bcb

Browse files
committed
Merge branch 'maint'
* maint: Start preparing for 1.7.0.2 Conflicts: RelNotes
2 parents 66a5eef + 511da22 commit 6d84bcb

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Documentation/RelNotes-1.7.0.2.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Git v1.7.0.2 Release Notes
2+
==========================
3+
4+
Fixes since v1.7.0.1
5+
--------------------
6+
7+
* "git fast-import" didn't work with a large input, as it lacked support
8+
for producing the pack index in v2 format.
9+
10+
* "git imap-send" didn't use CRLF line endings over the imap protocol
11+
when storing its payload to the draft box, violating RFC 3501.
12+
13+
* Error messages generated on the receiving end did not come back to "git
14+
push".
15+
16+
And other minor fixes and documentation updates.
17+
18+
---
19+
exec >/var/tmp/1
20+
O=v1.7.0.1-28-gb46946a
21+
echo O=$(git describe maint)
22+
git shortlog --no-merges $O..maint

0 commit comments

Comments
 (0)