The 11th batch

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

Junio C Hamano committed Jun 2, 2026 at 12:48 UTC 9ac3f193c05c2237e2b14ebaa1149e9fc8a1abe0
1 file changed +11
Documentation/RelNotes/2.55.0.adoc
+11
@@ -48,6 +48,9 @@ UI, Workflows & Features
48 * "git cat-file --batch" learns an in-line command "mailmap"
49 that lets the user toggle use of mailmap.
50
51 + * The "git pack-objects --path-walk" traversal has been integrated
52 + with several object filters, including blobless and sparse filters.
53 +
54
55 Performance, Internal Implementation, Development Support etc.
56 --------------------------------------------------------------
@@ -115,6 +118,10 @@ Performance, Internal Implementation, Development Support etc.
118 more robust by falling back to reading the commit object when
119 the commit-graph is no longer available.
120
121 + * The "name" argument in git_connect() and related functions has been
122 + converted to a "service" enum to improve type safety and clarify its
123 + purpose.
124 +
125
126 Fixes since v2.54
127 -----------------
@@ -230,6 +237,10 @@ Fixes since v2.54
237 * Update GitLab CI jobs that exercise macOS.
238 (merge 62319b49bb ps/gitlab-ci-macOS-improvements later to maint).
239
240 + * "Friday noon" asked in the morning on Sunday was parsed to be one
241 + day before the specified time, which has been corrected.
242 + (merge b809304101 ta/approxidate-noon-fix later to maint).
243 +
244 * Other code cleanup, docfix, build fix, etc.
245 (merge 80f4b802e9 ja/doc-difftool-synopsis-style later to maint).
246 (merge b96490241e jc/doc-timestamps-in-stat later to maint).