@@ -39,6 +39,15 @@ UI, Workflows & Features
3939 * The command line parser for "git diff" learned a few options take
4040 only non-negative integers.
4141
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+
4251
4352Performance, Internal Implementation, Development Support etc.
4453--------------------------------------------------------------
@@ -98,6 +107,14 @@ Performance, Internal Implementation, Development Support etc.
98107 * Many uses of the_repository has been updated to use a more
99108 appropriate struct repository instance in setup.c codepath.
100109
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+
101118
102119Fixes since v2.54
103120-----------------
@@ -206,6 +223,13 @@ Fixes since v2.54
206223 (i.e., "https://example.com" not "https://example.com/").
207224 (merge b92387cd55 jk/dumb-http-alternate-fix later to maint).
208225
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+
209233 * Other code cleanup, docfix, build fix, etc.
210234 (merge 80f4b802e9 ja/doc-difftool-synopsis-style later to maint).
211235 (merge b96490241e jc/doc-timestamps-in-stat later to maint).
@@ -224,3 +248,6 @@ Fixes since v2.54
224248 (merge 499f9048e0 ps/t3903-cover-stash-include-untracked later to maint).
225249 (merge b56ab270aa jk/sq-dequote-cleanup later to maint).
226250 (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).
0 commit comments