Skip to content

Commit 7a2cf3c

Browse files
committed
Sync with master
2 parents de4cbb1 + 14c0f8d commit 7a2cf3c

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

Documentation/RelNotes/2.22.0.txt

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ UI, Workflows & Features
4646
configuration (when available), which allows --list-cmds to honour
4747
a repository specific setting of completion.commands, for example.
4848

49+
* "git mergetool" learned to offer Sublime Merge (smerge) as one of
50+
its backends.
51+
4952

5053
Performance, Internal Implementation, Development Support etc.
5154

@@ -80,6 +83,17 @@ Performance, Internal Implementation, Development Support etc.
8083
* "git multi-pack-index verify" did not scale well with the number of
8184
packfiles, which is being improved.
8285

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+
8397

8498
Fixes since v2.21
8599
-----------------
@@ -203,8 +217,8 @@ Fixes since v2.21
203217
* A corner-case object name ambiguity while the sequencer machinery
204218
is working (e.g. "rebase -i -x") has been fixed.
205219

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.
208222
(merge 2fe95f494c jc/format-patch-error-check later to maint).
209223

210224
* "git checkout -f <branch>" while the index has an unmerged path
@@ -220,6 +234,12 @@ Fixes since v2.21
220234
* dumb-http walker has been updated to share more error recovery
221235
strategy with the normal codepath.
222236

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+
223243
* Code cleanup, docfix, build fix, etc.
224244
(merge 11f470aee7 jc/test-yes-doc later to maint).
225245
(merge 90503a240b js/doc-symref-in-proto-v1 later to maint).
@@ -245,3 +265,5 @@ Fixes since v2.21
245265
(merge a7256debd4 nd/checkout-m-doc-update later to maint).
246266
(merge 3a9e1ad78d jt/t5551-protocol-v2-does-not-have-half-auth later to maint).
247267
(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).

0 commit comments

Comments
 (0)