Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  Start preparing for 1.7.0.2

Conflicts:
	RelNotes
  • Loading branch information
Junio C Hamano committed Mar 3, 2010
2 parents 66a5eef + 511da22 commit 6d84bcb
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Documentation/RelNotes-1.7.0.2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Git v1.7.0.2 Release Notes
==========================

Fixes since v1.7.0.1
--------------------

* "git fast-import" didn't work with a large input, as it lacked support
for producing the pack index in v2 format.

* "git imap-send" didn't use CRLF line endings over the imap protocol
when storing its payload to the draft box, violating RFC 3501.

* Error messages generated on the receiving end did not come back to "git
push".

And other minor fixes and documentation updates.

---
exec >/var/tmp/1
O=v1.7.0.1-28-gb46946a
echo O=$(git describe maint)
git shortlog --no-merges $O..maint

0 comments on commit 6d84bcb

Please sign in to comment.