@@ -63,6 +63,9 @@ UI, Workflows & Features
63
63
HTML version via AsciiDoc/Asciidoctor.
64
64
(merge 049e64aa50 bc/submitting-patches-in-asciidoc later to maint).
65
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
+
66
69
67
70
Performance, Internal Implementation, Development Support etc.
68
71
@@ -90,18 +93,15 @@ Performance, Internal Implementation, Development Support etc.
90
93
* Conversion from uchar[20] to struct object_id continues.
91
94
92
95
* Code cleanup.
93
- (merge 62a24c8923 rs/hex-to-bytes-cleanup later to maint).
94
96
95
97
* A single-word "unsigned flags" in the diff options is being split
96
98
into a structure with many bitfields.
97
- (merge 0d1e0e7801 bw/diff-opt-impl-to-bitfields later to maint).
98
99
99
100
* TravisCI build updates.
100
101
101
102
* Parts of a test to drive the long-running content filter interface
102
103
has been split into its own module, hopefully to eventually become
103
104
reusable.
104
- (merge 0fe8d516bb cc/git-packet-pm later to maint).
105
105
106
106
* Drop (perhaps overly cautious) sanity check before using the index
107
107
read from the filesystem at runtime.
@@ -187,25 +187,22 @@ Fixes since v2.15
187
187
188
188
* Some error messages did not quote filenames shown in it, which have
189
189
been fixed.
190
- (merge 0a288d1ee9 sr/wrapper-quote-filenames later to maint).
191
190
192
191
* "git rebase -i" recently started misbehaving when a submodule that
193
192
is configured with 'submodule.<name>.ignore' is dirty; this has
194
193
been corrected.
195
- (merge c6d8ccf3a2 bw/rebase-i-ignored-submodule-fix later to maint).
196
194
197
195
* Building with NO_LIBPCRE1_JIT did not disable it, which has been fixed.
198
- (merge 2fff1e196d ab/pcre-v2 later to maint).
199
196
200
197
* We used to add an empty alternate object database to the system
201
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).
203
205
204
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
207
(merge f4e45cb3eb ma/bisect-leakfix later to maint).
208
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).
0 commit comments