7 Backward compatibility note
9 * (no entry yet so far)
12 UI, Workflows & Features
14 * (no entry yet so far)
17 Performance, Internal Implementation, Development Support etc.
19 * The code to write commit-graph over given commit object names has
20 been made a bit more robust.
22 * The first line of verbose output from each test piece now carries
23 the test name and number to help scanning with eyeballs.
29 * "git grep --recurse-submodules" that looks at the working tree
30 files looked at the contents in the index in submodules, instead of
31 files in the working tree.
32 (merge 6a289d45c0 mt/grep-submodules-working-tree later to maint).
34 * Codepaths to walk tree objects have been audited for integer
35 overflows and hardened.
36 (merge 5aa02f9868 jk/tree-walk-overflow later to maint).
38 * "git pack-refs" can lose refs that are created while running, which
40 (merge a613d4f817 sc/pack-refs-deletion-racefix later to maint).
42 * "git checkout" and "git restore" to re-populate the index from a
43 tree-ish (typically HEAD) did not work correctly for a path that
44 was removed and then added again with the intent-to-add bit, when
45 the corresponding working tree file was empty. This has been
49 (merge 70597e8386 rs/nedalloc-fixlets later to maint).
51 * Other code cleanup, docfix, build fix, etc.
52 (merge d1387d3895 en/fast-import-merge-doc later to maint).