use get_tagged_oid()
[git/raj.git] / Documentation / RelNotes / 2.24.0.txt
bloba95a8b0084f8d3ec04e168b9e994216da494b5b3
1 Git 2.24 Release Notes
2 ======================
4 Updates since v2.23
5 -------------------
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.
26 Fixes since v2.23
27 -----------------
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
39    is getting corrected.
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
46    corrected.
48  * Compilation fix.
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).