Browse Source

Merge branch 'js/maint-bisect-gitk'

* js/maint-bisect-gitk:
  bisect view: call gitk if Cygwin's SESSIONNAME variable is set
maint
Junio C Hamano 16 years ago
parent
commit
49129d3731
  1. 2
      git-bisect.sh

2
git-bisect.sh

@ -508,7 +508,7 @@ bisect_visualize() { @@ -508,7 +508,7 @@ bisect_visualize() {

if test $# = 0
then
case "${DISPLAY+set}${MSYSTEM+set}${SECURITYSESSIONID+set}" in
case "${DISPLAY+set}${SESSIONNAME+set}${MSYSTEM+set}${SECURITYSESSIONID+set}" in
'') set git log ;;
set*) set gitk ;;
esac

Loading…
Cancel
Save