merge(3p/git): Merge git upstream at v2.26.2
This commit is contained in:
commit
5229c9b232
1006 changed files with 149006 additions and 60819 deletions
7
third_party/git/t/gitweb-lib.sh
vendored
7
third_party/git/t/gitweb-lib.sh
vendored
|
|
@ -58,10 +58,11 @@ gitweb_run () {
|
|||
GATEWAY_INTERFACE='CGI/1.1'
|
||||
HTTP_ACCEPT='*/*'
|
||||
REQUEST_METHOD='GET'
|
||||
QUERY_STRING=""$1""
|
||||
PATH_INFO=""$2""
|
||||
QUERY_STRING=$1
|
||||
PATH_INFO=$2
|
||||
REQUEST_URI=/gitweb.cgi$PATH_INFO
|
||||
export GATEWAY_INTERFACE HTTP_ACCEPT REQUEST_METHOD \
|
||||
QUERY_STRING PATH_INFO
|
||||
QUERY_STRING PATH_INFO REQUEST_URI
|
||||
|
||||
GITWEB_CONFIG=$(pwd)/gitweb_config.perl
|
||||
export GITWEB_CONFIG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue