RelNotes: the fifth batch for 2.16

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

Junio C Hamano committed Nov 21, 2017 at 14:11 UTC 719c7020abab6358df891b425684777e719cfa7b
1 file changed +9 -12
Documentation/RelNotes/2.16.0.txt
+9 -12
@@ -63,6 +63,9 @@ UI, Workflows & Features
63 HTML version via AsciiDoc/Asciidoctor.
64 (merge 049e64aa50 bc/submitting-patches-in-asciidoc later to maint).
65
66 + * We learned to talk to watchman to speed up "git status" and other
67 + operations that need to see which paths have been modified.
68 +
69
70 Performance, Internal Implementation, Development Support etc.
71
@@ -90,18 +93,15 @@ Performance, Internal Implementation, Development Support etc.
93 * Conversion from uchar[20] to struct object_id continues.
94
95 * Code cleanup.
93 - (merge 62a24c8923 rs/hex-to-bytes-cleanup later to maint).
96
97 * A single-word "unsigned flags" in the diff options is being split
98 into a structure with many bitfields.
97 - (merge 0d1e0e7801 bw/diff-opt-impl-to-bitfields later to maint).
99
100 * TravisCI build updates.
101
102 * Parts of a test to drive the long-running content filter interface
103 has been split into its own module, hopefully to eventually become
104 reusable.
104 - (merge 0fe8d516bb cc/git-packet-pm later to maint).
105
106 * Drop (perhaps overly cautious) sanity check before using the index
107 read from the filesystem at runtime.
@@ -187,25 +187,22 @@ Fixes since v2.15
187
188 * Some error messages did not quote filenames shown in it, which have
189 been fixed.
190 - (merge 0a288d1ee9 sr/wrapper-quote-filenames later to maint).
190
191 * "git rebase -i" recently started misbehaving when a submodule that
192 is configured with 'submodule.<name>.ignore' is dirty; this has
193 been corrected.
195 - (merge c6d8ccf3a2 bw/rebase-i-ignored-submodule-fix later to maint).
194
195 * Building with NO_LIBPCRE1_JIT did not disable it, which has been fixed.
198 - (merge 2fff1e196d ab/pcre-v2 later to maint).
196
197 * We used to add an empty alternate object database to the system
198 that does not help anything; it has been corrected.
202 - (merge f28e36686a jk/info-alternates-fix later to maint).
199 +
200 + * Doc update around use of "format-patch --subject-prefix" etc.
201 + (merge f6be7edcac ad/submitting-patches-title-decoration later to maint).
202 +
203 + * A fix for an ancient bug in "git apply --ignore-space-change" codepath.
204 + (merge 6ce15ce576 rs/apply-fuzzy-match-fix later to maint).
205
206 * Other minor doc, test and build updates and code cleanups.
205 - (merge 804862209b ao/merge-verbosity-getenv-just-once later to maint).
206 - (merge 9360ec0002 rs/sequencer-rewrite-file-cleanup later to maint).
207 (merge f4e45cb3eb ma/bisect-leakfix later to maint).
208 (merge 4da72644b7 ma/reduce-heads-leakfix later to maint).
209 - (merge 3dc5433fd5 ad/rebase-i-serie-typofix later to maint).
210 - (merge 5313bee032 tz/fsf-address-update later to maint).
211 - (merge 5555a2aa4b cb/t4201-robustify later to maint).