Skip to content

Commit 0afbf6c

Browse files
committed
Git 2.17-rc0
Signed-off-by: Junio C Hamano <[email protected]>
1 parent e215e89 commit 0afbf6c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Documentation/RelNotes/2.17.0.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ UI, Workflows & Features
6161
* "git diff" and friends learned funcname patterns for Go language
6262
source files.
6363

64+
* "git send-email" learned "--reply-to=<address>" option.
65+
66+
* Funcname pattern used for C# now recognizes "async" keyword.
67+
6468

6569
Performance, Internal Implementation, Development Support etc.
6670

@@ -134,6 +138,8 @@ Performance, Internal Implementation, Development Support etc.
134138
is the untracked cache information is often wasteful, and this has
135139
been optimized out.
136140

141+
* Various pieces of Perl code we have have been cleaned up.
142+
137143

138144
Also contains various documentation updates and code clean-ups.
139145

@@ -303,6 +309,9 @@ Fixes since v2.16
303309
when the command was reimplemented in C by mistake.
304310
(merge 095c741edd ab/gc-auto-in-commit later to maint).
305311

312+
* Allow running a couple of tests with "sh -x".
313+
(merge c20bf94abc sg/cvs-tests-with-x later to maint).
314+
306315
* Other minor doc, test and build updates and code cleanups.
307316
(merge e2a5a028c7 bw/oidmap-autoinit later to maint).
308317
(merge ec3b4b06f8 cl/t9001-cleanup later to maint).
@@ -340,3 +349,4 @@ Fixes since v2.16
340349
(merge edfb8ba068 ot/ref-filter-cleanup later to maint).
341350
(merge 11395a3b4b jc/test-must-be-empty later to maint).
342351
(merge 768b9d6db7 mk/doc-pretty-fill later to maint).
352+
(merge 2caa7b8d27 ab/man-sec-list later to maint).

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.16.GIT
4+
DEF_VER=v2.17.0-rc0
55

66
LF='
77
'

0 commit comments

Comments
 (0)