@@ -45,6 +45,9 @@ UI, Workflows & Features
4545 restore the working tree to the state before the command was
4646 initiated, but in some corner cases it didn't.
4747
48+ * Operating modes like "--batch" of "git cat-file" command learned to
49+ take NUL-terminated input, instead of one-item-per-line.
50+
4851
4952Performance, Internal Implementation, Development Support etc.
5053
@@ -101,6 +104,9 @@ Performance, Internal Implementation, Development Support etc.
101104 * Add a level of redirection to array allocation API in xdiff part,
102105 to make it easier to share with the libgit2 project.
103106
107+ * "git fetch" client logs the partial clone filter used in the trace2
108+ output.
109+
104110
105111Fixes since v2.37
106112-----------------
@@ -154,7 +160,6 @@ Fixes since v2.37
154160 * "git clone" from a repository with some ref whose HEAD is unborn
155161 did not set the HEAD in the resulting repository correctly, which
156162 has been corrected.
157- (merge daf7898abb jk/clone-unborn-confusion later to maint).
158163
159164 * An earlier attempt to plug leaks placed a clean-up label to jump to
160165 at a bogus place, which as been corrected.
@@ -167,22 +172,17 @@ Fixes since v2.37
167172 * A fix for a regression in test framework.
168173
169174 * mkstemp() emulation on Windows has been improved.
170- (merge ae25974de3 rs/mingw-tighten-mkstemp later to maint).
171175
172176 * Add missing documentation for "include" and "includeIf" features in
173177 "git config" file format, which incidentally teaches the command
174178 line completion to include them in its offerings.
175- (merge 07aed58017 mb/config-document-include later to maint).
176179
177180 * Avoid "white/black-list" in documentation and code comments.
178- (merge f5adaa5cc3 ds/doc-wo-whitelist later to maint).
179181
180182 * Workaround for a compiler warning against use of die() in
181183 osx-keychain (in contrib/).
182- (merge f2fc531585 ld/osx-keychain-usage-fix later to maint).
183184
184185 * Workaround for a false positive compiler warning.
185- (merge b4f52f09ae ds/win-syslog-compiler-fix later to maint).
186186
187187 * "git p4" working on UTF-16 files on Windows did not implement
188188 CRLF-to-LF conversion correctly, which has been corrected.
@@ -208,9 +208,12 @@ Fixes since v2.37
208208 in commit-graph from v1 to v2 format, which has been corrected.
209209 (merge 9550f6c16a tb/commit-graph-genv2-upgrade-fix later to maint).
210210
211+ * Gitweb had legacy URL shortener that is specific to the way
212+ projects hosted on kernel.org used to (but no longer) work, which
213+ has been removed.
214+ (merge 75707da4fa jr/gitweb-title-shortening later to maint).
215+
211216 * Other code cleanup, docfix, build fix, etc.
212217 (merge a700395eaf ma/t4200-update later to maint).
213- (merge ae436f283c ma/sparse-checkout-cone-doc-fix later to maint).
214- (merge a10f6e2bda sg/index-format-doc-update later to maint).
215218 (merge ce5f07983d mt/pkt-line-comment-tweak later to maint).
216219 (merge 1e11fab59c jc/string-list-cleanup later to maint).
0 commit comments