]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/RelNotes/2.39.0.txt
Merge branch 'jk/clone-allow-bare-and-o-together'
[thirdparty/git.git] / Documentation / RelNotes / 2.39.0.txt
1 Git v2.39 Release Notes
2 =======================
3
4 Performance, Internal Implementation, Development Support etc.
5
6 * With a bit of header twiddling, use the native regexp library on
7 macOS instead of the compat/ one.
8
9 * Prepare for GNU [ef]grep that throw warning of their uses.
10
11 * Sources related to fuzz testing have been moved down to their own
12 directory.
13
14
15 Fixes since v2.38
16 -----------------
17
18 * The codepath that reads from the index v4 had unaligned memory
19 accesses, which has been corrected.
20 (merge 4a6ed30f96 vd/fix-unaligned-read-index-v4 later to maint).
21
22 * Other code cleanup, docfix, build fix, etc.