Skip to content

Commit 369a70f

Browse files
committed
Fifth batch for 2.1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5970723 commit 369a70f

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

Documentation/RelNotes/2.1.0.txt

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,14 @@ UI, Workflows & Features
3737
shorter than a page).
3838

3939
* 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.
4141

4242
* HTTP-based transports learned to propagate the error messages from
4343
the webserver better to the client coming over the HTTP transport.
4444

45+
* The completion script for bash (in contrib/) has been updated to
46+
handle aliases that define complex sequence of commands better.
47+
4548
* The "core.preloadindex" configuration variable is by default
4649
enabled, allowing modern platforms to take advantage of the
4750
multiple cores they have.
@@ -151,7 +154,7 @@ notes for details).
151154
* Mishandling of patterns in .gitignore that has trailing SPs quoted
152155
with backslashes (e.g. ones that end with "\ ") have been
153156
corrected.
154-
(merge e61a6c1 pb/trim-trailing-spaces later to maint).
157+
(merge 97c1364be6b pb/trim-trailing-spaces later to maint).
155158

156159
* Reworded the error message given upon a failure to open an existing
157160
loose object file due to e.g. permission issues; it was reported as
@@ -242,6 +245,11 @@ notes for details).
242245
from scratch anyway.
243246
(merge fb79947 rs/pack-objects-no-unnecessary-realloc later to maint).
244247

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+
245253
* "git rerere forget" did not work well when merge.conflictstyle
246254
was set to a non-default value.
247255
(merge de3d8bb fc/rerere-conflict-style later to maint).
@@ -281,6 +289,10 @@ notes for details).
281289
them.
282290
(merge c215d3d jl/status-added-submodule-is-never-ignored later to maint).
283291

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+
284296
* "git update-index --cacheinfo" in 2.0 release crashed on a
285297
malformed command line.
286298
(merge c8e1ee4 jc/rev-parse-argh-dashed-multi-words later to maint).

0 commit comments

Comments
 (0)