@@ -46,6 +46,9 @@ UI, Workflows & Features
46
46
configuration (when available), which allows --list-cmds to honour
47
47
a repository specific setting of completion.commands, for example.
48
48
49
+ * "git mergetool" learned to offer Sublime Merge (smerge) as one of
50
+ its backends.
51
+
49
52
50
53
Performance, Internal Implementation, Development Support etc.
51
54
@@ -80,6 +83,17 @@ Performance, Internal Implementation, Development Support etc.
80
83
* "git multi-pack-index verify" did not scale well with the number of
81
84
packfiles, which is being improved.
82
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
+
83
97
84
98
Fixes since v2.21
85
99
-----------------
@@ -203,8 +217,8 @@ Fixes since v2.21
203
217
* A corner-case object name ambiguity while the sequencer machinery
204
218
is working (e.g. "rebase -i -x") has been fixed.
205
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 .
208
222
(merge 2fe95f494c jc/format-patch-error-check later to maint).
209
223
210
224
* "git checkout -f <branch>" while the index has an unmerged path
@@ -220,6 +234,12 @@ Fixes since v2.21
220
234
* dumb-http walker has been updated to share more error recovery
221
235
strategy with the normal codepath.
222
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
+
223
243
* Code cleanup, docfix, build fix, etc.
224
244
(merge 11f470aee7 jc/test-yes-doc later to maint).
225
245
(merge 90503a240b js/doc-symref-in-proto-v1 later to maint).
@@ -245,3 +265,5 @@ Fixes since v2.21
245
265
(merge a7256debd4 nd/checkout-m-doc-update later to maint).
246
266
(merge 3a9e1ad78d jt/t5551-protocol-v2-does-not-have-half-auth later to maint).
247
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).
0 commit comments