@@ -31,6 +31,10 @@ UI, Workflows & Features
3131 * "git send-email" learned to drive "git imap-send" to store already
3232 sent e-mails in an IMAP folder.
3333
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+
3438
3539Performance, Internal Implementation, Development Support etc.
3640--------------------------------------------------------------
@@ -205,6 +209,14 @@ including security updates, are included in this release.
205209 characters, which has been fixed.
206210 (merge 8655908b9e jc/longer-disambiguation-fix later to maint).
207211
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+
208220 * Other code cleanup, docfix, build fix, etc.
209221 (merge 823d537fa7 kh/doc-git-log-markup-fix later to maint).
210222 (merge cf7efa4f33 rj/t6137-cygwin-fix later to maint).
@@ -229,3 +241,4 @@ including security updates, are included in this release.
229241 (merge 31397bc4f7 kh/doc-fast-import-markup-fix later to maint).
230242 (merge ac7096723b jc/doc-includeif-hasconfig-remote-url-fix later to maint).
231243 (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