Skip to content

Commit 8d7a455

Browse files
committed
Start post 2.11 cycle
For now, let's call it 2.12 tentatively. Signed-off-by: Junio C Hamano <[email protected]>
1 parent a274e0a commit 8d7a455

File tree

3 files changed

+45
-2
lines changed

3 files changed

+45
-2
lines changed

Documentation/RelNotes/2.12.0.txt

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
Git 2.12 Release Notes
2+
======================
3+
4+
Backward compatibility notes.
5+
6+
* Use of an empty string that is used for 'everything matches' is
7+
still warned and Git asks users to use a more explicit '.' for that
8+
instead. The hope is that existing users will not mind this
9+
change, and eventually the warning can be turned into a hard error,
10+
upgrading the deprecation into removal of this (mis)feature. That
11+
is not scheduled to happen in the upcoming release (yet).
12+
13+
* The historical argument order "git merge <msg> HEAD <commit>..."
14+
has been deprecated for quite some time, and will be removed in the
15+
upcoming release.
16+
17+
18+
Updates since v2.11
19+
-------------------
20+
21+
UI, Workflows & Features
22+
23+
*
24+
25+
26+
Performance, Internal Implementation, Development Support etc.
27+
28+
*
29+
30+
31+
Also contains various documentation updates and code clean-ups.
32+
33+
*
34+
35+
36+
Fixes since v2.10
37+
-----------------
38+
39+
Unless otherwise noted, all the fixes since v2.9 in the maintenance
40+
track are contained in this release (see the maintenance releases'
41+
notes for details).
42+
43+
* Other minor doc, test and build updates and code cleanups.

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.11.0
4+
DEF_VER=v2.11.GIT
55

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/2.11.0.txt
1+
Documentation/RelNotes/2.12.0.txt

0 commit comments

Comments
 (0)