Skip to content

Commit d61226c

Browse files
committed
Git 2.9.4
Signed-off-by: Junio C Hamano <[email protected]>
1 parent c93ab42 commit d61226c

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Documentation/RelNotes/2.9.4.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,11 @@ Fixes since v2.9.3
8080
the file descriptor still open. Open tempfile with O_CLOEXEC flag
8181
to avoid this (on Windows, this is mapped to O_NOINHERIT).
8282

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+
8390
Also contains minor documentation updates and code clean-ups.

Documentation/git.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ unreleased) version of Git, that is available from the 'master'
4343
branch of the `git.git` repository.
4444
Documentation for older releases are available here:
4545

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]
4748

4849
* release notes for
50+
link:RelNotes/2.9.4.txt[2.9.4],
4951
link:RelNotes/2.9.3.txt[2.9.3],
5052
link:RelNotes/2.9.2.txt[2.9.2],
5153
link:RelNotes/2.9.1.txt[2.9.1],

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.9.3
4+
DEF_VER=v2.9.4
55

66
LF='
77
'

0 commit comments

Comments
 (0)