File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change
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).
Original file line number Diff line number Diff line change 1
- Documentation/RelNotes/2.32 .0.txt
1
+ Documentation/RelNotes/2.33 .0.txt
You can’t perform that action at this time.
0 commit comments