Skip to content

Commit c5ee8f2

Browse files
committed
The fourteenth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2e0808c commit c5ee8f2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Documentation/RelNotes/2.47.0.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ UI, Workflows & Features
5151
* "git send-email" learned "--mailmap" option to allow rewriting the
5252
recipient addresses.
5353

54+
* "git mergetool" learned to use VSCode as a merge backend.
55+
56+
* "git pack-redundant" has been marked for removal in Git 3.0.
57+
5458

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

203+
* The code forgot to discard unnecessary in-core commit buffer data
204+
for commits that "git log --skip=<number>" traversed but omitted
205+
from the output, which has been corrected.
206+
(merge 6bd2ae67a5 jk/free-commit-buffer-of-skipped-commits later to maint).
207+
199208
* Other code cleanup, docfix, build fix, etc.
200209
(merge bb0498b1bb jc/how-to-maintain-updates later to maint).
201210
(merge 0d66f601a9 jc/tests-no-useless-tee later to maint).
@@ -206,3 +215,4 @@ Fixes since v2.46
206215
(merge 596f4ff6ad cl/config-regexp-docfix later to maint).
207216
(merge 4881328617 aa/cat-file-batch-output-doc later to maint).
208217
(merge 1609470409 jc/config-doc-update later to maint).
218+
(merge d4dc0efd7d rj/compat-terminal-unused-fix later to maint).

0 commit comments

Comments
 (0)