@@ -214,6 +214,18 @@ Fixes since v2.44
214214 * The status.showUntrackedFiles configuration variable was
215215 incorrectly documented to accept "false", which has been corrected.
216216
217+ * Leaks from "git restore" have been plugged.
218+ (merge 2f64da0790 rj/restore-plug-leaks later to maint).
219+
220+ * "git bugreport --no-suffix" was not supported and instead
221+ segfaulted, which has been corrected.
222+ (merge b3b57c69da js/bugreport-no-suffix-fix later to maint).
223+
224+ * The documentation for "%(trailers[:options])" placeholder in the
225+ "--pretty" option of commands in the "git log" family has been
226+ updated.
227+ (merge bff85a338c bl/doc-key-val-sep-fix later to maint).
228+
217229 * Other code cleanup, docfix, build fix, etc.
218230 (merge f0e578c69c rs/use-xstrncmpz later to maint).
219231 (merge 83e6eb7d7a ba/credential-test-clean-fix later to maint).
@@ -233,3 +245,6 @@ Fixes since v2.44
233245 (merge 781fb7b4c2 as/option-names-in-messages later to maint).
234246 (merge 51d41dc243 jk/doc-remote-helpers-markup-fix later to maint).
235247 (merge e1aaf309db pb/ci-win-artifact-names-fix later to maint).
248+ (merge ad538c61da jc/index-pack-fsck-levels later to maint).
249+ (merge 67471bc704 ja/doc-formatting-fix later to maint).
250+ (merge 86f9ce7dd6 bl/doc-config-fixes later to maint).
0 commit comments