The sixth batch

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Apr 22, 2019 at 11:14 UTC 14c0f8d3ab6c36672189cd2dd217f4617d12ccba
1 file changed +24 -2
Documentation/RelNotes/2.22.0.txt
+24 -2
@@ -46,6 +46,9 @@ UI, Workflows & Features
46 configuration (when available), which allows --list-cmds to honour
47 a repository specific setting of completion.commands, for example.
48
49 + * "git mergetool" learned to offer Sublime Merge (smerge) as one of
50 + its backends.
51 +
52
53 Performance, Internal Implementation, Development Support etc.
54
@@ -80,6 +83,17 @@ Performance, Internal Implementation, Development Support etc.
83 * "git multi-pack-index verify" did not scale well with the number of
84 packfiles, which is being improved.
85
86 + * "git stash" has been rewritten in C.
87 +
88 + * The "check-docs" Makefile target to support developers has been
89 + updated.
90 +
91 + * The tests have been updated not to rely on the abbreviated option
92 + names the parse-options API offers, to protect us from an
93 + abbreviated form of an option that used to be unique within the
94 + command getting non-unique when a new option that share the same
95 + prefix is added.
96 +
97
98 Fixes since v2.21
99 -----------------
@@ -203,8 +217,8 @@ Fixes since v2.21
217 * A corner-case object name ambiguity while the sequencer machinery
218 is working (e.g. "rebase -i -x") has been fixed.
219
206 - * "git format-patch" used overwrite an existing patch/cover-letter
207 - file. A new "--no-clobber" option stops it.
220 + * "git format-patch" did not diagnose an error while opening the
221 + output file for the cover-letter, which has been corrected.
222 (merge 2fe95f494c jc/format-patch-error-check later to maint).
223
224 * "git checkout -f <branch>" while the index has an unmerged path
@@ -220,6 +234,12 @@ Fixes since v2.21
234 * dumb-http walker has been updated to share more error recovery
235 strategy with the normal codepath.
236
237 + * A buglet in configuration parser has been fixed.
238 + (merge 19e7fdaa58 nd/include-if-wildmatch later to maint).
239 +
240 + * The documentation for "git read-tree --reset -u" has been updated.
241 + (merge b5a0bd694c nd/read-tree-reset-doc later to maint).
242 +
243 * Code cleanup, docfix, build fix, etc.
244 (merge 11f470aee7 jc/test-yes-doc later to maint).
245 (merge 90503a240b js/doc-symref-in-proto-v1 later to maint).
@@ -245,3 +265,5 @@ Fixes since v2.21
265 (merge a7256debd4 nd/checkout-m-doc-update later to maint).
266 (merge 3a9e1ad78d jt/t5551-protocol-v2-does-not-have-half-auth later to maint).
267 (merge 0b918b75af sg/t5318-cleanup later to maint).
268 + (merge 68ed71b53c cb/doco-mono later to maint).
269 + (merge a34dca2451 nd/interpret-trailers-docfix later to maint).