Skip to content

Commit 95d6787

Browse files
committed
Git 2.12.3
Signed-off-by: Junio C Hamano <[email protected]>
1 parent ebb1f6f commit 95d6787

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

Documentation/RelNotes/2.12.3.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,11 @@ Fixes since v2.12.2
5454
turn revealed incorrect expectations the tests make. These tests
5555
have been updated.
5656

57+
* "git-shell" rejects a request to serve a repository whose name
58+
begins with a dash, which makes it no longer possible to get it
59+
confused into spawning service programs like "git-upload-pack" with
60+
an option like "--help", which in turn would spawn an interactive
61+
pager, instead of working with the repository user asked to access
62+
(i.e. the one whose name is "--help").
63+
5764
Also contains various documentation updates and code clean-ups.

Documentation/git.txt

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

47-
* link:v2.12.2/git.html[documentation for release 2.12.2]
47+
* link:v2.12.3/git.html[documentation for release 2.12.3]
4848

4949
* release notes for
50-
link:RelNotes/2.12.2.txt[2.12.2].
51-
link:RelNotes/2.12.1.txt[2.12.1].
50+
link:RelNotes/2.12.3.txt[2.12.3],
51+
link:RelNotes/2.12.2.txt[2.12.2],
52+
link:RelNotes/2.12.1.txt[2.12.1],
5253
link:RelNotes/2.12.0.txt[2.12].
5354

5455
* link:v2.11.1/git.html[documentation for release 2.11.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.12.2
4+
DEF_VER=v2.12.3
55

66
LF='
77
'

0 commit comments

Comments
 (0)