Autogenerated HTML docs for v2.47.0-305-g4083a
[git-htmldocs.git] / RelNotes / 2.47.1.txt
blob6d7a4d98fbe0ce62eba3897d2b8fb3e3275d8024
1 Git 2.47.1 Release Notes
2 ========================
4 This is to flush accumulated fixes since 2.47.0 on the 'master'
5 front down to the maintenance track.
8 Fixes since Git 2.47
9 --------------------
11  * Use after free and double freeing at the end in "git log -L... -p"
12    had been identified and fixed.
14  * On macOS, fsmonitor can fall into a race condition that results in
15    a client waiting forever to be notified for an event that have
16    already happened.  This problem has been corrected.
18  * "git maintenance start" crashed due to an uninitialized variable
19    reference, which has been corrected.
21  * Fail gracefully instead of crashing when attempting to write the
22    contents of a corrupt in-core index as a tree object.
24  * A "git fetch" from the superproject going down to a submodule used
25    a wrong remote when the default remote names are set differently
26    between them.