forked from git/git
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto-generated by `make vcxproj`
- Loading branch information
Git for Windows Build Agent
committed
Jun 22, 2018
1 parent
10e36f3
commit cfd9a13
Showing
102 changed files
with
35,361 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
SHELL_PATH='/bin/sh' | ||
TEST_SHELL_PATH='/bin/sh' | ||
PERL_PATH='/usr/bin/perl' | ||
DIFF='diff' | ||
PYTHON_PATH='/usr/bin/python' | ||
TAR='tar' | ||
NO_CURL='' | ||
NO_EXPAT='' | ||
USE_LIBPCRE1='' | ||
USE_LIBPCRE2='' | ||
NO_LIBPCRE1_JIT='' | ||
NO_PERL='' | ||
NO_PTHREADS='' | ||
NO_PYTHON='YesPlease' | ||
NO_UNIX_SOCKETS='YesPlease' | ||
PAGER_ENV='LESS=FRX LV=-c' | ||
DC_SHA1='YesPlease' | ||
X='.exe' | ||
NO_GETTEXT='YesPlease' | ||
GETTEXT_POISON='' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
#!/bin/sh | ||
|
||
# wrap-for-bin.sh: Template for git executable wrapper scripts | ||
# to run test suite against sandbox, but with only bindir-installed | ||
# executables in PATH. The Makefile copies this into various | ||
# files in bin-wrappers, substituting | ||
# /c/BuildAgent/_work/3/s and git.exe. | ||
|
||
test -n "${GIT_EXEC_PATH##*:*}" || | ||
GIT_EXEC_PATH="$(cygpath -u "$GIT_EXEC_PATH")" | ||
if test -n "$NO_SET_GIT_TEMPLATE_DIR" | ||
then | ||
unset GIT_TEMPLATE_DIR | ||
else | ||
GIT_TEMPLATE_DIR="$GIT_EXEC_PATH"'/templates/blt' | ||
export GIT_TEMPLATE_DIR | ||
fi | ||
GITPERLLIB="$GIT_EXEC_PATH"'/perl/build/lib'"${GITPERLLIB:+:$GITPERLLIB}" | ||
GIT_TEXTDOMAINDIR="$GIT_EXEC_PATH"'/po/build/locale' | ||
PATH="$GIT_EXEC_PATH"'/bin-wrappers:'"$PATH" | ||
|
||
export GIT_EXEC_PATH GITPERLLIB PATH GIT_TEXTDOMAINDIR | ||
|
||
case "$GIT_DEBUGGER" in | ||
'') | ||
exec "${GIT_EXEC_PATH}/git.exe" "$@" | ||
;; | ||
1) | ||
unset GIT_DEBUGGER | ||
exec gdb --args "${GIT_EXEC_PATH}/git.exe" "$@" | ||
;; | ||
*) | ||
GIT_DEBUGGER_ARGS="$GIT_DEBUGGER" | ||
unset GIT_DEBUGGER | ||
exec ${GIT_DEBUGGER_ARGS} "${GIT_EXEC_PATH}/git.exe" "$@" | ||
;; | ||
esac |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
#!/bin/sh | ||
|
||
# wrap-for-bin.sh: Template for git executable wrapper scripts | ||
# to run test suite against sandbox, but with only bindir-installed | ||
# executables in PATH. The Makefile copies this into various | ||
# files in bin-wrappers, substituting | ||
# /c/BuildAgent/_work/3/s and git-cvsserver. | ||
|
||
test -n "${GIT_EXEC_PATH##*:*}" || | ||
GIT_EXEC_PATH="$(cygpath -u "$GIT_EXEC_PATH")" | ||
if test -n "$NO_SET_GIT_TEMPLATE_DIR" | ||
then | ||
unset GIT_TEMPLATE_DIR | ||
else | ||
GIT_TEMPLATE_DIR="$GIT_EXEC_PATH"'/templates/blt' | ||
export GIT_TEMPLATE_DIR | ||
fi | ||
GITPERLLIB="$GIT_EXEC_PATH"'/perl/build/lib'"${GITPERLLIB:+:$GITPERLLIB}" | ||
GIT_TEXTDOMAINDIR="$GIT_EXEC_PATH"'/po/build/locale' | ||
PATH="$GIT_EXEC_PATH"'/bin-wrappers:'"$PATH" | ||
|
||
export GIT_EXEC_PATH GITPERLLIB PATH GIT_TEXTDOMAINDIR | ||
|
||
case "$GIT_DEBUGGER" in | ||
'') | ||
exec "${GIT_EXEC_PATH}/git-cvsserver" "$@" | ||
;; | ||
1) | ||
unset GIT_DEBUGGER | ||
exec gdb --args "${GIT_EXEC_PATH}/git-cvsserver" "$@" | ||
;; | ||
*) | ||
GIT_DEBUGGER_ARGS="$GIT_DEBUGGER" | ||
unset GIT_DEBUGGER | ||
exec ${GIT_DEBUGGER_ARGS} "${GIT_EXEC_PATH}/git-cvsserver" "$@" | ||
;; | ||
esac |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
#!/bin/sh | ||
|
||
# wrap-for-bin.sh: Template for git executable wrapper scripts | ||
# to run test suite against sandbox, but with only bindir-installed | ||
# executables in PATH. The Makefile copies this into various | ||
# files in bin-wrappers, substituting | ||
# /c/BuildAgent/_work/3/s and git-receive-pack.exe. | ||
|
||
test -n "${GIT_EXEC_PATH##*:*}" || | ||
GIT_EXEC_PATH="$(cygpath -u "$GIT_EXEC_PATH")" | ||
if test -n "$NO_SET_GIT_TEMPLATE_DIR" | ||
then | ||
unset GIT_TEMPLATE_DIR | ||
else | ||
GIT_TEMPLATE_DIR="$GIT_EXEC_PATH"'/templates/blt' | ||
export GIT_TEMPLATE_DIR | ||
fi | ||
GITPERLLIB="$GIT_EXEC_PATH"'/perl/build/lib'"${GITPERLLIB:+:$GITPERLLIB}" | ||
GIT_TEXTDOMAINDIR="$GIT_EXEC_PATH"'/po/build/locale' | ||
PATH="$GIT_EXEC_PATH"'/bin-wrappers:'"$PATH" | ||
|
||
export GIT_EXEC_PATH GITPERLLIB PATH GIT_TEXTDOMAINDIR | ||
|
||
case "$GIT_DEBUGGER" in | ||
'') | ||
exec "${GIT_EXEC_PATH}/git.exe" receive-pack "$@" | ||
;; | ||
1) | ||
unset GIT_DEBUGGER | ||
exec gdb --args "${GIT_EXEC_PATH}/git.exe" receive-pack "$@" | ||
;; | ||
*) | ||
GIT_DEBUGGER_ARGS="$GIT_DEBUGGER" | ||
unset GIT_DEBUGGER | ||
exec ${GIT_DEBUGGER_ARGS} "${GIT_EXEC_PATH}/git.exe" receive-pack "$@" | ||
;; | ||
esac |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
#!/bin/sh | ||
|
||
# wrap-for-bin.sh: Template for git executable wrapper scripts | ||
# to run test suite against sandbox, but with only bindir-installed | ||
# executables in PATH. The Makefile copies this into various | ||
# files in bin-wrappers, substituting | ||
# /c/BuildAgent/_work/3/s and git-remote-ext.exe. | ||
|
||
test -n "${GIT_EXEC_PATH##*:*}" || | ||
GIT_EXEC_PATH="$(cygpath -u "$GIT_EXEC_PATH")" | ||
if test -n "$NO_SET_GIT_TEMPLATE_DIR" | ||
then | ||
unset GIT_TEMPLATE_DIR | ||
else | ||
GIT_TEMPLATE_DIR="$GIT_EXEC_PATH"'/templates/blt' | ||
export GIT_TEMPLATE_DIR | ||
fi | ||
GITPERLLIB="$GIT_EXEC_PATH"'/perl/build/lib'"${GITPERLLIB:+:$GITPERLLIB}" | ||
GIT_TEXTDOMAINDIR="$GIT_EXEC_PATH"'/po/build/locale' | ||
PATH="$GIT_EXEC_PATH"'/bin-wrappers:'"$PATH" | ||
|
||
export GIT_EXEC_PATH GITPERLLIB PATH GIT_TEXTDOMAINDIR | ||
|
||
case "$GIT_DEBUGGER" in | ||
'') | ||
exec "${GIT_EXEC_PATH}/git.exe" remote-ext "$@" | ||
;; | ||
1) | ||
unset GIT_DEBUGGER | ||
exec gdb --args "${GIT_EXEC_PATH}/git.exe" remote-ext "$@" | ||
;; | ||
*) | ||
GIT_DEBUGGER_ARGS="$GIT_DEBUGGER" | ||
unset GIT_DEBUGGER | ||
exec ${GIT_DEBUGGER_ARGS} "${GIT_EXEC_PATH}/git.exe" remote-ext "$@" | ||
;; | ||
esac |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
#!/bin/sh | ||
|
||
# wrap-for-bin.sh: Template for git executable wrapper scripts | ||
# to run test suite against sandbox, but with only bindir-installed | ||
# executables in PATH. The Makefile copies this into various | ||
# files in bin-wrappers, substituting | ||
# /c/BuildAgent/_work/3/s and git-shell.exe. | ||
|
||
test -n "${GIT_EXEC_PATH##*:*}" || | ||
GIT_EXEC_PATH="$(cygpath -u "$GIT_EXEC_PATH")" | ||
if test -n "$NO_SET_GIT_TEMPLATE_DIR" | ||
then | ||
unset GIT_TEMPLATE_DIR | ||
else | ||
GIT_TEMPLATE_DIR="$GIT_EXEC_PATH"'/templates/blt' | ||
export GIT_TEMPLATE_DIR | ||
fi | ||
GITPERLLIB="$GIT_EXEC_PATH"'/perl/build/lib'"${GITPERLLIB:+:$GITPERLLIB}" | ||
GIT_TEXTDOMAINDIR="$GIT_EXEC_PATH"'/po/build/locale' | ||
PATH="$GIT_EXEC_PATH"'/bin-wrappers:'"$PATH" | ||
|
||
export GIT_EXEC_PATH GITPERLLIB PATH GIT_TEXTDOMAINDIR | ||
|
||
case "$GIT_DEBUGGER" in | ||
'') | ||
exec "${GIT_EXEC_PATH}/git-shell.exe" "$@" | ||
;; | ||
1) | ||
unset GIT_DEBUGGER | ||
exec gdb --args "${GIT_EXEC_PATH}/git-shell.exe" "$@" | ||
;; | ||
*) | ||
GIT_DEBUGGER_ARGS="$GIT_DEBUGGER" | ||
unset GIT_DEBUGGER | ||
exec ${GIT_DEBUGGER_ARGS} "${GIT_EXEC_PATH}/git-shell.exe" "$@" | ||
;; | ||
esac |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
#!/bin/sh | ||
|
||
# wrap-for-bin.sh: Template for git executable wrapper scripts | ||
# to run test suite against sandbox, but with only bindir-installed | ||
# executables in PATH. The Makefile copies this into various | ||
# files in bin-wrappers, substituting | ||
# /c/BuildAgent/_work/3/s and git-upload-archive.exe. | ||
|
||
test -n "${GIT_EXEC_PATH##*:*}" || | ||
GIT_EXEC_PATH="$(cygpath -u "$GIT_EXEC_PATH")" | ||
if test -n "$NO_SET_GIT_TEMPLATE_DIR" | ||
then | ||
unset GIT_TEMPLATE_DIR | ||
else | ||
GIT_TEMPLATE_DIR="$GIT_EXEC_PATH"'/templates/blt' | ||
export GIT_TEMPLATE_DIR | ||
fi | ||
GITPERLLIB="$GIT_EXEC_PATH"'/perl/build/lib'"${GITPERLLIB:+:$GITPERLLIB}" | ||
GIT_TEXTDOMAINDIR="$GIT_EXEC_PATH"'/po/build/locale' | ||
PATH="$GIT_EXEC_PATH"'/bin-wrappers:'"$PATH" | ||
|
||
export GIT_EXEC_PATH GITPERLLIB PATH GIT_TEXTDOMAINDIR | ||
|
||
case "$GIT_DEBUGGER" in | ||
'') | ||
exec "${GIT_EXEC_PATH}/git.exe" upload-archive "$@" | ||
;; | ||
1) | ||
unset GIT_DEBUGGER | ||
exec gdb --args "${GIT_EXEC_PATH}/git.exe" upload-archive "$@" | ||
;; | ||
*) | ||
GIT_DEBUGGER_ARGS="$GIT_DEBUGGER" | ||
unset GIT_DEBUGGER | ||
exec ${GIT_DEBUGGER_ARGS} "${GIT_EXEC_PATH}/git.exe" upload-archive "$@" | ||
;; | ||
esac |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
#!/bin/sh | ||
|
||
# wrap-for-bin.sh: Template for git executable wrapper scripts | ||
# to run test suite against sandbox, but with only bindir-installed | ||
# executables in PATH. The Makefile copies this into various | ||
# files in bin-wrappers, substituting | ||
# /c/BuildAgent/_work/3/s and git-upload-pack.exe. | ||
|
||
test -n "${GIT_EXEC_PATH##*:*}" || | ||
GIT_EXEC_PATH="$(cygpath -u "$GIT_EXEC_PATH")" | ||
if test -n "$NO_SET_GIT_TEMPLATE_DIR" | ||
then | ||
unset GIT_TEMPLATE_DIR | ||
else | ||
GIT_TEMPLATE_DIR="$GIT_EXEC_PATH"'/templates/blt' | ||
export GIT_TEMPLATE_DIR | ||
fi | ||
GITPERLLIB="$GIT_EXEC_PATH"'/perl/build/lib'"${GITPERLLIB:+:$GITPERLLIB}" | ||
GIT_TEXTDOMAINDIR="$GIT_EXEC_PATH"'/po/build/locale' | ||
PATH="$GIT_EXEC_PATH"'/bin-wrappers:'"$PATH" | ||
|
||
export GIT_EXEC_PATH GITPERLLIB PATH GIT_TEXTDOMAINDIR | ||
|
||
case "$GIT_DEBUGGER" in | ||
'') | ||
exec "${GIT_EXEC_PATH}/git-upload-pack.exe" "$@" | ||
;; | ||
1) | ||
unset GIT_DEBUGGER | ||
exec gdb --args "${GIT_EXEC_PATH}/git-upload-pack.exe" "$@" | ||
;; | ||
*) | ||
GIT_DEBUGGER_ARGS="$GIT_DEBUGGER" | ||
unset GIT_DEBUGGER | ||
exec ${GIT_DEBUGGER_ARGS} "${GIT_EXEC_PATH}/git-upload-pack.exe" "$@" | ||
;; | ||
esac |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
#!/bin/sh | ||
|
||
# wrap-for-bin.sh: Template for git executable wrapper scripts | ||
# to run test suite against sandbox, but with only bindir-installed | ||
# executables in PATH. The Makefile copies this into various | ||
# files in bin-wrappers, substituting | ||
# /c/BuildAgent/_work/3/s and t/helper/test-dump-fsmonitor.exe. | ||
|
||
test -n "${GIT_EXEC_PATH##*:*}" || | ||
GIT_EXEC_PATH="$(cygpath -u "$GIT_EXEC_PATH")" | ||
if test -n "$NO_SET_GIT_TEMPLATE_DIR" | ||
then | ||
unset GIT_TEMPLATE_DIR | ||
else | ||
GIT_TEMPLATE_DIR="$GIT_EXEC_PATH"'/templates/blt' | ||
export GIT_TEMPLATE_DIR | ||
fi | ||
GITPERLLIB="$GIT_EXEC_PATH"'/perl/build/lib'"${GITPERLLIB:+:$GITPERLLIB}" | ||
GIT_TEXTDOMAINDIR="$GIT_EXEC_PATH"'/po/build/locale' | ||
PATH="$GIT_EXEC_PATH"'/bin-wrappers:'"$PATH":"$GIT_EXEC_PATH" | ||
|
||
export GIT_EXEC_PATH GITPERLLIB PATH GIT_TEXTDOMAINDIR | ||
|
||
case "$GIT_DEBUGGER" in | ||
'') | ||
exec "${GIT_EXEC_PATH}/t/helper/test-dump-fsmonitor.exe" "$@" | ||
;; | ||
1) | ||
unset GIT_DEBUGGER | ||
exec gdb --args "${GIT_EXEC_PATH}/t/helper/test-dump-fsmonitor.exe" "$@" | ||
;; | ||
*) | ||
GIT_DEBUGGER_ARGS="$GIT_DEBUGGER" | ||
unset GIT_DEBUGGER | ||
exec ${GIT_DEBUGGER_ARGS} "${GIT_EXEC_PATH}/t/helper/test-dump-fsmonitor.exe" "$@" | ||
;; | ||
esac |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
#!/bin/sh | ||
|
||
# wrap-for-bin.sh: Template for git executable wrapper scripts | ||
# to run test suite against sandbox, but with only bindir-installed | ||
# executables in PATH. The Makefile copies this into various | ||
# files in bin-wrappers, substituting | ||
# /c/BuildAgent/_work/3/s and t/helper/test-dump-untracked-cache.exe. | ||
|
||
test -n "${GIT_EXEC_PATH##*:*}" || | ||
GIT_EXEC_PATH="$(cygpath -u "$GIT_EXEC_PATH")" | ||
if test -n "$NO_SET_GIT_TEMPLATE_DIR" | ||
then | ||
unset GIT_TEMPLATE_DIR | ||
else | ||
GIT_TEMPLATE_DIR="$GIT_EXEC_PATH"'/templates/blt' | ||
export GIT_TEMPLATE_DIR | ||
fi | ||
GITPERLLIB="$GIT_EXEC_PATH"'/perl/build/lib'"${GITPERLLIB:+:$GITPERLLIB}" | ||
GIT_TEXTDOMAINDIR="$GIT_EXEC_PATH"'/po/build/locale' | ||
PATH="$GIT_EXEC_PATH"'/bin-wrappers:'"$PATH":"$GIT_EXEC_PATH" | ||
|
||
export GIT_EXEC_PATH GITPERLLIB PATH GIT_TEXTDOMAINDIR | ||
|
||
case "$GIT_DEBUGGER" in | ||
'') | ||
exec "${GIT_EXEC_PATH}/t/helper/test-dump-untracked-cache.exe" "$@" | ||
;; | ||
1) | ||
unset GIT_DEBUGGER | ||
exec gdb --args "${GIT_EXEC_PATH}/t/helper/test-dump-untracked-cache.exe" "$@" | ||
;; | ||
*) | ||
GIT_DEBUGGER_ARGS="$GIT_DEBUGGER" | ||
unset GIT_DEBUGGER | ||
exec ${GIT_DEBUGGER_ARGS} "${GIT_EXEC_PATH}/t/helper/test-dump-untracked-cache.exe" "$@" | ||
;; | ||
esac |
Oops, something went wrong.