Skip to content

Commit 17083c7

Browse files
committed
Git 2.30.4
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0f85c4a commit 17083c7

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

Documentation/RelNotes/2.30.4.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.30.3
4+
DEF_VER=v2.30.4
55

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/2.30.3.txt
1+
Documentation/RelNotes/2.30.4.txt

0 commit comments

Comments
 (0)