aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-09-12 10:36:55 -0700
committerJunio C Hamano <gitster@pobox.com>2024-09-12 11:47:24 -0700
commitf8ca6d006426c0a46216bc21cd9950d1df3f9bf1 (patch)
tree8ecf99a72021b7af89bbe367ce806f712580e246
parentf286e0a01c1e8c1b401d0290b8fc0f9847cfbd06 (diff)
downloadgit-f8ca6d006426c0a46216bc21cd9950d1df3f9bf1.tar.gz
The fifteenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.47.0.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.47.0.txt b/Documentation/RelNotes/2.47.0.txt
index 2aee05e09a..08086e4ec8 100644
--- a/Documentation/RelNotes/2.47.0.txt
+++ b/Documentation/RelNotes/2.47.0.txt
@@ -55,6 +55,10 @@ UI, Workflows & Features
* "git pack-redundant" has been marked for removal in Git 3.0.
+ * One-line messages to "die" and other helper functions will get LF
+ added by these helper functions, but many existing messages had an
+ unnecessary LF at the end, which have been corrected.
+
Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
@@ -121,6 +125,9 @@ Performance, Internal Implementation, Development Support etc.
* Make our codebase compilable with the -Werror=unused-parameter
option.
+ * "git cat-file" works well with the sparse-index, and gets marked as
+ such.
+
Fixes since v2.46
-----------------
@@ -205,6 +212,17 @@ Fixes since v2.46
from the output, which has been corrected.
(merge 6bd2ae67a5 jk/free-commit-buffer-of-skipped-commits later to maint).
+ * "git verify-pack" and "git index-pack" started dying outside a
+ repository, which has been corrected.
+ (merge b2dbf97f47 ps/index-pack-outside-repo-fix later to maint).
+
+ * A data corruption bug when multi-pack-index is used and the same
+ objects are stored in multiple packfiles has been corrected.
+
+ * "git pack-refs --auto" for the files backend was too aggressive,
+ which has been a bit tamed.
+ (merge c3459ae9ef ps/pack-refs-auto-heuristics 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).
@@ -216,3 +234,4 @@ Fixes since v2.46
(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).
+ (merge be10ac7037 jc/mailinfo-header-cleanup later to maint).