Merge branch 'js/maint-bisect-gitk'
* js/maint-bisect-gitk: bisect view: call gitk if Cygwin's SESSIONNAME variable is set
This commit is contained in:
commit
49129d3731
@ -508,7 +508,7 @@ bisect_visualize() {
|
|||||||
|
|
||||||
if test $# = 0
|
if test $# = 0
|
||||||
then
|
then
|
||||||
case "${DISPLAY+set}${MSYSTEM+set}${SECURITYSESSIONID+set}" in
|
case "${DISPLAY+set}${SESSIONNAME+set}${MSYSTEM+set}${SECURITYSESSIONID+set}" in
|
||||||
'') set git log ;;
|
'') set git log ;;
|
||||||
set*) set gitk ;;
|
set*) set gitk ;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user