Skip to content

Commit 538c83e

Browse files
author
Git for Windows Build Agent
committed
Update 3 packages
mingw-w64-i686-git (2.52.0.rc2.windows.1-1 -> 2.52.0.1.2912d8e9b8-1) mingw-w64-i686-git-doc-html (2.52.0.rc2.windows.1-1 -> 2.52.0.1.2912d8e9b8-1) mingw-w64-i686-git-extra (1.1.676.f684e74d5-1 -> 1.1.680.6be770aa4-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 7c1707e commit 538c83e

File tree

357 files changed

+993
-291
lines changed

Some content is hidden

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

357 files changed

+993
-291
lines changed

cmd/git-gui.exe

0 Bytes
Binary file not shown.

cmd/git-receive-pack.exe

0 Bytes
Binary file not shown.

cmd/git-upload-pack.exe

0 Bytes
Binary file not shown.

cmd/git.exe

0 Bytes
Binary file not shown.

cmd/gitk.exe

0 Bytes
Binary file not shown.

cmd/scalar.exe

0 Bytes
Binary file not shown.

cmd/tig.exe

0 Bytes
Binary file not shown.

etc/profile.d/git-sdk.sh

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,13 +246,17 @@ sdk () {
246246
unset MINGW_MOUNT_POINT
247247
PKG_CONFIG_PATH="/usr/lib/pkgconfig:/usr/share/pkgconfig:/lib/pkgconfig"
248248
second_path=$first_path
249-
first_path=/usr/bin:/opt/bin
249+
first_path=/cmd:/usr/bin:/opt/bin
250250
;;
251251
esac
252252
. /etc/msystem
253253

254-
PATH="$first_path:$second_path:$(echo "$PATH" |
255-
sed -e "s|:\($first_path\|$second_path\)/\?:|:|g")"
254+
PATH="$(echo "$first_path:$second_path:$PATH" | awk '
255+
# Filter out duplicate and empty entries
256+
BEGIN { RS=":" }
257+
$0 != "" && !seen[$0]++ { out = (out ? out ":" $0 : $0) }
258+
END { print out }
259+
')"
256260
return $?
257261
;;
258262
init)

git-bash.exe

0 Bytes
Binary file not shown.

git-cmd.exe

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)