File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,14 @@ details).
162
162
v1.7.11 and will need to be merged down to the maintanance tracks.
163
163
(merge 212eb96 tr/maint-apply-non-git-patch-parsefix later to maint).
164
164
165
+ * Older cURL wanted piece of memory we call it with to be stable, but
166
+ we updated the auth material after handing it to a call.
167
+ (merge a94cf2c bc/http-keep-memory-given-to-curl later to maint).
168
+
169
+ * "git pull" into nothing trashed "local changes" that were in the
170
+ index, and this avoids it.
171
+ (merge b4dc085 jk/pull-into-dirty-unborn later to maint).
172
+
165
173
* Many "git submodule" operations do not work on a submodule at a
166
174
path whose name is not in ASCII.
167
175
(merge bed9470 fg/submodule-non-ascii-path later to maint).
@@ -173,7 +181,8 @@ details).
173
181
"A U. Thor" <
[email protected] >, where the human readable part
174
182
needs to be quoted (the user input may not have the double quotes
175
183
around the name, and comparison was done between quoted and
176
- unquoted strings).
184
+ unquoted strings). It also mishandled names that need RFC2047
185
+ quoting.
177
186
(merge 1495266 mt/send-email-cc-match-fix later to maint).
178
187
179
188
* Call to discard_cache/discard_index (used when we use different
You can’t perform that action at this time.
0 commit comments