@@ -302,6 +302,23 @@ notes for details).
302302 when one is given.
303303 (merge 2aea7a5 jk/rev-list-has-no-notes later to maint).
304304
305+ * When re-priming the cache-tree opportunistically while committing
306+ the in-core index as-is, we mistakenly invalidated the in-core
307+ index too aggressively, causing the experimental split-index code
308+ to unnecessarily rewrite the on-disk index file(s).
309+ (merge 475a344 dt/commit-preserve-base-index-upon-opportunistic-cache-tree-update later to maint).
310+
311+ * "git archive" did not use zip64 extension when creating an archive
312+ with more than 64k entries, which nobody should need, right ;-)?
313+ (merge 88329ca rs/archive-zip-many later to maint).
314+
315+ * The code in "multiple-worktree" support that attempted to recover
316+ from an inconsistent state updated an incorrect file.
317+ (merge 82fde87 nd/fixup-linked-gitdir later to maint).
318+
319+ * On case insensitive systems, "git p4" did not work well with client
320+ specs.
321+
305322 * Code cleanups and documentation updates.
306323 (merge 1c601af es/doc-clean-outdated-tools later to maint).
307324 (merge 3581304 kn/tag-doc-fix later to maint).
@@ -318,3 +335,8 @@ notes for details).
318335 (merge 8b54c23 jc/calloc-pathspec later to maint).
319336 (merge a6926b8 po/po-readme later to maint).
320337 (merge 54d160e ss/fix-config-fd-leak later to maint).
338+ (merge b80fa84 ah/submodule-typofix-in-error later to maint).
339+ (merge 99885bc ah/reflog-typofix-in-error later to maint).
340+ (merge 9476c2c ah/read-tree-usage-string later to maint).
341+ (merge b8c1d27 ah/pack-objects-usage-strings later to maint).
342+ (merge 486e1e1 br/svn-doc-include-paths-config later to maint).
0 commit comments