@@ -30,6 +30,9 @@ UI, Workflows & Features
3030 * Introduce a discovery.barerepository configuration variable that
3131 allows users to forbid discovery of bare repositories.
3232
33+ * Various messages that come from the pack-bitmap codepaths have been
34+ tweaked.
35+
3336
3437Performance, Internal Implementation, Development Support etc.
3538
@@ -75,6 +78,10 @@ Performance, Internal Implementation, Development Support etc.
7578 * A coccinelle rule (in contrib/) to encourage use of COPY_ARRAY
7679 macro has been improved.
7780
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+
7885
7986Fixes since v2.37
8087-----------------
@@ -156,6 +163,25 @@ Fixes since v2.37
156163 * mkstemp() emulation on Windows has been improved.
157164 (merge ae25974de3 rs/mingw-tighten-mkstemp later to maint).
158165
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+
159185 * Other code cleanup, docfix, build fix, etc.
160186 (merge 5fd9d1738e jk/revisions-doc-markup-fix later to maint).
161187 (merge 1971510c35 pb/diff-doc-raw-format later to maint).
@@ -166,3 +192,6 @@ Fixes since v2.37
166192 (merge 2ffb7d13ee ds/t5510-brokequote later to maint).
167193 (merge 18337d406f ll/ls-files-tests-update later to maint).
168194 (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