summaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes/2.48.0.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-12-13 16:33:05 +0100
committerJunio C Hamano <gitster@pobox.com>2024-12-13 16:33:46 +0100
commit2ccc89b0c16c51561da90d21cfbb4b58cc877bf6 (patch)
tree940c1c826603604725880b29b661485d2aa63930 /Documentation/RelNotes/2.48.0.txt
parentMerge branch 'kk/doc-ancestry-path' (diff)
downloadgit-2ccc89b0c16c51561da90d21cfbb4b58cc877bf6.tar.xz
git-2ccc89b0c16c51561da90d21cfbb4b58cc877bf6.zip
The sixteenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rw-r--r--Documentation/RelNotes/2.48.0.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.48.0.txt b/Documentation/RelNotes/2.48.0.txt
index bf75cda275..802e9a96e5 100644
--- a/Documentation/RelNotes/2.48.0.txt
+++ b/Documentation/RelNotes/2.48.0.txt
@@ -24,6 +24,10 @@ UI, Workflows & Features
* End-user experience of "git mergetool" when the command errors out
has been improved.
+ * "git bundle --unbundle" and "git clone" running on a bundle file
+ both learned to trigger fsck over the new objects with configurable
+ fck check levels.
+
Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
@@ -118,6 +122,13 @@ Performance, Internal Implementation, Development Support etc.
* Optimize reading random references out of the reftable backend by
allowing reuse of iterator objects.
+ * Backport oss-fuzz tests for us to our codebase.
+
+ * Introduce a new repository extension to prevent older Git versions
+ from mis-interpreting worktrees created with relative paths.
+
+ * Yet another "pass the repository through the callchain" topic.
+
Fixes since v2.47
-----------------
@@ -224,8 +235,19 @@ Fixes since v2.47
first step to inspect it".
(merge 0ffb5a6bf1 bc/allow-upload-pack-from-other-people later to maint).
+ * "git fast-import" learned to reject paths with ".." and "." as
+ their components to avoid creating invalid tree objects.
+ (merge 8cb4c6e62f en/fast-import-verify-path later to maint).
+
+ * The --ancestry-path option is designed to be given a commit that is
+ on the path, which was not documented, which has been corrected.
+ (merge bc1a980759 kk/doc-ancestry-path later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge 77af53f56f aa/t7300-modernize later to maint).
(merge dcd590a39d bf/t-readme-mention-reftable later to maint).
(merge 68e3c69efa kh/trailer-in-glossary later to maint).
(merge 91f88f76e6 tb/boundary-traversal-fix later to maint).
+ (merge 168ebb7159 jc/doc-error-message-guidelines later to maint).
+ (merge 18693d7d65 kh/doc-bundle-typofix later to maint).
+ (merge e2f5d3b491 kh/doc-update-ref-grammofix later to maint).