File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,12 @@ Updates since v1.7.7
37
37
38
38
* "git send-email" learned to respond to "-h"(elp) requests.
39
39
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
+
40
46
* "git stash" learned "--include-untracked" option to stash away
41
47
untracked/ignored cruft from the working tree.
42
48
@@ -71,6 +77,11 @@ included in this release.
71
77
errors.
72
78
(merge be22d92eac8 jn/maint-http-error-message later to maint).
73
79
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
+
74
85
* Adding many refs to the local repository in one go (e.g. "git fetch"
75
86
that fetches many tags) and looking up a ref by name in a repository
76
87
with too many refs were unnecessarily slow.
@@ -138,7 +149,7 @@ included in this release.
138
149
139
150
---
140
151
exec >/var/tmp/1
141
- O=v1.7.7-212-g4909bbe
152
+ O=v1.7.7-236-g5366afa
142
153
echo O=$(git describe --always master)
143
154
git log --first-parent --oneline --reverse ^$O master
144
155
echo
You can’t perform that action at this time.
0 commit comments