1 Git v2.30.4 Release Notes
2 =========================
4 This release contains minor fix-ups for the changes that went into
5 Git 2.30.3, which was made to address CVE-2022-24765.
7 * The code that was meant to parse the new `safe.directory`
8 configuration variable was not checking what configuration
9 variable was being fed to it, which has been corrected.
11 * '*' can be used as the value for the `safe.directory` variable to
12 signal that the user considers that any directory is safe.
17 t0033: add tests for safe.directory
18 setup: opt-out of check with safe.directory=*
20 Matheus Valadares (1):
21 setup: fix safe.directory key not being checked