Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-05-09 17:26:02 +0300
committerJunio C Hamano <gitster@pobox.com>2017-05-09 17:26:02 +0300
commitb06d3643105c8758ed019125a4399cb7efdcce2c (patch)
treea15b54eb544033f8c1ad04dd0a5278a59cc36cc9
parent951ea7656ebb3f30e6c5e941e625a1318ac58298 (diff)
Git 2.13v2.13.0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.13.0.txt7
-rw-r--r--Documentation/git.txt6
-rwxr-xr-xGIT-VERSION-GEN2
3 files changed, 14 insertions, 1 deletions
diff --git a/Documentation/RelNotes/2.13.0.txt b/Documentation/RelNotes/2.13.0.txt
index 80dca93947..aa99d4b3ce 100644
--- a/Documentation/RelNotes/2.13.0.txt
+++ b/Documentation/RelNotes/2.13.0.txt
@@ -579,6 +579,13 @@ notes for details).
* Many stale HTTP(s) links have been updated in our documentation.
(merge 613416f0be jk/update-links-in-docs later to maint).
+ * "git-shell" rejects a request to serve a repository whose name
+ begins with a dash, which makes it no longer possible to get it
+ confused into spawning service programs like "git-upload-pack" with
+ an option like "--help", which in turn would spawn an interactive
+ pager, instead of working with the repository user asked to access
+ (i.e. the one whose name is "--help").
+
* Other minor doc, test and build updates and code cleanups.
(merge df2a6e38b7 jk/pager-in-use later to maint).
(merge 75ec4a6cb0 ab/branch-list-doc later to maint).
diff --git a/Documentation/git.txt b/Documentation/git.txt
index e9fc891a7f..fb10314c1d 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -44,6 +44,12 @@ unreleased) version of Git, that is available from the 'master'
branch of the `git.git` repository.
Documentation for older releases are available here:
+* link:v2.13.0/git.html[documentation for release 2.13]
+
+* release notes for
+ link:RelNotes/2.13.0.txt[2.13].
+
+
* link:v2.12.3/git.html[documentation for release 2.12.3]
* release notes for
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index c9f6bc670f..afcf9e9abf 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v2.13.0-rc2
+DEF_VER=v2.13.0
LF='
'