From 4000b4020911512eea10667dd5c97a0b4890e098 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 5 May 2017 12:25:09 +0900 Subject: Git 2.4.12 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.4.12.txt | 12 ++++++++++++ Documentation/git.txt | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 Documentation/RelNotes/2.4.12.txt (limited to 'Documentation') diff --git a/Documentation/RelNotes/2.4.12.txt b/Documentation/RelNotes/2.4.12.txt new file mode 100644 index 0000000000..7d15f94725 --- /dev/null +++ b/Documentation/RelNotes/2.4.12.txt @@ -0,0 +1,12 @@ +Git v2.4.12 Release Notes +========================= + +Fixes since v2.4.11 +------------------- + + * "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"). diff --git a/Documentation/git.txt b/Documentation/git.txt index 889fa51f90..7f3941eee7 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -43,9 +43,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.4.11/git.html[documentation for release 2.4.11] +* link:v2.4.12/git.html[documentation for release 2.4.12] * release notes for + link:RelNotes/2.4.12.txt[2.4.12], link:RelNotes/2.4.11.txt[2.4.11], link:RelNotes/2.4.10.txt[2.4.10], link:RelNotes/2.4.9.txt[2.4.9], -- cgit v1.2.3 From ac33201285cce4b392c3cedfaf7f098fdb1dde87 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 5 May 2017 12:49:00 +0900 Subject: Git 2.5.6 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.5.6.txt | 12 ++++++++++++ Documentation/git.txt | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 Documentation/RelNotes/2.5.6.txt (limited to 'Documentation') diff --git a/Documentation/RelNotes/2.5.6.txt b/Documentation/RelNotes/2.5.6.txt new file mode 100644 index 0000000000..9cd025bb1c --- /dev/null +++ b/Documentation/RelNotes/2.5.6.txt @@ -0,0 +1,12 @@ +Git v2.5.6 Release Notes +======================== + +Fixes since v2.5.5 +------------------ + + * "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"). diff --git a/Documentation/git.txt b/Documentation/git.txt index c64ffa81d8..55c314dbfb 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -43,9 +43,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.5.5/git.html[documentation for release 2.5.5] +* link:v2.5.6/git.html[documentation for release 2.5.6] * release notes for + link:RelNotes/2.5.6.txt[2.5.6], link:RelNotes/2.5.5.txt[2.5.5], link:RelNotes/2.5.4.txt[2.5.4], link:RelNotes/2.5.3.txt[2.5.3], -- cgit v1.2.3 From 70fcaef90bad282cf141a7c2e7ae87b13fe0700e Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 5 May 2017 12:56:19 +0900 Subject: Git 2.6.7 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.6.7.txt | 12 ++++++++++++ Documentation/git.txt | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 Documentation/RelNotes/2.6.7.txt (limited to 'Documentation') diff --git a/Documentation/RelNotes/2.6.7.txt b/Documentation/RelNotes/2.6.7.txt new file mode 100644 index 0000000000..1335de49a6 --- /dev/null +++ b/Documentation/RelNotes/2.6.7.txt @@ -0,0 +1,12 @@ +Git v2.6.7 Release Notes +======================== + +Fixes since v2.6.6 +------------------ + + * "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"). diff --git a/Documentation/git.txt b/Documentation/git.txt index 9b75c50d30..64ac7b255f 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -43,9 +43,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.6.6/git.html[documentation for release 2.6.6] +* link:v2.6.7/git.html[documentation for release 2.6.7] * release notes for + link:RelNotes/2.6.7.txt[2.6.7], link:RelNotes/2.6.6.txt[2.6.6], link:RelNotes/2.6.5.txt[2.6.5], link:RelNotes/2.6.4.txt[2.6.4], -- cgit v1.2.3 From c8dd1e3bb1152844983558802a52c9e4c17652b4 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 5 May 2017 13:03:40 +0900 Subject: Git 2.7.5 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.7.5.txt | 14 ++++++++++++++ Documentation/git.txt | 4 +++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 Documentation/RelNotes/2.7.5.txt (limited to 'Documentation') 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. diff --git a/Documentation/git.txt b/Documentation/git.txt index 4b324c8f5e..bf9b6c8c87 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -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], -- cgit v1.2.3 From cd0887327544ecdc8778e16219aec3f43b0dd682 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 5 May 2017 13:08:54 +0900 Subject: Git 2.8.5 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.8.5.txt | 12 ++++++++++++ Documentation/git.txt | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 Documentation/RelNotes/2.8.5.txt (limited to 'Documentation') diff --git a/Documentation/RelNotes/2.8.5.txt b/Documentation/RelNotes/2.8.5.txt new file mode 100644 index 0000000000..7bd179fa12 --- /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"). diff --git a/Documentation/git.txt b/Documentation/git.txt index 2cfad870fc..8fdb0c8c23 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -43,9 +43,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.8.4/git.html[documentation for release 2.8.4] +* link:v2.8.5/git.html[documentation for release 2.8.5] * release notes for + link:RelNotes/2.8.5.txt[2.8.5], link:RelNotes/2.8.4.txt[2.8.4], link:RelNotes/2.8.3.txt[2.8.3], link:RelNotes/2.8.2.txt[2.8.2], -- cgit v1.2.3 From d61226c1118f749280c050555d83560ca0f3bf71 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 5 May 2017 13:18:23 +0900 Subject: Git 2.9.4 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.9.4.txt | 7 +++++++ Documentation/git.txt | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) (limited to 'Documentation') diff --git a/Documentation/RelNotes/2.9.4.txt b/Documentation/RelNotes/2.9.4.txt index 01e864278b..9768293831 100644 --- a/Documentation/RelNotes/2.9.4.txt +++ b/Documentation/RelNotes/2.9.4.txt @@ -80,4 +80,11 @@ Fixes since v2.9.3 the file descriptor still open. Open tempfile with O_CLOEXEC flag to avoid this (on Windows, this is mapped to O_NOINHERIT). + * "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 minor documentation updates and code clean-ups. diff --git a/Documentation/git.txt b/Documentation/git.txt index cfe4570b51..80da7b7993 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -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.9.3/git.html[documentation for release 2.9.3] + +* link:v2.9.4/git.html[documentation for release 2.9.4] * release notes for + link:RelNotes/2.9.4.txt[2.9.4], link:RelNotes/2.9.3.txt[2.9.3], link:RelNotes/2.9.2.txt[2.9.2], link:RelNotes/2.9.1.txt[2.9.1], -- cgit v1.2.3