Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions git-extra/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pkgbase="mingw-w64-${_realname}"
pkgname=($_realname
"${MINGW_PACKAGE_PREFIX}-${_realname}")
_ver_base=1.1
pkgver=1.1.685.a08718cdd
pkgver=1.1.687.ef7a52d0a
pkgrel=1
pkgdesc="Git for Windows extra files"
arch=('any')
Expand Down Expand Up @@ -75,7 +75,7 @@ sha256sums=('8ed76d1cb069ac8568f21c431f5e23caebea502d932ab4cdff71396f4f0d5b72'
'402c51eba82453a76f5110f4754bb1005df507a6e4532574c2b9627ff4e1dc81'
'8433a9e72b3bc9c3bc7903b54b868399bdb17a6c8de4af4dd5450dd42859c898'
'e2d0e4c58dca8ad7dba59df5db37a6ffb917f984edf67ae51d3f4c2db06e459b'
'8056f48ae61f2cba668c07b31c56229914912444ca6656205aaffce59b8e6b11'
'255bb3542c2679c48068dd09f4f598a456a9acc7ace5864b794b6afcb1b2893d'
'32c9a549ecb1c9e06622221dae98a000ac2ce9c2be97d5d0c4f80610af3dc55c'
'02d38e480a1ec4227e94a5aa073945901680aa3387e3386f8b77f10426ebbc75'
'dcbd1b981d5b899afe30151a5f5a27ea52025ff1335f131af1b5891f62ddd55b'
Expand Down
6 changes: 3 additions & 3 deletions git-extra/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
alias ls='ls -F --color=auto --show-control-chars'
alias ll='ls -l'

case "$TERM" in
xterm*)
if [ "${TERM_PROGRAM:-}" = "mintty" ]
then
# The following programs are known to require a Win32 Console
# for interactive usage, therefore let's launch them through winpty
# when run inside `mintty`.
Expand All @@ -18,4 +18,4 @@ xterm*)
alias $name="winpty $name.exe"
done
;;
esac
fi