Skip to content

Commit 4010f1d

Browse files
committed
Git 2.14.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent cef9271 commit 4010f1d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Documentation/RelNotes/2.14.2.txt

+11
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,15 @@ Fixes since v2.14.1
9191
* "git archive" did not work well with pathspecs and the
9292
export-ignore attribute.
9393

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+
94101
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

Comments
 (0)