@@ -61,6 +61,10 @@ UI, Workflows & Features
61
61
* "git diff" and friends learned funcname patterns for Go language
62
62
source files.
63
63
64
+ * "git send-email" learned "--reply-to=<address>" option.
65
+
66
+ * Funcname pattern used for C# now recognizes "async" keyword.
67
+
64
68
65
69
Performance, Internal Implementation, Development Support etc.
66
70
@@ -134,6 +138,8 @@ Performance, Internal Implementation, Development Support etc.
134
138
is the untracked cache information is often wasteful, and this has
135
139
been optimized out.
136
140
141
+ * Various pieces of Perl code we have have been cleaned up.
142
+
137
143
138
144
Also contains various documentation updates and code clean-ups.
139
145
@@ -303,6 +309,9 @@ Fixes since v2.16
303
309
when the command was reimplemented in C by mistake.
304
310
(merge 095c741edd ab/gc-auto-in-commit later to maint).
305
311
312
+ * Allow running a couple of tests with "sh -x".
313
+ (merge c20bf94abc sg/cvs-tests-with-x later to maint).
314
+
306
315
* Other minor doc, test and build updates and code cleanups.
307
316
(merge e2a5a028c7 bw/oidmap-autoinit later to maint).
308
317
(merge ec3b4b06f8 cl/t9001-cleanup later to maint).
@@ -340,3 +349,4 @@ Fixes since v2.16
340
349
(merge edfb8ba068 ot/ref-filter-cleanup later to maint).
341
350
(merge 11395a3b4b jc/test-must-be-empty later to maint).
342
351
(merge 768b9d6db7 mk/doc-pretty-fill later to maint).
352
+ (merge 2caa7b8d27 ab/man-sec-list later to maint).
0 commit comments