Git 2.12.3

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed May 5, 2017 at 13:33 UTC 95d67879735cfecfdd85f89e59d993c5b4de8835
3 files changed +12 -4
Documentation/RelNotes/2.12.3.txt
+7
@@ -54,4 +54,11 @@ Fixes since v2.12.2
54 turn revealed incorrect expectations the tests make. These tests
55 have been updated.
56
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 +
64 Also contains various documentation updates and code clean-ups.
Documentation/git.txt
+4 -3
@@ -44,11 +44,12 @@ unreleased) version of Git, that is available from the 'master'
44 branch of the `git.git` repository.
45 Documentation for older releases are available here:
46
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]
48
49 * 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],
53 link:RelNotes/2.12.0.txt[2.12].
54
55 * link:v2.11.1/git.html[documentation for release 2.11.1]
GIT-VERSION-GEN
+1 -1
@@ -1,7 +1,7 @@
1 #!/bin/sh
2
3 GVF=GIT-VERSION-FILE
4 -DEF_VER=v2.12.2
4 +DEF_VER=v2.12.3
5
6 LF='
7 '