Skip to content

Commit e2355a3

Browse files
committed
Merge branch 'js/maint-bisect-gitk' into maint
* js/maint-bisect-gitk: bisect view: call gitk if Cygwin's SESSIONNAME variable is set
2 parents 9e3248e + 22b3ddd commit e2355a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-bisect.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ bisect_visualize() {
508508

509509
if test $# = 0
510510
then
511-
case "${DISPLAY+set}${MSYSTEM+set}${SECURITYSESSIONID+set}" in
511+
case "${DISPLAY+set}${SESSIONNAME+set}${MSYSTEM+set}${SECURITYSESSIONID+set}" in
512512
'') set git log ;;
513513
set*) set gitk ;;
514514
esac

0 commit comments

Comments
 (0)