@@ -45,6 +45,9 @@ UI, Workflows & Features
45
45
restore the working tree to the state before the command was
46
46
initiated, but in some corner cases it didn't.
47
47
48
+ * Operating modes like "--batch" of "git cat-file" command learned to
49
+ take NUL-terminated input, instead of one-item-per-line.
50
+
48
51
49
52
Performance, Internal Implementation, Development Support etc.
50
53
@@ -101,6 +104,9 @@ Performance, Internal Implementation, Development Support etc.
101
104
* Add a level of redirection to array allocation API in xdiff part,
102
105
to make it easier to share with the libgit2 project.
103
106
107
+ * "git fetch" client logs the partial clone filter used in the trace2
108
+ output.
109
+
104
110
105
111
Fixes since v2.37
106
112
-----------------
@@ -154,7 +160,6 @@ Fixes since v2.37
154
160
* "git clone" from a repository with some ref whose HEAD is unborn
155
161
did not set the HEAD in the resulting repository correctly, which
156
162
has been corrected.
157
- (merge daf7898abb jk/clone-unborn-confusion later to maint).
158
163
159
164
* An earlier attempt to plug leaks placed a clean-up label to jump to
160
165
at a bogus place, which as been corrected.
@@ -167,22 +172,17 @@ Fixes since v2.37
167
172
* A fix for a regression in test framework.
168
173
169
174
* mkstemp() emulation on Windows has been improved.
170
- (merge ae25974de3 rs/mingw-tighten-mkstemp later to maint).
171
175
172
176
* Add missing documentation for "include" and "includeIf" features in
173
177
"git config" file format, which incidentally teaches the command
174
178
line completion to include them in its offerings.
175
- (merge 07aed58017 mb/config-document-include later to maint).
176
179
177
180
* Avoid "white/black-list" in documentation and code comments.
178
- (merge f5adaa5cc3 ds/doc-wo-whitelist later to maint).
179
181
180
182
* Workaround for a compiler warning against use of die() in
181
183
osx-keychain (in contrib/).
182
- (merge f2fc531585 ld/osx-keychain-usage-fix later to maint).
183
184
184
185
* Workaround for a false positive compiler warning.
185
- (merge b4f52f09ae ds/win-syslog-compiler-fix later to maint).
186
186
187
187
* "git p4" working on UTF-16 files on Windows did not implement
188
188
CRLF-to-LF conversion correctly, which has been corrected.
@@ -208,9 +208,12 @@ Fixes since v2.37
208
208
in commit-graph from v1 to v2 format, which has been corrected.
209
209
(merge 9550f6c16a tb/commit-graph-genv2-upgrade-fix later to maint).
210
210
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
+
211
216
* Other code cleanup, docfix, build fix, etc.
212
217
(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).
215
218
(merge ce5f07983d mt/pkt-line-comment-tweak later to maint).
216
219
(merge 1e11fab59c jc/string-list-cleanup later to maint).
0 commit comments