]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.11.2 v2.11.2
authorJunio C Hamano <gitster@pobox.com>
Fri, 5 May 2017 04:29:43 +0000 (13:29 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 May 2017 04:29:43 +0000 (13:29 +0900)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.11.2.txt [new file with mode: 0644]
Documentation/git.txt
GIT-VERSION-GEN
RelNotes

diff --git a/Documentation/RelNotes/2.11.2.txt b/Documentation/RelNotes/2.11.2.txt
new file mode 100644 (file)
index 0000000..7428851
--- /dev/null
@@ -0,0 +1,12 @@
+Git v2.11.2 Release Notes
+=========================
+
+Fixes since v2.11.1
+-------------------
+
+ * "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").
index 2a663e5b576d064d6e7be813026bb062cf2bd6c0..cc215361f130f197df8655584a8b6e768dced475 100644 (file)
@@ -44,9 +44,10 @@ 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.11.1/git.html[documentation for release 2.11.1]
+* link:v2.11.2/git.html[documentation for release 2.11.2]
 
 * release notes for
+  link:RelNotes/2.11.2.txt[2.11.2],
   link:RelNotes/2.11.1.txt[2.11.1],
   link:RelNotes/2.11.0.txt[2.11].
 
index 706946c7cd400c50ba93440b7094166d7ada16b4..d207f15fb0646f4b967d0d989de0b1d05afc53a2 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.11.1
+DEF_VER=v2.11.2
 
 LF='
 '
index 7f250ddc2efa8f8d3a46ccecb4d810695387798a..9f01cfb579bd7f5faed353a39bc96afc91f88b0b 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/2.11.1.txt
\ No newline at end of file
+Documentation/RelNotes/2.11.2.txt
\ No newline at end of file