@@ -162,7 +162,6 @@ Fixes since v2.46
162
162
corrected.
163
163
164
164
* More leakfixes.
165
- (merge f30bfafcd4 ps/leakfixes-part-3 later to maint).
166
165
167
166
* The credential helper to talk to OSX keychain sometimes sent
168
167
garbage bytes after the username, which has been corrected.
@@ -172,7 +171,6 @@ Fixes since v2.46
172
171
173
172
* The patch parser in 'git apply' has been a bit more lenient against
174
173
unexpected mode bits, like 100664, recorded on extended header lines.
175
- (merge e95d515141 jk/apply-patch-mode-check-fix later to maint).
176
174
177
175
* "git config --value=foo --fixed-value section.key newvalue" barfed
178
176
when the existing value in the configuration file used the
@@ -181,7 +179,6 @@ Fixes since v2.46
181
179
* The patch parser in "git patch-id" has been tightened to avoid
182
180
getting confused by lines that look like a patch header in the log
183
181
message.
184
- (merge a6e9429f72 jc/patch-id later to maint).
185
182
186
183
* "git reflog expire" failed to honor annotated tags when computing
187
184
reachable commits.
@@ -197,7 +194,6 @@ Fixes since v2.46
197
194
198
195
* "git bundle unbundle" outside a repository triggered a BUG()
199
196
unnecessarily, which has been corrected.
200
- (merge 96a9a3e42e ps/bundle-outside-repo-fix later to maint).
201
197
202
198
* Maintenance tasks other than "gc" now properly go background when
203
199
"git maintenance" runs them.
@@ -215,11 +211,9 @@ Fixes since v2.46
215
211
* The code forgot to discard unnecessary in-core commit buffer data
216
212
for commits that "git log --skip=<number>" traversed but omitted
217
213
from the output, which has been corrected.
218
- (merge 6bd2ae67a5 jk/free-commit-buffer-of-skipped-commits later to maint).
219
214
220
215
* "git verify-pack" and "git index-pack" started dying outside a
221
216
repository, which has been corrected.
222
- (merge b2dbf97f47 ps/index-pack-outside-repo-fix later to maint).
223
217
224
218
* A data corruption bug when multi-pack-index is used and the same
225
219
objects are stored in multiple packfiles has been corrected.
@@ -245,15 +239,5 @@ Fixes since v2.46
245
239
(merge c02414a997 bl/trailers-and-incomplete-last-line-fix later to maint).
246
240
247
241
* Other code cleanup, docfix, build fix, etc.
248
- (merge bb0498b1bb jc/how-to-maintain-updates later to maint).
249
- (merge 0d66f601a9 jc/tests-no-useless-tee later to maint).
250
- (merge 170cdfc5a4 jc/grammo-fixes later to maint).
251
- (merge 983555a1f2 jc/how-to-maintain-updates later to maint).
252
- (merge e3209bd4df ps/stash-keep-untrack-empty-fix later to maint).
253
- (merge 44db6f75cc jc/coding-style-c-operator-with-spaces later to maint).
254
- (merge 596f4ff6ad cl/config-regexp-docfix later to maint).
255
- (merge 4881328617 aa/cat-file-batch-output-doc later to maint).
256
- (merge 1609470409 jc/config-doc-update later to maint).
257
- (merge d4dc0efd7d rj/compat-terminal-unused-fix later to maint).
258
242
(merge be10ac7037 jc/mailinfo-header-cleanup later to maint).
259
243
(merge 9a36ea37ae jc/doc-skip-fetch-all-and-prefetch later to maint).
0 commit comments