We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef9271 commit 4010f1dCopy full SHA for 4010f1d
Documentation/RelNotes/2.14.2.txt
@@ -91,4 +91,15 @@ Fixes since v2.14.1
91
* "git archive" did not work well with pathspecs and the
92
export-ignore attribute.
93
94
+ * "git cvsserver" no longer is invoked by "git daemon" by default,
95
+ as it is old and largely unmaintained.
96
+
97
+ * Various Perl scripts did not use safe_pipe_capture() instead of
98
+ backticks, leaving them susceptible to end-user input. They have
99
+ been corrected.
100
101
Also contains various documentation updates and code clean-ups.
102
103
+Credits go to joernchen <[email protected]> for finding the
104
+unsafe constructs in "git cvsserver", and to Jeff King at GitHub for
105
+finding and fixing instances of the same issue in other scripts.
0 commit comments