Merge branch 'sg/index-format-doc-update' into maint
[git/debian.git] / Documentation / RelNotes / 2.30.4.txt
blob4eedb74b163c4fbea526bcac8fe4c4a441909e25
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.
16 Derrick Stolee (2):
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