@@ -30,6 +30,9 @@ UI, Workflows & Features
30
30
* Introduce a discovery.barerepository configuration variable that
31
31
allows users to forbid discovery of bare repositories.
32
32
33
+ * Various messages that come from the pack-bitmap codepaths have been
34
+ tweaked.
35
+
33
36
34
37
Performance, Internal Implementation, Development Support etc.
35
38
@@ -75,6 +78,10 @@ Performance, Internal Implementation, Development Support etc.
75
78
* A coccinelle rule (in contrib/) to encourage use of COPY_ARRAY
76
79
macro has been improved.
77
80
81
+ * API tweak to make it easier to run fuzz testing on commit-graph parser.
82
+
83
+ * Omit fsync-related trace2 entries when their values are all zero.
84
+
78
85
79
86
Fixes since v2.37
80
87
-----------------
@@ -156,6 +163,25 @@ Fixes since v2.37
156
163
* mkstemp() emulation on Windows has been improved.
157
164
(merge ae25974de3 rs/mingw-tighten-mkstemp later to maint).
158
165
166
+ * Add missing documentation for "include" and "includeIf" features in
167
+ "git config" file format, which incidentally teaches the command
168
+ line completion to include them in its offerings.
169
+ (merge 07aed58017 mb/config-document-include later to maint).
170
+
171
+ * Avoid "white/black-list" in documentation and code comments.
172
+ (merge f5adaa5cc3 ds/doc-wo-whitelist later to maint).
173
+
174
+ * Workaround for a compiler warning against use of die() in
175
+ osx-keychain (in contrib/).
176
+ (merge f2fc531585 ld/osx-keychain-usage-fix later to maint).
177
+
178
+ * Workaround for a false positive compiler warning.
179
+ (merge b4f52f09ae ds/win-syslog-compiler-fix later to maint).
180
+
181
+ * "git p4" working on UTF-16 files on Windows did not implement
182
+ CRLF-to-LF conversion correctly, which has been corrected.
183
+ (merge 4d35f74421 mb/p4-utf16-crlf later to maint).
184
+
159
185
* Other code cleanup, docfix, build fix, etc.
160
186
(merge 5fd9d1738e jk/revisions-doc-markup-fix later to maint).
161
187
(merge 1971510c35 pb/diff-doc-raw-format later to maint).
@@ -166,3 +192,6 @@ Fixes since v2.37
166
192
(merge 2ffb7d13ee ds/t5510-brokequote later to maint).
167
193
(merge 18337d406f ll/ls-files-tests-update later to maint).
168
194
(merge 8cdab69d96 tk/rev-parse-doc-clarify-at-u later to maint).
195
+ (merge a700395eaf ma/t4200-update later to maint).
196
+ (merge ae436f283c ma/sparse-checkout-cone-doc-fix later to maint).
197
+ (merge a10f6e2bda sg/index-format-doc-update later to maint).
0 commit comments