The 10th batch

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

Junio C Hamano committed May 31, 2026 at 10:00 UTC 1666c1265231b0bc5f613fbbf3f0a9896cdef76e
1 file changed +27
Documentation/RelNotes/2.55.0.adoc
+27
@@ -39,6 +39,15 @@ UI, Workflows & Features
39 * The command line parser for "git diff" learned a few options take
40 only non-negative integers.
41
42 + * The graph output from commands like "git log --graph" can now be
43 + limited to a specified number of lanes, preventing overly wide output
44 + in repositories with many branches.
45 +
46 + * The fsmonitor daemon has been implemented for Linux.
47 +
48 + * "git cat-file --batch" learns an in-line command "mailmap"
49 + that lets the user toggle use of mailmap.
50 +
51
52 Performance, Internal Implementation, Development Support etc.
53 --------------------------------------------------------------
@@ -98,6 +107,14 @@ Performance, Internal Implementation, Development Support etc.
107 * Many uses of the_repository has been updated to use a more
108 appropriate struct repository instance in setup.c codepath.
109
110 + * Revision traversal optimization.
111 +
112 + * Build update.
113 +
114 + * The logic to lazy-load trees from the commit-graph has been made
115 + more robust by falling back to reading the commit object when
116 + the commit-graph is no longer available.
117 +
118
119 Fixes since v2.54
120 -----------------
@@ -206,6 +223,13 @@ Fixes since v2.54
223 (i.e., "https://example.com" not "https://example.com/").
224 (merge b92387cd55 jk/dumb-http-alternate-fix later to maint).
225
226 + * "git bisect" now uses the selected terms (e.g., old/new) more
227 + consistently in its output.
228 + (merge cb55991825 jr/bisect-custom-terms-in-output later to maint).
229 +
230 + * Update GitLab CI jobs that exercise macOS.
231 + (merge 62319b49bb ps/gitlab-ci-macOS-improvements later to maint).
232 +
233 * Other code cleanup, docfix, build fix, etc.
234 (merge 80f4b802e9 ja/doc-difftool-synopsis-style later to maint).
235 (merge b96490241e jc/doc-timestamps-in-stat later to maint).
@@ -224,3 +248,6 @@ Fixes since v2.54
248 (merge 499f9048e0 ps/t3903-cover-stash-include-untracked later to maint).
249 (merge b56ab270aa jk/sq-dequote-cleanup later to maint).
250 (merge 29d9fdcf10 rs/use-builtin-add-overflow-explicitly-on-clang later to maint).
251 + (merge d9982e8290 ed/check-connected-close-err-fd-2.53 later to maint).
252 + (merge 1740cc35d0 ed/check-connected-close-err-fd later to maint).
253 + (merge f4d7eb3d1c sp/doc-range-diff-takes-notes later to maint).