Skip to content

Commit 72c4083

Browse files
committed
The first batch in 2.31 cycle
Signed-off-by: Junio C Hamano <[email protected]>
1 parent d3aff11 commit 72c4083

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

Documentation/RelNotes/2.31.0.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
Git 2.31 Release Notes
2+
======================
3+
4+
Updates since v2.30
5+
-------------------
6+
7+
UI, Workflows & Features
8+
9+
* The "--format=%(trailers)" mechanism gets enhanced to make it
10+
easier to design output for machine consumption.
11+
12+
* When a user does not tell "git pull" to use rebase or merge, the
13+
command gives a loud message telling a user to choose between
14+
rebase or merge but creates a merge anyway, forcing users who would
15+
want to rebase to redo the operation. Fix an early part of this
16+
problem by tightening the condition to give the message---there is
17+
no reason to stop or force the user to choose between rebase or
18+
merge if the history fast-forwards.
19+
20+
21+
Performance, Internal Implementation, Development Support etc.
22+
23+
* A 3-year old test that was not testing anything useful has been
24+
corrected.
25+
26+
27+
Fixes since v2.30
28+
-----------------
29+
30+
* Other code cleanup, docfix, build fix, etc.
31+
(merge 505a276596 pk/subsub-fetch-fix-take-2 later to maint).
32+
(merge 33fc56253b fc/t6030-bisect-reset-removes-auxiliary-files 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.30.0
4+
DEF_VER=v2.30.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.30.0.txt
1+
Documentation/RelNotes/2.31.0.txt

0 commit comments

Comments
 (0)