Git 2.17-rc0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Mar 15, 2018 at 15:01 UTC
0afbf6caa5b16dcfa3074982e5b48e27d452dbbb
2 files changed
+11
-1
Documentation/RelNotes/2.17.0.txt
+10
@@ -61,6 +61,10 @@ UI, Workflows & Features
61
* "git diff" and friends learned funcname patterns for Go language
62
source files.
63
64
+ * "git send-email" learned "--reply-to=<address>" option.
65
+
66
+ * Funcname pattern used for C# now recognizes "async" keyword.
67
+
68
69
Performance, Internal Implementation, Development Support etc.
70
@@ -134,6 +138,8 @@ Performance, Internal Implementation, Development Support etc.
138
is the untracked cache information is often wasteful, and this has
139
been optimized out.
140
141
+ * Various pieces of Perl code we have have been cleaned up.
142
+
143
144
Also contains various documentation updates and code clean-ups.
145
@@ -303,6 +309,9 @@ Fixes since v2.16
309
when the command was reimplemented in C by mistake.
310
(merge 095c741edd ab/gc-auto-in-commit later to maint).
311
312
+ * Allow running a couple of tests with "sh -x".
313
+ (merge c20bf94abc sg/cvs-tests-with-x later to maint).
314
+
315
* Other minor doc, test and build updates and code cleanups.
316
(merge e2a5a028c7 bw/oidmap-autoinit later to maint).
317
(merge ec3b4b06f8 cl/t9001-cleanup later to maint).
@@ -340,3 +349,4 @@ Fixes since v2.16
349
(merge edfb8ba068 ot/ref-filter-cleanup later to maint).
350
(merge 11395a3b4b jc/test-must-be-empty later to maint).
351
(merge 768b9d6db7 mk/doc-pretty-fill later to maint).
352
+ (merge 2caa7b8d27 ab/man-sec-list later to maint).
GIT-VERSION-GEN
+1
-1
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v2.16.GIT
4
+DEF_VER=v2.17.0-rc0
5
6
LF='
7
'