Skip to content

Commit cc01bad

Browse files
committed
The twelfth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4a611ee commit cc01bad

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Documentation/RelNotes/2.48.0.txt

+21
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ UI, Workflows & Features
1616
* Teach 'git notes add' and 'git notes append' a new '-e' flag,
1717
instructing them to open the note in $GIT_EDITOR before saving.
1818

19+
* Documentation for "git bundle" saw improvements to more prominently
20+
call out the use of '--all' when creating bundles.
21+
1922

2023
Performance, Internal Implementation, Development Support etc.
2124
--------------------------------------------------------------
@@ -82,6 +85,15 @@ Performance, Internal Implementation, Development Support etc.
8285

8386
* Renaming a handful of variables and structure fields.
8487

88+
* Fix for clar unit tests to support CMake build.
89+
90+
* C23 compatibility updates.
91+
92+
* GCC 15 compatibility updates.
93+
94+
* We now ensure "index-pack" is used with the "--promisor" option
95+
only during a "git fetch".
96+
8597

8698
Fixes since v2.47
8799
-----------------
@@ -159,6 +171,14 @@ Fixes since v2.47
159171
of object.
160172
(merge e199290592 tb/multi-pack-reuse-dupfix later to maint).
161173

174+
* "git fast-import" can be tricked into a replace ref that maps an
175+
object to itself, which is a useless thing to do.
176+
(merge 5e904f1a4a en/fast-import-avoid-self-replace later to maint).
177+
178+
* The ref-transaction hook triggered for reflog updates, which has
179+
been corrected.
180+
(merge b886db48c6 kn/ref-transaction-hook-with-reflog later to maint).
181+
162182
* Other code cleanup, docfix, build fix, etc.
163183
(merge 1164e270b5 jk/output-prefix-cleanup later to maint).
164184
(merge f36b8cbaef jh/config-unset-doc-fix later to maint).
@@ -172,3 +192,4 @@ Fixes since v2.47
172192
(merge f1ed39987b xx/protocol-v2-doc-markup-fix later to maint).
173193
(merge 41869f7447 ak/typofixes later to maint).
174194
(merge dcd590a39d bf/t-readme-mention-reftable later to maint).
195+
(merge 68e3c69efa kh/trailer-in-glossary later to maint).

0 commit comments

Comments
 (0)