Skip to content

Commit f8ca6d0

Browse files
committed
The fifteenth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent f286e0a commit f8ca6d0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Documentation/RelNotes/2.47.0.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ UI, Workflows & Features
5555

5656
* "git pack-redundant" has been marked for removal in Git 3.0.
5757

58+
* One-line messages to "die" and other helper functions will get LF
59+
added by these helper functions, but many existing messages had an
60+
unnecessary LF at the end, which have been corrected.
61+
5862

5963
Performance, Internal Implementation, Development Support etc.
6064
--------------------------------------------------------------
@@ -121,6 +125,9 @@ Performance, Internal Implementation, Development Support etc.
121125
* Make our codebase compilable with the -Werror=unused-parameter
122126
option.
123127

128+
* "git cat-file" works well with the sparse-index, and gets marked as
129+
such.
130+
124131

125132
Fixes since v2.46
126133
-----------------
@@ -205,6 +212,17 @@ Fixes since v2.46
205212
from the output, which has been corrected.
206213
(merge 6bd2ae67a5 jk/free-commit-buffer-of-skipped-commits later to maint).
207214

215+
* "git verify-pack" and "git index-pack" started dying outside a
216+
repository, which has been corrected.
217+
(merge b2dbf97f47 ps/index-pack-outside-repo-fix later to maint).
218+
219+
* A data corruption bug when multi-pack-index is used and the same
220+
objects are stored in multiple packfiles has been corrected.
221+
222+
* "git pack-refs --auto" for the files backend was too aggressive,
223+
which has been a bit tamed.
224+
(merge c3459ae9ef ps/pack-refs-auto-heuristics later to maint).
225+
208226
* Other code cleanup, docfix, build fix, etc.
209227
(merge bb0498b1bb jc/how-to-maintain-updates later to maint).
210228
(merge 0d66f601a9 jc/tests-no-useless-tee later to maint).
@@ -216,3 +234,4 @@ Fixes since v2.46
216234
(merge 4881328617 aa/cat-file-batch-output-doc later to maint).
217235
(merge 1609470409 jc/config-doc-update later to maint).
218236
(merge d4dc0efd7d rj/compat-terminal-unused-fix later to maint).
237+
(merge be10ac7037 jc/mailinfo-header-cleanup later to maint).

0 commit comments

Comments
 (0)