The twelfth batch

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

Junio C Hamano committed Sep 23, 2025 at 11:53 UTC bb69721404348ea2db0a081c41ab6ebfe75bdec8
1 file changed +13
Documentation/RelNotes/2.52.0.adoc
+13
@@ -31,6 +31,10 @@ UI, Workflows & Features
31 * "git send-email" learned to drive "git imap-send" to store already
32 sent e-mails in an IMAP folder.
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 +
38
39 Performance, Internal Implementation, Development Support etc.
40 --------------------------------------------------------------
@@ -205,6 +209,14 @@ including security updates, are included in this release.
209 characters, which has been fixed.
210 (merge 8655908b9e jc/longer-disambiguation-fix later to maint).
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 +
220 * Other code cleanup, docfix, build fix, etc.
221 (merge 823d537fa7 kh/doc-git-log-markup-fix later to maint).
222 (merge cf7efa4f33 rj/t6137-cygwin-fix later to maint).
@@ -229,3 +241,4 @@ including security updates, are included in this release.
241 (merge 31397bc4f7 kh/doc-fast-import-markup-fix later to maint).
242 (merge ac7096723b jc/doc-includeif-hasconfig-remote-url-fix later to maint).
243 (merge fafc9b08b8 ag/doc-sendmail-gmail-example-update later to maint).
244 + (merge a66fc22bf9 rs/get-oid-with-flags-cleanup later to maint).