Skip to content

Commit

Permalink
Merge pull request #699 from justinlampley/UpdatePortableGitWindows
Browse files Browse the repository at this point in the history
Update Portable GIT for Windows to version 2.47.0.2
  • Loading branch information
jurgelenas authored Nov 13, 2024
2 parents 762406c + 12edc79 commit ff9681a
Show file tree
Hide file tree
Showing 8,349 changed files with 1,581,527 additions and 790,666 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file modified dependencies/windows_amd64/PortableGit/bin/bash.exe
Binary file not shown.
Binary file modified dependencies/windows_amd64/PortableGit/bin/git.exe
Binary file not shown.
Binary file modified dependencies/windows_amd64/PortableGit/bin/sh.exe
Binary file not shown.
Binary file modified dependencies/windows_amd64/PortableGit/cmd/git-gui.exe
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified dependencies/windows_amd64/PortableGit/cmd/git.exe
Binary file not shown.
Binary file modified dependencies/windows_amd64/PortableGit/cmd/gitk.exe
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed dependencies/windows_amd64/PortableGit/dev/fd
Binary file not shown.
Binary file removed dependencies/windows_amd64/PortableGit/dev/stderr
Binary file not shown.
Binary file removed dependencies/windows_amd64/PortableGit/dev/stdin
Binary file not shown.
Binary file removed dependencies/windows_amd64/PortableGit/dev/stdout
Binary file not shown.
6 changes: 5 additions & 1 deletion dependencies/windows_amd64/PortableGit/etc/bash.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,12 @@ unset _warning
# then _ps1_symbol='\[\e[1m\]#\[\e[0m\]'
# else _ps1_symbol='\$'
#fi
[[ $(declare -p PS1 2>/dev/null | cut -c 1-11) = 'declare -x ' ]] || \
case "$(declare -p PS1 2>/dev/null)" in
'declare -x '*) ;; # okay
*)
export PS1='\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[35m\]$MSYSTEM\[\e[0m\] \[\e[33m\]\w\[\e[0m\]\n'"${_ps1_symbol}"' '
;;
esac
unset _ps1_symbol

# Uncomment to use the terminal colours set in DIR_COLORS
Expand Down
4 changes: 1 addition & 3 deletions dependencies/windows_amd64/PortableGit/etc/gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
autocrlf = true
fscache = true
[color]
diff = auto
status = auto
branch = auto
interactive = true
ui = auto
[help]
format = html
[diff "astextplain"]
Expand Down
17 changes: 16 additions & 1 deletion dependencies/windows_amd64/PortableGit/etc/hosts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 1993-2009 Microsoft Corp.
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
Expand All @@ -19,3 +19,18 @@
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost

192.168.50.4 vvv # VAGRANT: c2008774ba8c3adc5b3f86b4570df6a9 (default) / a03f7b3b-7e48-4a55-adc1-c928e1559d81
192.168.50.4 vvv.dev # VAGRANT: c2008774ba8c3adc5b3f86b4570df6a9 (default) / a03f7b3b-7e48-4a55-adc1-c928e1559d81
192.168.50.4 vvv.test # VAGRANT: c2008774ba8c3adc5b3f86b4570df6a9 (default) / a03f7b3b-7e48-4a55-adc1-c928e1559d81
192.168.50.4 vvv.local # VAGRANT: c2008774ba8c3adc5b3f86b4570df6a9 (default) / a03f7b3b-7e48-4a55-adc1-c928e1559d81
192.168.50.4 vvv.localhost # VAGRANT: c2008774ba8c3adc5b3f86b4570df6a9 (default) / a03f7b3b-7e48-4a55-adc1-c928e1559d81
192.168.50.4 local.wordpress.test # VAGRANT: c2008774ba8c3adc5b3f86b4570df6a9 (default) / a03f7b3b-7e48-4a55-adc1-c928e1559d81
192.168.50.4 src.wordpress-develop.test # VAGRANT: c2008774ba8c3adc5b3f86b4570df6a9 (default) / a03f7b3b-7e48-4a55-adc1-c928e1559d81
192.168.50.4 build.wordpress-develop.test # VAGRANT: c2008774ba8c3adc5b3f86b4570df6a9 (default) / a03f7b3b-7e48-4a55-adc1-c928e1559d81
# Added by Docker Desktop
192.168.1.59 host.docker.internal
192.168.1.59 gateway.docker.internal
# To allow the same kube context to work on the host and the container:
127.0.0.1 kubernetes.docker.internal
# End of section
3 changes: 1 addition & 2 deletions dependencies/windows_amd64/PortableGit/etc/inputrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ set show-all-if-ambiguous off
# MSYSTEM is emacs based
$if mode=emacs
# Common to Console & RXVT
"\C-?": backward-kill-line # Ctrl-BackSpace
"\e[2~": paste-from-clipboard # "Ins. Key"
"\e[2;2~": paste-from-clipboard # Shift-Insert
"\e[5~": beginning-of-history # Page up
"\e[6~": end-of-history # Page down

Expand Down
37 changes: 24 additions & 13 deletions dependencies/windows_amd64/PortableGit/etc/msystem
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ unset MINGW_CHOST
unset MINGW_PREFIX
unset MINGW_PACKAGE_PREFIX

unset CONFIG_SITE

case "${MSYSTEM}" in
MINGW32)
MSYSTEM_PREFIX='/mingw32'
Expand All @@ -30,8 +28,7 @@ case "${MSYSTEM}" in
MINGW_CHOST="${MSYSTEM_CHOST}"
MINGW_PREFIX="${MSYSTEM_PREFIX}"
MINGW_PACKAGE_PREFIX="mingw-w64-${MSYSTEM_CARCH}"
CONFIG_SITE="${MSYSTEM_PREFIX}/etc/config.site"
export MSYSTEM_PREFIX MSYSTEM_CARCH MSYSTEM_CHOST MINGW_CHOST MINGW_PREFIX MINGW_PACKAGE_PREFIX CONFIG_SITE
export MSYSTEM_PREFIX MSYSTEM_CARCH MSYSTEM_CHOST MINGW_CHOST MINGW_PREFIX MINGW_PACKAGE_PREFIX
;;
MINGW64)
MSYSTEM_PREFIX='/mingw64'
Expand All @@ -40,8 +37,7 @@ case "${MSYSTEM}" in
MINGW_CHOST="${MSYSTEM_CHOST}"
MINGW_PREFIX="${MSYSTEM_PREFIX}"
MINGW_PACKAGE_PREFIX="mingw-w64-${MSYSTEM_CARCH}"
CONFIG_SITE="${MSYSTEM_PREFIX}/etc/config.site"
export MSYSTEM_PREFIX MSYSTEM_CARCH MSYSTEM_CHOST MINGW_CHOST MINGW_PREFIX MINGW_PACKAGE_PREFIX CONFIG_SITE
export MSYSTEM_PREFIX MSYSTEM_CARCH MSYSTEM_CHOST MINGW_CHOST MINGW_PREFIX MINGW_PACKAGE_PREFIX
;;
CLANG32)
MSYSTEM_PREFIX='/clang32'
Expand All @@ -50,8 +46,7 @@ case "${MSYSTEM}" in
MINGW_CHOST="${MSYSTEM_CHOST}"
MINGW_PREFIX="${MSYSTEM_PREFIX}"
MINGW_PACKAGE_PREFIX="mingw-w64-clang-${MSYSTEM_CARCH}"
CONFIG_SITE="${MSYSTEM_PREFIX}/etc/config.site"
export MSYSTEM_PREFIX MSYSTEM_CARCH MSYSTEM_CHOST MINGW_CHOST MINGW_PREFIX MINGW_PACKAGE_PREFIX CONFIG_SITE
export MSYSTEM_PREFIX MSYSTEM_CARCH MSYSTEM_CHOST MINGW_CHOST MINGW_PREFIX MINGW_PACKAGE_PREFIX
;;
CLANG64)
MSYSTEM_PREFIX='/clang64'
Expand All @@ -60,14 +55,30 @@ case "${MSYSTEM}" in
MINGW_CHOST="${MSYSTEM_CHOST}"
MINGW_PREFIX="${MSYSTEM_PREFIX}"
MINGW_PACKAGE_PREFIX="mingw-w64-clang-${MSYSTEM_CARCH}"
CONFIG_SITE="${MSYSTEM_PREFIX}/etc/config.site"
export MSYSTEM_PREFIX MSYSTEM_CARCH MSYSTEM_CHOST MINGW_CHOST MINGW_PREFIX MINGW_PACKAGE_PREFIX CONFIG_SITE
export MSYSTEM_PREFIX MSYSTEM_CARCH MSYSTEM_CHOST MINGW_CHOST MINGW_PREFIX MINGW_PACKAGE_PREFIX
;;
CLANGARM64)
MSYSTEM_PREFIX='/clangarm64'
MSYSTEM_CARCH='aarch64'
MSYSTEM_CHOST='aarch64-w64-mingw32'
MINGW_CHOST="${MSYSTEM_CHOST}"
MINGW_PREFIX="${MSYSTEM_PREFIX}"
MINGW_PACKAGE_PREFIX="mingw-w64-clang-${MSYSTEM_CARCH}"
export MSYSTEM_PREFIX MSYSTEM_CARCH MSYSTEM_CHOST MINGW_CHOST MINGW_PREFIX MINGW_PACKAGE_PREFIX
;;
UCRT64)
MSYSTEM_PREFIX='/ucrt64'
MSYSTEM_CARCH='x86_64'
MSYSTEM_CHOST='x86_64-w64-mingw32'
MINGW_CHOST="${MSYSTEM_CHOST}"
MINGW_PREFIX="${MSYSTEM_PREFIX}"
MINGW_PACKAGE_PREFIX="mingw-w64-ucrt-${MSYSTEM_CARCH}"
export MSYSTEM_PREFIX MSYSTEM_CARCH MSYSTEM_CHOST MINGW_CHOST MINGW_PREFIX MINGW_PACKAGE_PREFIX
;;
*)
MSYSTEM_PREFIX='/usr'
MSYSTEM_CARCH="$(/usr/bin/uname -m)"
MSYSTEM_CHOST="$(/usr/bin/uname -m)-pc-msys"
CONFIG_SITE="/etc/config.site"
export MSYSTEM_PREFIX MSYSTEM_CARCH MSYSTEM_CHOST CONFIG_SITE
MSYSTEM_CHOST="${MSYSTEM_CARCH}-pc-msys"
export MSYSTEM_PREFIX MSYSTEM_CARCH MSYSTEM_CHOST
;;
esac
Loading

0 comments on commit ff9681a

Please sign in to comment.