Skip to content

Commit 211eca0

Browse files
committed
The first batch post Git 2.32
Signed-off-by: Junio C Hamano <[email protected]>
1 parent ccf0378 commit 211eca0

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

Documentation/RelNotes/2.33.0.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
Git 2.33 Release Notes
2+
======================
3+
4+
Updates since Git 2.32
5+
----------------------
6+
7+
UI, Workflows & Features
8+
9+
Performance, Internal Implementation, Development Support etc.
10+
11+
12+
Fixes since v2.31
13+
-----------------
14+
15+
* We historically rejected a very short string as an author name
16+
while accepting a patch e-mail, which has been loosened.
17+
(merge 72ee47ceeb ef/mailinfo-short-name later to maint).
18+
19+
* The parallel checkout codepath did not initialize object ID field
20+
used to talk to the worker processes in a futureproof way.
21+
22+
* Rewrite code that triggers undefined behaiour warning.
23+
(merge aafa5df0df jn/size-t-casted-to-off-t-fix later to maint).
24+
25+
* The description of "fast-forward" in the glossary has been updated.
26+
(merge e22f2daed0 ry/clarify-fast-forward-in-glossary later to maint).
27+
28+
* Other code cleanup, docfix, build fix, etc.
29+
(merge bfe35a6165 ah/doc-describe later to maint).
30+
(merge f302c1e4aa jc/clarify-revision-range later to maint).
31+
(merge 3127ff90ea tl/fix-packfile-uri-doc later to maint).
32+
(merge a84216c684 jk/doc-color-pager later to maint).

RelNotes

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

0 commit comments

Comments
 (0)