@@ -183,6 +183,8 @@ Performance, Internal Implementation, Development Support etc.
183183 version of .midx before removing them from the disk, as some
184184 platforms do not allow removal of a file that still has mapping.
185185
186+ * A new feature has been added to abort early in the test framework.
187+
186188
187189Fixes since v2.33
188190-----------------
@@ -368,6 +370,28 @@ Fixes since v2.33
368370 * Improve test framework around unwritable directories.
369371 (merge 5d22e18965 ab/test-cleanly-recreate-trash-directory later to maint).
370372
373+ * "git push" client talking to an HTTP server did not diagnose the
374+ lack of the final status report from the other side correctly,
375+ which has been corrected.
376+ (merge c5c3486f38 jk/http-push-status-fix later to maint).
377+
378+ * Update "git archive" documentation and give explicit mention on the
379+ compression level for both zip and tar.gz format.
380+ (merge c4b208c309 bs/archive-doc-compression-level later to maint).
381+
382+ * Drop "git sparse-index" from the list of common commands.
383+ (merge 6a9a50a8af sg/sparse-index-not-that-common-a-command later to maint).
384+
385+ * "git branch -c/-m new old" was not described to copy config, which
386+ has been corrected.
387+ (merge 8252ec300e jc/branch-copy-doc later to maint).
388+
389+ * Squelch over-eager warning message added during this cycle.
390+ (merge 9e8fe7b1c7 jk/log-warn-on-bogus-encoding later to maint).
391+
392+ * Fix long-standing shell syntax error in the completion script.
393+ (merge 46b0585286 re/completion-fix-test-equality later to maint).
394+
371395 * Other code cleanup, docfix, build fix, etc.
372396 (merge f188160be9 ab/bundle-remove-verbose-option later to maint).
373397 (merge 8c6b4332b4 rs/close-pack-leakfix later to maint).
@@ -381,3 +405,5 @@ Fixes since v2.33
381405 (merge ec9a37d69b ab/pkt-line-cleanup later to maint).
382406 (merge 8650c6298c ab/fix-make-lint-docs later to maint).
383407 (merge 1c720357ce ab/test-lib-diff-cleanup later to maint).
408+ (merge 6b615dbece ks/submodule-add-message-fix later to maint).
409+ (merge 82a57cd13f ma/doc-git-version later to maint).
0 commit comments