@@ -24,6 +24,13 @@ UI, Workflows & Features
24
24
which is its modern rough equivalent has outlived its usefulness
25
25
more than 10 years ago. Plan to deprecate and remove it.
26
26
27
+ * An interchange format for stash entries is defined, and subcommand
28
+ of "git stash" to import/export has been added.
29
+
30
+ * "git merge/pull" has been taught the "--compact-summary" option to
31
+ use the compact-summary format, intead of diffstat, when showing
32
+ the summary of the incoming changes.
33
+
27
34
28
35
Performance, Internal Implementation, Development Support etc.
29
36
--------------------------------------------------------------
@@ -41,6 +48,9 @@ Performance, Internal Implementation, Development Support etc.
41
48
* "Do not explicitly initialize to zero" rule has been clarified in
42
49
the CodingGuidelines document.
43
50
51
+ * A test helper "test_seq" function learned the "-f <fmt>" option,
52
+ which allowed us to simplify a lot of test scripts.
53
+
44
54
45
55
Fixes since v2.50
46
56
-----------------
@@ -78,6 +88,11 @@ Fixes since v2.50
78
88
has been remedied.
79
89
(merge 1b5074e614 ps/maintenance-ref-lock later to maint).
80
90
91
+ * Avoid regexp_constraint and instead use comparison_constraint when
92
+ listing functions to exclude from application of coccinelle rules,
93
+ as spatch can be built with different regexp engine X-<.
94
+ (merge f2ad545813 jc/cocci-avoid-regexp-constraint later to maint).
95
+
81
96
* Other code cleanup, docfix, build fix, etc.
82
97
(merge b257adb571 lo/my-first-ow-doc-update later to maint).
83
98
(merge 8b34b6a220 ly/sequencer-update-squash-is-fixup-only later to maint).
0 commit comments