···11+Git 2.47.1 Release Notes
22+========================
33+44+This is to flush accumulated fixes since 2.47.0 on the 'master'
55+front down to the maintenance track.
66+77+88+Fixes since Git 2.47
99+--------------------
1010+1111+ * Use after free and double freeing at the end in "git log -L... -p"
1212+ had been identified and fixed.
1313+1414+ * On macOS, fsmonitor can fall into a race condition that results in
1515+ a client waiting forever to be notified for an event that have
1616+ already happened. This problem has been corrected.
1717+1818+ * "git maintenance start" crashed due to an uninitialized variable
1919+ reference, which has been corrected.
2020+2121+ * Fail gracefully instead of crashing when attempting to write the
2222+ contents of a corrupt in-core index as a tree object.
2323+2424+ * A "git fetch" from the superproject going down to a submodule used
2525+ a wrong remote when the default remote names are set differently
2626+ between them.