Skip to content

Commit 719c702

Browse files
committed
RelNotes: the fifth batch for 2.16
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5ed69ca commit 719c702

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

Documentation/RelNotes/2.16.0.txt

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ UI, Workflows & Features
6363
HTML version via AsciiDoc/Asciidoctor.
6464
(merge 049e64aa50 bc/submitting-patches-in-asciidoc later to maint).
6565

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+
6669

6770
Performance, Internal Implementation, Development Support etc.
6871

@@ -90,18 +93,15 @@ Performance, Internal Implementation, Development Support etc.
9093
* Conversion from uchar[20] to struct object_id continues.
9194

9295
* Code cleanup.
93-
(merge 62a24c8923 rs/hex-to-bytes-cleanup later to maint).
9496

9597
* A single-word "unsigned flags" in the diff options is being split
9698
into a structure with many bitfields.
97-
(merge 0d1e0e7801 bw/diff-opt-impl-to-bitfields later to maint).
9899

99100
* TravisCI build updates.
100101

101102
* Parts of a test to drive the long-running content filter interface
102103
has been split into its own module, hopefully to eventually become
103104
reusable.
104-
(merge 0fe8d516bb cc/git-packet-pm later to maint).
105105

106106
* Drop (perhaps overly cautious) sanity check before using the index
107107
read from the filesystem at runtime.
@@ -187,25 +187,22 @@ Fixes since v2.15
187187

188188
* Some error messages did not quote filenames shown in it, which have
189189
been fixed.
190-
(merge 0a288d1ee9 sr/wrapper-quote-filenames later to maint).
191190

192191
* "git rebase -i" recently started misbehaving when a submodule that
193192
is configured with 'submodule.<name>.ignore' is dirty; this has
194193
been corrected.
195-
(merge c6d8ccf3a2 bw/rebase-i-ignored-submodule-fix later to maint).
196194

197195
* Building with NO_LIBPCRE1_JIT did not disable it, which has been fixed.
198-
(merge 2fff1e196d ab/pcre-v2 later to maint).
199196

200197
* We used to add an empty alternate object database to the system
201198
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).
203205

204206
* 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).
207207
(merge f4e45cb3eb ma/bisect-leakfix later to maint).
208208
(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).

0 commit comments

Comments
 (0)