@@ -31,6 +31,10 @@ UI, Workflows & Features
31
31
* "git send-email" learned to drive "git imap-send" to store already
32
32
sent e-mails in an IMAP folder.
33
33
34
+ * The "promisor-remote" capability mechanism has been updated to
35
+ allow the "partialCloneFilter" settings and the "token" value to be
36
+ communicated from the server side.
37
+
34
38
35
39
Performance, Internal Implementation, Development Support etc.
36
40
--------------------------------------------------------------
@@ -205,6 +209,14 @@ including security updates, are included in this release.
205
209
characters, which has been fixed.
206
210
(merge 8655908b9e jc/longer-disambiguation-fix later to maint).
207
211
212
+ * Some among "git add -p" and friends ignored color.diff and/or
213
+ color.ui configuration variables, which is an old regression, which
214
+ has been corrected.
215
+ (merge 1092cd6435 jk/add-i-color later to maint).
216
+
217
+ * "git subtree" (in contrib/) did not work correctly when splitting
218
+ squashed subtrees, which has been improved.
219
+
208
220
* Other code cleanup, docfix, build fix, etc.
209
221
(merge 823d537fa7 kh/doc-git-log-markup-fix later to maint).
210
222
(merge cf7efa4f33 rj/t6137-cygwin-fix later to maint).
@@ -229,3 +241,4 @@ including security updates, are included in this release.
229
241
(merge 31397bc4f7 kh/doc-fast-import-markup-fix later to maint).
230
242
(merge ac7096723b jc/doc-includeif-hasconfig-remote-url-fix later to maint).
231
243
(merge fafc9b08b8 ag/doc-sendmail-gmail-example-update later to maint).
244
+ (merge a66fc22bf9 rs/get-oid-with-flags-cleanup later to maint).
0 commit comments