@@ -96,6 +96,11 @@ UI, Workflows & Features
9696 * The filename used for rejected hunks "git apply --reject" creates
9797 was limited to PATH_MAX, which has been lifted.
9898
99+ * When "git bisect" reports the commit it determined to be the
100+ culprit, we used to show it in a format that does not honor common
101+ UI tweaks, like log.date and log.decorate. The code has been
102+ taught to use "git show" to follow more customizations.
103+
99104
100105Performance, Internal Implementation, Development Support etc.
101106
@@ -431,6 +436,11 @@ Fixes since v2.44
431436 machinery got confused and segfaulted, which has been corrected.
432437 (merge 167395bb47 mr/rerere-crash-fix later to maint).
433438
439+ * The "receive-pack" program (which responds to "git push") was not
440+ converted to run "git maintenance --auto" when other codepaths that
441+ used to run "git gc --auto" were updated, which has been corrected.
442+ (merge 7bf3057d9c ps/run-auto-maintenance-in-receive-pack later to maint).
443+
434444 * Other code cleanup, docfix, build fix, etc.
435445 (merge f0e578c69c rs/use-xstrncmpz later to maint).
436446 (merge 83e6eb7d7a ba/credential-test-clean-fix later to maint).
0 commit comments