@@ -55,6 +55,10 @@ UI, Workflows & Features
55
55
56
56
* "git pack-redundant" has been marked for removal in Git 3.0.
57
57
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
+
58
62
59
63
Performance, Internal Implementation, Development Support etc.
60
64
--------------------------------------------------------------
@@ -121,6 +125,9 @@ Performance, Internal Implementation, Development Support etc.
121
125
* Make our codebase compilable with the -Werror=unused-parameter
122
126
option.
123
127
128
+ * "git cat-file" works well with the sparse-index, and gets marked as
129
+ such.
130
+
124
131
125
132
Fixes since v2.46
126
133
-----------------
@@ -205,6 +212,17 @@ Fixes since v2.46
205
212
from the output, which has been corrected.
206
213
(merge 6bd2ae67a5 jk/free-commit-buffer-of-skipped-commits later to maint).
207
214
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
+
208
226
* Other code cleanup, docfix, build fix, etc.
209
227
(merge bb0498b1bb jc/how-to-maintain-updates later to maint).
210
228
(merge 0d66f601a9 jc/tests-no-useless-tee later to maint).
@@ -216,3 +234,4 @@ Fixes since v2.46
216
234
(merge 4881328617 aa/cat-file-batch-output-doc later to maint).
217
235
(merge 1609470409 jc/config-doc-update later to maint).
218
236
(merge d4dc0efd7d rj/compat-terminal-unused-fix later to maint).
237
+ (merge be10ac7037 jc/mailinfo-header-cleanup later to maint).
0 commit comments