@@ -50,6 +50,10 @@ UI, Workflows & Features
50
50
* "git format-patch -v<n>" learned to allow a reroll count that is
51
51
not an integer.
52
52
53
+ * "git commit" learned "--trailer <key>[=<value>]" option; together
54
+ with the interpret-trailers command, this will make it easier to
55
+ support custom trailers.
56
+
53
57
54
58
Performance, Internal Implementation, Development Support etc.
55
59
@@ -73,6 +77,18 @@ Performance, Internal Implementation, Development Support etc.
73
77
* A simple IPC interface gets introduced to build services like
74
78
fsmonitor on top.
75
79
80
+ * Fsck API clean-up.
81
+
82
+ * SECURITY.md that is facing individual contributors and end users
83
+ has been introduced. Also a procedure to follow when preparing
84
+ embargoed releases has been spelled out.
85
+ (merge 09420b7648 js/security-md later to maint).
86
+
87
+ * Optimize "rev-list --use-bitmap-index --objects" corner case that
88
+ uses negative tags as the stopping points.
89
+
90
+ * CMake update for vsbuild.
91
+
76
92
77
93
Fixes since v2.31
78
94
-----------------
@@ -127,6 +143,19 @@ Fixes since v2.31
127
143
symbolic links, which has been corrected.
128
144
(merge fab78a0c3d mt/checkout-remove-nofollow later to maint).
129
145
146
+ * A few option description strings started with capital letters,
147
+ which were corrected.
148
+ (merge 5ee90326dc cc/downcase-opt-help later to maint).
149
+
150
+ * Plug or annotate remaining leaks that trigger while running the
151
+ very basic set of tests.
152
+ (merge 68ffe095a2 ah/plugleaks later to maint).
153
+
154
+ * The hashwrite() API uses a buffering mechanism to avoid calling
155
+ write(2) too frequently. This logic has been refactored to be
156
+ easier to understand.
157
+ (merge ddaf1f62e3 ds/clarify-hashwrite later to maint).
158
+
130
159
* Other code cleanup, docfix, build fix, etc.
131
160
(merge f451960708 dl/cat-file-doc-cleanup later to maint).
132
161
(merge 12604a8d0c sv/t9801-test-path-is-file-cleanup later to maint).
0 commit comments