Skip to content

Commit

Permalink
The fourteenth batch
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
gitster committed Sep 10, 2024
1 parent 2e0808c commit c5ee8f2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Documentation/RelNotes/2.47.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ UI, Workflows & Features
* "git send-email" learned "--mailmap" option to allow rewriting the
recipient addresses.

* "git mergetool" learned to use VSCode as a merge backend.

* "git pack-redundant" has been marked for removal in Git 3.0.


Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
Expand Down Expand Up @@ -196,6 +200,11 @@ Fixes since v2.46
* The code path for compacting reftable files saw some bugfixes
against concurrent operation.

* The code forgot to discard unnecessary in-core commit buffer data
for commits that "git log --skip=<number>" traversed but omitted
from the output, which has been corrected.
(merge 6bd2ae67a5 jk/free-commit-buffer-of-skipped-commits later to maint).

* Other code cleanup, docfix, build fix, etc.
(merge bb0498b1bb jc/how-to-maintain-updates later to maint).
(merge 0d66f601a9 jc/tests-no-useless-tee later to maint).
Expand All @@ -206,3 +215,4 @@ Fixes since v2.46
(merge 596f4ff6ad cl/config-regexp-docfix later to maint).
(merge 4881328617 aa/cat-file-batch-output-doc later to maint).
(merge 1609470409 jc/config-doc-update later to maint).
(merge d4dc0efd7d rj/compat-terminal-unused-fix later to maint).

0 comments on commit c5ee8f2

Please sign in to comment.