We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97ce2d commit 01108e5Copy full SHA for 01108e5
.gitignore
@@ -60,3 +60,4 @@ edit-git-bash.exe
60
!/archive/root/etc/protocols
61
!/archive/root/etc/services
62
/versions/cached-files/
63
+/.vs
git-extra/git-update-git-for-windows
@@ -290,7 +290,7 @@ update_git_for_windows () {
290
echo "Downloading $filename" >&2
291
fi
292
curl -# -L -o $installer $download || return
293
- start "" "$installer" /SILENT
+ start "" "$installer" /VERYSILENT
294
295
# Kill all Bash processes (which will let MinTTY quit, too)"
296
#
0 commit comments