Skip to content

Commit 2ccc89b

Browse files
committed
The sixteenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent d0ddf34 commit 2ccc89b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Documentation/RelNotes/2.48.0.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ UI, Workflows & Features
2424
* End-user experience of "git mergetool" when the command errors out
2525
has been improved.
2626

27+
* "git bundle --unbundle" and "git clone" running on a bundle file
28+
both learned to trigger fsck over the new objects with configurable
29+
fck check levels.
30+
2731

2832
Performance, Internal Implementation, Development Support etc.
2933
--------------------------------------------------------------
@@ -118,6 +122,13 @@ Performance, Internal Implementation, Development Support etc.
118122
* Optimize reading random references out of the reftable backend by
119123
allowing reuse of iterator objects.
120124

125+
* Backport oss-fuzz tests for us to our codebase.
126+
127+
* Introduce a new repository extension to prevent older Git versions
128+
from mis-interpreting worktrees created with relative paths.
129+
130+
* Yet another "pass the repository through the callchain" topic.
131+
121132

122133
Fixes since v2.47
123134
-----------------
@@ -224,8 +235,19 @@ Fixes since v2.47
224235
first step to inspect it".
225236
(merge 0ffb5a6bf1 bc/allow-upload-pack-from-other-people later to maint).
226237

238+
* "git fast-import" learned to reject paths with ".." and "." as
239+
their components to avoid creating invalid tree objects.
240+
(merge 8cb4c6e62f en/fast-import-verify-path later to maint).
241+
242+
* The --ancestry-path option is designed to be given a commit that is
243+
on the path, which was not documented, which has been corrected.
244+
(merge bc1a980759 kk/doc-ancestry-path later to maint).
245+
227246
* Other code cleanup, docfix, build fix, etc.
228247
(merge 77af53f56f aa/t7300-modernize later to maint).
229248
(merge dcd590a39d bf/t-readme-mention-reftable later to maint).
230249
(merge 68e3c69efa kh/trailer-in-glossary later to maint).
231250
(merge 91f88f76e6 tb/boundary-traversal-fix later to maint).
251+
(merge 168ebb7159 jc/doc-error-message-guidelines later to maint).
252+
(merge 18693d7d65 kh/doc-bundle-typofix later to maint).
253+
(merge e2f5d3b491 kh/doc-update-ref-grammofix later to maint).

0 commit comments

Comments
 (0)