Skip to content

Commit 34c4461

Browse files
committed
Update draft release notes to 1.7.8
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5366afa commit 34c4461

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Documentation/RelNotes/1.7.8.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ Updates since v1.7.7
3737

3838
* "git send-email" learned to respond to "-h"(elp) requests.
3939

40+
* "git send-email" allows the value given to sendemail.aliasfile to begin
41+
with "~/" to refer to the $HOME directory.
42+
43+
* "git send-email" forces use of Authen::SASL::Perl to work around
44+
issues between Authen::SASL::Cyrus and AUTH PLAIN/LOGIN.
45+
4046
* "git stash" learned "--include-untracked" option to stash away
4147
untracked/ignored cruft from the working tree.
4248

@@ -71,6 +77,11 @@ included in this release.
7177
errors.
7278
(merge be22d92eac8 jn/maint-http-error-message later to maint).
7379

80+
* Error report from smart HTTP transport, when the connection was
81+
broken in the middle of a transfer, showed a useless message on
82+
a corrupt packet.
83+
(merge 6cdf022 sp/smart-http-failure later to maint).
84+
7485
* Adding many refs to the local repository in one go (e.g. "git fetch"
7586
that fetches many tags) and looking up a ref by name in a repository
7687
with too many refs were unnecessarily slow.
@@ -138,7 +149,7 @@ included in this release.
138149

139150
---
140151
exec >/var/tmp/1
141-
O=v1.7.7-212-g4909bbe
152+
O=v1.7.7-236-g5366afa
142153
echo O=$(git describe --always master)
143154
git log --first-parent --oneline --reverse ^$O master
144155
echo

0 commit comments

Comments
 (0)