summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.7.5.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-05-05 04:31:40 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-05-05 04:31:40 (GMT)
commitebb1f6fe9d741151a737a8d509fab7339f18af63 (patch)
tree5e7ed69812128a05f4fb2076b4f15341031372ce /Documentation/RelNotes/2.7.5.txt
parent49800c940790cc7465d1b03e08d472ffd8684808 (diff)
parent773e3a2e0226cffac6c813c2d3bea5ba480675d8 (diff)
downloadgit-ebb1f6fe9d741151a737a8d509fab7339f18af63.zip
git-ebb1f6fe9d741151a737a8d509fab7339f18af63.tar.gz
git-ebb1f6fe9d741151a737a8d509fab7339f18af63.tar.bz2
Merge branch 'maint-2.11' into maint
Diffstat (limited to 'Documentation/RelNotes/2.7.5.txt')
-rw-r--r--Documentation/RelNotes/2.7.5.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.7.5.txt b/Documentation/RelNotes/2.7.5.txt
new file mode 100644
index 0000000..83559ce
--- /dev/null
+++ b/Documentation/RelNotes/2.7.5.txt
@@ -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.