We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43cdb89 + 34c9a9f commit fbc50eeCopy full SHA for fbc50ee
portable/git-bash.bat.in
@@ -8,9 +8,9 @@
8
@SET MSYSTEM=MINGW@@BITNESS@@
9
10
@IF NOT EXIST %git_install_root%usr\bin\mintty.exe GOTO startsh
11
-@START %git_install_root%usr\bin\mintty -i /usr/share/git/git-for-windows.ico /usr/bin/bash --login %*
+@START "Git Bash" "%git_install_root%usr\bin\mintty" -i /usr/share/git/git-for-windows.ico /usr/bin/bash --login %*
12
@EXIT
13
14
:startsh
15
-@START %git_install_root%usr\bin\bash --login -i %*
+@START "Git Bash" "%git_install_root%usr\bin\bash" --login -i %*
16
0 commit comments