@@ -83,6 +83,13 @@ UI, Workflows & Features
8383 * The sideband code learned to optionally paint selected keywords at
8484 the beginning of incoming lines on the receiving end.
8585
86+ * "git branch --list" learned to take the default sort order from the
87+ 'branch.sort' configuration variable, just like "git tag --list"
88+ pays attention to 'tag.sort'.
89+
90+ * "git worktree" command learned "--quiet" option to make it less
91+ verbose.
92+
8693
8794Performance, Internal Implementation, Development Support etc.
8895
@@ -251,6 +258,14 @@ Performance, Internal Implementation, Development Support etc.
251258 getting them coalesced into fewer packfiles, hurting performance.
252259 "git repack" now learned to repack them.
253260
261+ * Partially revert the support for multiple hash functions to regain
262+ hash comparison performance; we'd think of a way to do this better
263+ in the next cycle.
264+
265+ * "git help --config" (which is used in command line completion)
266+ missed the configuration variables not described in the main
267+ config.txt file but are described in another file that is included
268+ by it, which has been corrected.
254269
255270Fixes since v2.18
256271-----------------
@@ -300,7 +315,6 @@ Fixes since v2.18
300315 indicates whether/where a submodule repository has its associated
301316 working tree across various state transitions, which has been
302317 corrected.
303- (merge 984cd77ddb sb/submodule-core-worktree later to maint).
304318
305319 * Bugfix for "rebase -i" corner case regression.
306320 (merge a9279c6785 pw/rebase-i-keep-reword-after-conflict later to maint).
@@ -533,6 +547,15 @@ Fixes since v2.18
533547 has been corrected.
534548 (merge 3e7dd99208 nd/cherry-pick-quit-fix later to maint).
535549
550+ * In a recent update in 2.18 era, "git pack-objects" started
551+ producing a larger than necessary packfiles by missing
552+ opportunities to use large deltas. This has been corrected.
553+
554+ * The meaning of the possible values the "core.checkStat"
555+ configuration variable can take were not adequately documented,
556+ which has been fixed.
557+ (merge 9bf5d4c4e2 nd/config-core-checkstat-doc later to maint).
558+
536559 * Code cleanup, docfix, build fix, etc.
537560 (merge aee9be2ebe sg/update-ref-stdin-cleanup later to maint).
538561 (merge 037714252f jc/clean-after-sanity-tests later to maint).
@@ -565,3 +588,13 @@ Fixes since v2.18
565588 (merge 10c600172c sg/t5310-empty-input-fix later to maint).
566589 (merge 5641eb9465 jh/partial-clone-doc later to maint).
567590 (merge 2711b1ad5e ab/submodule-relative-url-tests later to maint).
591+ (merge ce528de023 ab/unconditional-free-and-null later to maint).
592+ (merge bbc072f5d8 rs/opt-updates later to maint).
593+ (merge 69d846f053 jk/use-compat-util-in-test-tool later to maint).
594+ (merge 1820703045 js/larger-timestamps later to maint).
595+ (merge c8b35b95e1 sg/t4051-fix later to maint).
596+ (merge 30612cb670 sg/t0020-conversion-fix later to maint).
597+ (merge 15da753709 sg/t7501-thinkofix later to maint).
598+ (merge 79b04f9b60 sg/t3903-missing-fix later to maint).
599+ (merge 2745817028 sg/t3420-autostash-fix later to maint).
600+ (merge 7afb0d6777 sg/test-rebase-editor-fix later to maint).
0 commit comments