Git 2.9.4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
May 5, 2017 at 13:18 UTC
d61226c1118f749280c050555d83560ca0f3bf71
3 files changed
+11
-2
Documentation/RelNotes/2.9.4.txt
+7
@@ -80,4 +80,11 @@ Fixes since v2.9.3
80
the file descriptor still open. Open tempfile with O_CLOEXEC flag
81
to avoid this (on Windows, this is mapped to O_NOINHERIT).
82
83
+ * "git-shell" rejects a request to serve a repository whose name
84
+ begins with a dash, which makes it no longer possible to get it
85
+ confused into spawning service programs like "git-upload-pack" with
86
+ an option like "--help", which in turn would spawn an interactive
87
+ pager, instead of working with the repository user asked to access
88
+ (i.e. the one whose name is "--help").
89
+
90
Also contains minor documentation updates and code clean-ups.
Documentation/git.txt
+3
-1
@@ -43,9 +43,11 @@ unreleased) version of Git, that is available from the 'master'
43
branch of the `git.git` repository.
44
Documentation for older releases are available here:
45
46
-* link:v2.9.3/git.html[documentation for release 2.9.3]
46
+
47
+* link:v2.9.4/git.html[documentation for release 2.9.4]
48
49
* release notes for
50
+ link:RelNotes/2.9.4.txt[2.9.4],
51
link:RelNotes/2.9.3.txt[2.9.3],
52
link:RelNotes/2.9.2.txt[2.9.2],
53
link:RelNotes/2.9.1.txt[2.9.1],
GIT-VERSION-GEN
+1
-1
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v2.9.3
4
+DEF_VER=v2.9.4
5
6
LF='
7
'