-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information
Junio C Hamano
committed
Mar 3, 2010
1 parent
b46946a
commit 511da22
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Documentation/RelNotes-1.7.0.1.txt | ||
Documentation/RelNotes-1.7.0.2.txt |