Getting ready for -rc1

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Aug 27, 2018 at 14:34 UTC b9dfa238d5c3453ae7957e61a1bbdb309179fd88
1 file changed +34 -1
Documentation/RelNotes/2.19.0.txt
+34 -1
@@ -83,6 +83,13 @@ UI, Workflows & Features
83 * The sideband code learned to optionally paint selected keywords at
84 the beginning of incoming lines on the receiving end.
85
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 +
93
94 Performance, Internal Implementation, Development Support etc.
95
@@ -251,6 +258,14 @@ Performance, Internal Implementation, Development Support etc.
258 getting them coalesced into fewer packfiles, hurting performance.
259 "git repack" now learned to repack them.
260
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.
269
270 Fixes since v2.18
271 -----------------
@@ -300,7 +315,6 @@ Fixes since v2.18
315 indicates whether/where a submodule repository has its associated
316 working tree across various state transitions, which has been
317 corrected.
303 - (merge 984cd77ddb sb/submodule-core-worktree later to maint).
318
319 * Bugfix for "rebase -i" corner case regression.
320 (merge a9279c6785 pw/rebase-i-keep-reword-after-conflict later to maint).
@@ -533,6 +547,15 @@ Fixes since v2.18
547 has been corrected.
548 (merge 3e7dd99208 nd/cherry-pick-quit-fix later to maint).
549
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 +
559 * Code cleanup, docfix, build fix, etc.
560 (merge aee9be2ebe sg/update-ref-stdin-cleanup later to maint).
561 (merge 037714252f jc/clean-after-sanity-tests later to maint).
@@ -565,3 +588,13 @@ Fixes since v2.18
588 (merge 10c600172c sg/t5310-empty-input-fix later to maint).
589 (merge 5641eb9465 jh/partial-clone-doc later to maint).
590 (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).