@@ -136,6 +136,8 @@ Performance, Internal Implementation, Development Support etc.
136
136
file, causing everybody else but one to fail---reattempt locking
137
137
with some timeout to reduce the rate of the failure.
138
138
139
+ * "git-parse-remote" shell script library outlived its usefulness.
140
+
139
141
140
142
Fixes since v2.29
141
143
-----------------
@@ -263,11 +265,6 @@ Fixes since v2.29
263
265
larger than 4GB.
264
266
(merge 81c4c5cf2e jk/4gb-idx later to maint).
265
267
266
- * "git fetch" did not work correctly with nested submodules where the
267
- innermost submodule that is not of interest got updated in the
268
- upstream, which has been corrected.
269
- (merge 1b7ac4e6d4 pk/subsub-fetch-fix later to maint).
270
-
271
268
* Since jgit does not yet work with SHA-256 repositories, mark the
272
269
tests that uses it not to run unless we are testing with ShA-1
273
270
repositories.
@@ -283,6 +280,20 @@ Fixes since v2.29
283
280
* Error message fix.
284
281
(merge eaf5341538 km/stash-error-message-fix later to maint).
285
282
283
+ * "git pull --rebase --recurse-submodules" checked for local changes
284
+ in a wrong range and failed to run correctly when it should.
285
+ (merge 5176f20ffe pb/pull-rebase-recurse-submodules later to maint).
286
+
287
+ * "git push" that is killed may leave a pack-objects process behind,
288
+ still computing to find a good compression, wasting cycles. This
289
+ has been corrected.
290
+ (merge 8b59935114 jk/stop-pack-objects-when-push-is-killed later to maint).
291
+
292
+ * "git fetch" that is killed may leave a pack-objects process behind,
293
+ still computing to find a good compression, wasting cycles. This
294
+ has been corrected.
295
+ (merge 309a4028e7 jk/stop-pack-objects-when-fetch-is-killed later to maint).
296
+
286
297
* Other code cleanup, docfix, build fix, etc.
287
298
(merge 3e0a5dc9af cc/doc-filter-branch-typofix later to maint).
288
299
(merge 32c83afc2c cw/ci-ghwf-check-ws-errors later to maint).
0 commit comments