Git fork
1Git v2.30.4 Release Notes
2=========================
3
4This release contains minor fix-ups for the changes that went into
5Git 2.30.3, which was made to address CVE-2022-24765.
6
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.
10
11 * '*' can be used as the value for the `safe.directory` variable to
12 signal that the user considers that any directory is safe.
13
14
15
16Derrick Stolee (2):
17 t0033: add tests for safe.directory
18 setup: opt-out of check with safe.directory=*
19
20Matheus Valadares (1):
21 setup: fix safe.directory key not being checked