Skip to content

Commit 85c26ae

Browse files
committed
Prepare for 2.21 cycle to start soonish
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5d826e9 commit 85c26ae

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

Documentation/RelNotes/2.21.0.txt

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Git 2.21 Release Notes
2+
======================
3+
4+
Backward Compatibility Notes
5+
----------------------------
6+
7+
8+
Updates since v2.20
9+
-------------------
10+
11+
UI, Workflows & Features
12+
13+
14+
15+
Performance, Internal Implementation, Development Support etc.
16+
17+
18+
19+
Fixes since v2.20
20+
-----------------
21+
22+
* Code cleanup, docfix, build fix, etc.

GIT-VERSION-GEN

+1-1
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.20.0
4+
DEF_VER=v2.20.GIT
55

66
LF='
77
'

RelNotes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/2.20.0.txt
1+
Documentation/RelNotes/2.21.0.txt

0 commit comments

Comments
 (0)