Skip to content

Commit 755fefc

Browse files
author
Git for Windows Build Agent
committed
Update 4 packages
gnupg (2.4.7-1 -> 2.4.8-1) libgcrypt (1.9.4-2 -> 1.11.2-1) libgpg-error (1.51-1 -> 1.55-1) mingw-w64-x86_64-git-extra (1.1.670.09847e01e-1 -> 1.1.672.64870a8db-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent a963bd0 commit 755fefc

File tree

101 files changed

+37
-72
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+37
-72
lines changed

mingw64/bin/WhoUses.exe

-518 Bytes
Binary file not shown.

mingw64/bin/blocked-file-util.exe

-518 Bytes
Binary file not shown.

mingw64/bin/create-shortcut.exe

-6 Bytes
Binary file not shown.

mingw64/bin/git-askpass.exe

-6 Bytes
Binary file not shown.

mingw64/bin/git-askyesno.exe

0 Bytes
Binary file not shown.
-6 Bytes
Binary file not shown.

mingw64/bin/git-update-git-for-windows

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,10 @@ update_git_for_windows () {
249249
if test -d /clangarm64/bin
250250
then
251251
arch_bit=arm64
252+
prefix=/clangarm64
252253
else
253254
arch_bit=${bit}-bit
255+
prefix=/mingw$bit
254256
fi
255257

256258
echo "$git_label $version ($arch_bit)" >&2
@@ -296,7 +298,7 @@ update_git_for_windows () {
296298
then
297299
wintoast.exe --appname "$git_label" \
298300
--appid GitForWindows.Updater \
299-
--image /mingw$bit/share/git/git-for-windows.ico \
301+
--image $prefix/share/git/git-for-windows.ico \
300302
--text "Download and install $name$warn?" \
301303
--action Yes --action No --expirems 15000
302304
case $? in

mingw64/bin/proxy-lookup.exe

-6 Bytes
Binary file not shown.

usr/bin/dirmngr-client.exe

0 Bytes
Binary file not shown.

usr/bin/dirmngr.exe

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)