Git 2.7.5
authorJunio C Hamano <gitster@pobox.com>
Fri, 5 May 2017 04:03:40 +0000 (13:03 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 May 2017 04:03:40 +0000 (13:03 +0900)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.7.5.txt [new file with mode: 0644]
Documentation/git.txt
GIT-VERSION-GEN
RelNotes
diff --git a/Documentation/RelNotes/2.7.5.txt b/Documentation/RelNotes/2.7.5.txt
new file mode 100644 (file)
index 0000000..83559ce
--- /dev/null
@@ -0,0 +1,14 @@
+Git v2.7.5 Release Notes
+========================
+
+Fixes since v2.7.4
+------------------
+
+ * "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").
+
+Also contains a few fixes backported from later development tracks.
index 4b324c8f5eda181dbc992bb67d8d6b3e538732c5..bf9b6c8c87799b4fc46c7bfc3b899c023b9d8f1c 100644 (file)
@@ -43,9 +43,11 @@ 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.7.3/git.html[documentation for release 2.7.3]
+* link:v2.7.5/git.html[documentation for release 2.7.5]
 
 * release notes for
+  link:RelNotes/2.7.5.txt[2.7.5],
+  link:RelNotes/2.7.4.txt[2.7.4],
   link:RelNotes/2.7.3.txt[2.7.3],
   link:RelNotes/2.7.2.txt[2.7.2],
   link:RelNotes/2.7.1.txt[2.7.1],
index 0305065d590568b2df765fbdb471678e8fd0a2e3..c80681ef00c09201827784e8e204a9a1e9261a76 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.7.4
+DEF_VER=v2.7.5
 
 LF='
 '
index c66ca680015d2cc4a17edb3aefab75317a6f569f..1609b5af0dc71f914370c25233f94fc2748ec9d9 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/2.7.4.txt
\ No newline at end of file
+Documentation/RelNotes/2.7.5.txt
\ No newline at end of file