Git 2.13
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
May 9, 2017 at 23:26 UTC
b06d3643105c8758ed019125a4399cb7efdcce2c
3 files changed
+14
-1
Documentation/RelNotes/2.13.0.txt
+7
@@ -579,6 +579,13 @@ notes for details).
579
* Many stale HTTP(s) links have been updated in our documentation.
580
(merge 613416f0be jk/update-links-in-docs later to maint).
581
582
+ * "git-shell" rejects a request to serve a repository whose name
583
+ begins with a dash, which makes it no longer possible to get it
584
+ confused into spawning service programs like "git-upload-pack" with
585
+ an option like "--help", which in turn would spawn an interactive
586
+ pager, instead of working with the repository user asked to access
587
+ (i.e. the one whose name is "--help").
588
+
589
* Other minor doc, test and build updates and code cleanups.
590
(merge df2a6e38b7 jk/pager-in-use later to maint).
591
(merge 75ec4a6cb0 ab/branch-list-doc later to maint).
Documentation/git.txt
+6
@@ -44,6 +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.13.0/git.html[documentation for release 2.13]
48
+
49
+* release notes for
50
+ link:RelNotes/2.13.0.txt[2.13].
51
+
52
+
53
* link:v2.12.3/git.html[documentation for release 2.12.3]
54
55
* release notes for
GIT-VERSION-GEN
+1
-1
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v2.13.0-rc2
4
+DEF_VER=v2.13.0
5
6
LF='
7
'