Skip to content

Commit

Permalink
Update 1 package
Browse files Browse the repository at this point in the history
git-extra (1.1.620.3c8aba0b6-1 -> 1.1.624.83eb82466-1)

Signed-off-by: Git for Windows Build Agent <ci@git-for-windows.build>
  • Loading branch information
Git for Windows Build Agent committed Jan 21, 2023
1 parent b888f73 commit 99b1361
Show file tree
Hide file tree
Showing 29 changed files with 12 additions and 36 deletions.
10 changes: 4 additions & 6 deletions etc/profile.d/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,12 @@ test -n "$SSH_ASKPASS" || {
export SSH_ASKPASS=/mingw32/libexec/git-core/git-gui--askpass
fi
;;
ARM64)
CLANGARM64)
export DISPLAY=needs-to-be-defined
if [ -f /arm64/bin/git-askpass.exe ]; then
export SSH_ASKPASS=/arm64/bin/git-askpass.exe
elif [ -f /mingw32/bin/git-askpass.exe ]; then
export SSH_ASKPASS=/mingw32/bin/git-askpass.exe
if [ -f /clangarm64/bin/git-askpass.exe ]; then
export SSH_ASKPASS=/clangarm64/bin/git-askpass.exe
else
export SSH_ASKPASS=/mingw32/libexec/git-core/git-gui--askpass
export SSH_ASKPASS=/clangarm64/libexec/git-core/git-gui--askpass
fi
;;
esac
Expand Down
Binary file modified mingw64/bin/WhoUses.exe
Binary file not shown.
Binary file modified mingw64/bin/blocked-file-util.exe
Binary file not shown.
Binary file modified mingw64/bin/create-shortcut.exe
Binary file not shown.
Binary file modified mingw64/bin/git-askpass.exe
Binary file not shown.
Binary file modified mingw64/bin/git-askyesno.exe
Binary file not shown.
Binary file modified mingw64/bin/git-credential-helper-selector.exe
Binary file not shown.
Binary file modified mingw64/bin/proxy-lookup.exe
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
git-extra

%VERSION%
1.1.620.3c8aba0b6-1
1.1.624.83eb82466-1

%BASE%
mingw-w64-git-extra
Expand All @@ -17,16 +17,16 @@ https://github.com/git-for-windows/build-extra
x86_64

%BUILDDATE%
1674162971
1674218623

%INSTALLDATE%
1674184364
1674270236

%PACKAGER%
Johannes Schindelin <johannes.schindelin@gmx.de>

%SIZE%
500965
500883

%GROUPS%
VCS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ GITATTRIBUTES
grep -q "$otherpacman" etc/pacman.conf ||
sed -i -e '/^\[mingw32\]/i['$otherpacman']\nServer = https://wingit.blob.core.windows.net/'$otherarch'\n' etc/pacman.conf

test ! -d /clangarm64 ||
grep -q "git-for-windows-aarch64" etc/pacman.conf ||
sed -i -e '/^\[clangarm64]/i[git-for-windows-aarch64]\nServer = https://wingit.blob.core.windows.net/aarch64\n' etc/pacman.conf

! grep -q 'https://dl.bintray.com/\$repo/pacman/\$arch' etc/pacman.conf ||
sed -i -e 's/https:\/\/dl\.bintray\.com\/\$repo\/pacman\/\$arch/https:\/\/wingit.blob.core.windows.net\/'$arch'/g' etc/pacman.conf

Expand Down Expand Up @@ -290,32 +294,6 @@ test -d "$TMPDIR" || test ! -d "$TMP" || {\
# As we no longer need it, delete it.
test ! -h /ssl || rm /ssl

# Allow an i686 version of Git for Windows, augmented by `/arm64/*`, to serve
# as sort of an ARM64 version of Git for Windows (because Windows/ARM64 can run
# i686 executables via a built-in emulator).
test i686 != "$arch" ||
grep -q '^ARM64)$' /etc/profile ||
sed -i '/^MINGW64)/{
# read entire `case` arm until `;;`
:1;N;/[^;]$/b1;

# print out the MINGW64 `case` arm unchanged
p;

# now, transmogrify it into the ARM64 `case` arm:
s|^MINGW|ARM|;
# change the MINGW_PREFIX
s|\${MINGW_PREFIX}|/arm64|;
# add the /mingw32/bin fall-back to the PATH
s| PATH=[^:]*|&:/mingw32/bin|;
# adjust the pkgconfig path
s|/share/pkgconfig|&:/mingw32/lib/pkgconfig:/mingw32/share/pkgconfig|;
# adjust autoconf path
s|:/usr/share/aclocal|:/mingw32/share/aclocal&|;
# add the /mingw32 fall-back paths to MANPATH
s|:\${MANPATH}|:/mingw32/local/man:/mingw32/share/man&|
}' /etc/profile

# Work around /etc/xml/catalog being updated using the MINGW version of xmlcatalog
! grep -q '"[CD]:/' /etc/xml/catalog ||
sed -i -e 's|"[CD]:/[^"]*/usr/|"/usr/|g' /etc/xml/catalog
Expand Down
Binary file not shown.
Binary file modified var/lib/pacman/sync/clang32.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/clang32.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/clang64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/clang64.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/clangarm64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/clangarm64.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/git-for-windows-mingw32.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/git-for-windows-mingw32.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/git-for-windows.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/git-for-windows.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw32.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw32.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw64.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/ucrt64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/ucrt64.db.sig
Binary file not shown.

0 comments on commit 99b1361

Please sign in to comment.