File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change
1
+ Git v2.30.4 Release Notes
2
+ =========================
3
+
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.
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
+
16
+ Derrick Stolee (2):
17
+ t0033: add tests for safe.directory
18
+ setup: opt-out of check with safe.directory=*
19
+
20
+ Matheus Valadares (1):
21
+ setup: fix safe.directory key not being checked
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v2.30.3
4
+ DEF_VER=v2.30.4
5
5
6
6
LF='
7
7
'
Original file line number Diff line number Diff line change 1
- Documentation/RelNotes/2.30.3 .txt
1
+ Documentation/RelNotes/2.30.4 .txt
You can’t perform that action at this time.
0 commit comments