diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-05-09 03:20:21 (GMT) |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-05-09 03:20:21 (GMT) |
commit | 09fc7aff1a3ebc20473993e558eba691180706ad (patch) | |
tree | 72f5f0742a0d407400cc3995754e5425d3f41713 /Documentation/RelNotes/2.8.5.txt | |
parent | 9b669787fc6ebc527df9ad058c4bcaf46bacc267 (diff) | |
parent | 95d67879735cfecfdd85f89e59d993c5b4de8835 (diff) | |
download | git-09fc7aff1a3ebc20473993e558eba691180706ad.zip git-09fc7aff1a3ebc20473993e558eba691180706ad.tar.gz git-09fc7aff1a3ebc20473993e558eba691180706ad.tar.bz2 |
Sync with v2.12.3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.8.5.txt')
-rw-r--r-- | Documentation/RelNotes/2.8.5.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.8.5.txt b/Documentation/RelNotes/2.8.5.txt new file mode 100644 index 0000000..7bd179f --- /dev/null +++ b/Documentation/RelNotes/2.8.5.txt @@ -0,0 +1,12 @@ +Git v2.8.5 Release Notes +======================== + +Fixes since v2.8.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"). |