]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.30.4 v2.30.4
authorJunio C Hamano <gitster@pobox.com>
Wed, 13 Apr 2022 20:31:29 +0000 (13:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Apr 2022 20:31:29 +0000 (13:31 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.30.4.txt [new file with mode: 0644]
GIT-VERSION-GEN
RelNotes

diff --git a/Documentation/RelNotes/2.30.4.txt b/Documentation/RelNotes/2.30.4.txt
new file mode 100644 (file)
index 0000000..4eedb74
--- /dev/null
@@ -0,0 +1,21 @@
+Git v2.30.4 Release Notes
+=========================
+
+This release contains minor fix-ups for the changes that went into
+Git 2.30.3, which was made to address CVE-2022-24765.
+
+ * The code that was meant to parse the new `safe.directory`
+   configuration variable was not checking what configuration
+   variable was being fed to it, which has been corrected.
+
+ * '*' can be used as the value for the `safe.directory` variable to
+   signal that the user considers that any directory is safe.
+
+
+
+Derrick Stolee (2):
+      t0033: add tests for safe.directory
+      setup: opt-out of check with safe.directory=*
+
+Matheus Valadares (1):
+      setup: fix safe.directory key not being checked
index 7cf68be76f87d501784569f91d6c5c41389928d0..a927c77478702c9ded3db8fc23d92ce9cb47d83b 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.30.3
+DEF_VER=v2.30.4
 
 LF='
 '
index 187351ccd9c372224edba257ac29e5c341391c58..4dcee846429de07adfe64d66402bebedf9cfc979 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/2.30.3.txt
\ No newline at end of file
+Documentation/RelNotes/2.30.4.txt
\ No newline at end of file