diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-05-05 13:03:40 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-05-05 13:03:40 +0900 |
commit | c8dd1e3bb1152844983558802a52c9e4c17652b4 (patch) | |
tree | b2ab31e8e22ecccbd3bd504fbe03e91d19291d58 /Documentation/RelNotes | |
parent | Merge branch 'maint-2.6' into maint-2.7 (diff) | |
download | tgif-c8dd1e3bb1152844983558802a52c9e4c17652b4.tar.xz |
Git 2.7.5
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r-- | Documentation/RelNotes/2.7.5.txt | 14 |
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 0000000000..83559ce3b2 --- /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. |