@@ -51,6 +51,10 @@ UI, Workflows & Features
51
51
* "git send-email" learned "--mailmap" option to allow rewriting the
52
52
recipient addresses.
53
53
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
+
54
58
55
59
Performance, Internal Implementation, Development Support etc.
56
60
--------------------------------------------------------------
@@ -196,6 +200,11 @@ Fixes since v2.46
196
200
* The code path for compacting reftable files saw some bugfixes
197
201
against concurrent operation.
198
202
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
+
199
208
* Other code cleanup, docfix, build fix, etc.
200
209
(merge bb0498b1bb jc/how-to-maintain-updates later to maint).
201
210
(merge 0d66f601a9 jc/tests-no-useless-tee later to maint).
@@ -206,3 +215,4 @@ Fixes since v2.46
206
215
(merge 596f4ff6ad cl/config-regexp-docfix later to maint).
207
216
(merge 4881328617 aa/cat-file-batch-output-doc later to maint).
208
217
(merge 1609470409 jc/config-doc-update later to maint).
218
+ (merge d4dc0efd7d rj/compat-terminal-unused-fix later to maint).
0 commit comments