@@ -61,6 +61,15 @@ UI, Workflows & Features
6161 * The promisor.quiet configuration knob can be set to true to make
6262 lazy fetching from promisor remotes silent.
6363
64+ * The inter/range-diff output has been moved to the end of the patch
65+ when format-patch adds it to a single patch, instead of writing it
66+ before the patch text, to be consistent with what is done for a
67+ cover letter for a multi-patch series.
68+
69+ * A new command has been added to migrate a repository that uses the
70+ files backend for its ref storage to use the reftable backend, with
71+ limitations.
72+
6473
6574Performance, Internal Implementation, Development Support etc.
6675
@@ -134,6 +143,12 @@ Performance, Internal Implementation, Development Support etc.
134143 * Many memory leaks in the sparse-checkout code paths have been
135144 plugged.
136145
146+ * "make check-docs" noticed problems and reported to its output but
147+ failed to signal its findings with its exit status, which has been
148+ corrected.
149+
150+ * Building with "-Werror -Wwrite-strings" is now supported.
151+
137152
138153Fixes since v2.45
139154-----------------
@@ -236,6 +251,28 @@ Fixes since v2.45
236251 * An overly large ".gitignore" files are now rejected silently.
237252 (merge e7c3d1ddba jk/cap-exclude-file-size later to maint).
238253
254+ * Upon expiration event, the credential subsystem forgot to clear
255+ in-core authentication material other than password (whose support
256+ was added recently), which has been corrected.
257+
258+ * Fix for an embarrassing typo that prevented Python2 tests from running
259+ anywhere.
260+ (merge df651330ab ps/ci-fix-detection-of-ubuntu-20 later to maint).
261+
262+ * Varargs functions that are unannotated as printf-like or execl-like
263+ have been annotated as such.
264+ (merge 99c7de732e jc/varargs-attributes later to maint).
265+
266+ * "git am" has a safety feature to prevent it from starting a new
267+ session when there already is a session going. It reliably
268+ triggers when a mbox is given on the command line, but it has to
269+ rely on the tty-ness of the standard input. Add an explicit way to
270+ opt out of this safety with a command line option.
271+ (merge 62c71ace44 jk/am-retry later to maint).
272+
273+ * A leak in "git imap-send" that somehow escapes LSan has been
274+ plugged.
275+
239276 * Other code cleanup, docfix, build fix, etc.
240277 (merge a5a4cb7b27 rs/diff-parseopts-cleanup later to maint).
241278 (merge 55702c543e fa/p4-error later to maint).
0 commit comments