@@ -37,11 +37,14 @@ UI, Workflows & Features
37
37
shorter than a page).
38
38
39
39
* The logic and data used to compute the display width needed for
40
- UTF-8 strings have been updated to match Unicode 6.3 better.
40
+ UTF-8 strings have been updated to match Unicode 7.0 better.
41
41
42
42
* HTTP-based transports learned to propagate the error messages from
43
43
the webserver better to the client coming over the HTTP transport.
44
44
45
+ * The completion script for bash (in contrib/) has been updated to
46
+ handle aliases that define complex sequence of commands better.
47
+
45
48
* The "core.preloadindex" configuration variable is by default
46
49
enabled, allowing modern platforms to take advantage of the
47
50
multiple cores they have.
@@ -151,7 +154,7 @@ notes for details).
151
154
* Mishandling of patterns in .gitignore that has trailing SPs quoted
152
155
with backslashes (e.g. ones that end with "\ ") have been
153
156
corrected.
154
- (merge e61a6c1 pb/trim-trailing-spaces later to maint).
157
+ (merge 97c1364be6b pb/trim-trailing-spaces later to maint).
155
158
156
159
* Reworded the error message given upon a failure to open an existing
157
160
loose object file due to e.g. permission issues; it was reported as
@@ -242,6 +245,11 @@ notes for details).
242
245
from scratch anyway.
243
246
(merge fb79947 rs/pack-objects-no-unnecessary-realloc later to maint).
244
247
248
+ * Recent updates to "git repack" started to duplicate objects that
249
+ are in packfiles marked with .keep flag into the new packfile by
250
+ mistake.
251
+ (merge d078d85 jk/repack-pack-keep-objects later to maint).
252
+
245
253
* "git rerere forget" did not work well when merge.conflictstyle
246
254
was set to a non-default value.
247
255
(merge de3d8bb fc/rerere-conflict-style later to maint).
@@ -281,6 +289,10 @@ notes for details).
281
289
them.
282
290
(merge c215d3d jl/status-added-submodule-is-never-ignored later to maint).
283
291
292
+ * Documentation for "git submodule sync" forgot to say that the subcommand
293
+ can take the "--recursive" option.
294
+ (merge 9393ae7 mc/doc-submodule-sync-recurse later to maint).
295
+
284
296
* "git update-index --cacheinfo" in 2.0 release crashed on a
285
297
malformed command line.
286
298
(merge c8e1ee4 jc/rev-parse-argh-dashed-multi-words later to maint).
0 commit comments