Git 2.10.3

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

Junio C Hamano committed May 5, 2017 at 13:24 UTC 840ed141983718e0c5518a325534a5656797132a
3 files changed +10 -2
Documentation/RelNotes/2.10.3.txt
+7
@@ -45,4 +45,11 @@ Fixes since v2.10.2
45 * Improve the rule to convert "unsigned char [20]" into "struct
46 object_id *" in contrib/coccinelle/
47
48 + * "git-shell" rejects a request to serve a repository whose name
49 + begins with a dash, which makes it no longer possible to get it
50 + confused into spawning service programs like "git-upload-pack" with
51 + an option like "--help", which in turn would spawn an interactive
52 + pager, instead of working with the repository user asked to access
53 + (i.e. the one whose name is "--help").
54 +
55 Also contains minor documentation updates and code clean-ups.
Documentation/git.txt
+2 -1
@@ -43,9 +43,10 @@ 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.10.2/git.html[documentation for release 2.10.2]
46 +* link:v2.10.3/git.html[documentation for release 2.10.3]
47
48 * release notes for
49 + link:RelNotes/2.10.3.txt[2.10.3],
50 link:RelNotes/2.10.2.txt[2.10.2],
51 link:RelNotes/2.10.1.txt[2.10.1],
52 link:RelNotes/2.10.0.txt[2.10].
GIT-VERSION-GEN
+1 -1
@@ -1,7 +1,7 @@
1 #!/bin/sh
2
3 GVF=GIT-VERSION-FILE
4 -DEF_VER=v2.10.2
4 +DEF_VER=v2.10.3
5
6 LF='
7 '