Skip to content

Commit dee28fc

Browse files
committed
Add gitk & git executables WaitForEXE commands, wait for git-gui when in bash
1 parent 6d4d64d commit dee28fc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

GitPortable/App/AppInfo/Launcher/GitGUIPortable.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ ProgramExecutable=Git\cmd\git-gui.exe
33
WorkingDirectory=%PAL:DataDir%\home
44
WaitForEXE1=wish.exe
55
WaitForEXE2=git-bash.exe
6+
WaitForEXE3=gitk.exe
7+
WaitForEXE4=git.exe
68
DirectoryMoveOK=yes
79

810
[Environment]

GitPortable/App/AppInfo/Launcher/GitPortable.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
ProgramExecutable=Git\git-bash.exe
33
CommandLineArguments=--cd-to-home
44
WorkingDirectory=%PAL:DataDir%\home
5-
DirectoryMoveOK=yes
65
WaitForEXE1=wish.exe
6+
WaitForEXE2=git-gui.exe
7+
WaitForEXE3=gitk.exe
8+
WaitForEXE4=git.exe
9+
DirectoryMoveOK=yes
710

811
[Environment]
912
HOME=%PAL:DataDir%\home

0 commit comments

Comments
 (0)