Skip to content

Commit

Permalink
Merge branch 'js/maint-bisect-gitk' into maint
Browse files Browse the repository at this point in the history
* js/maint-bisect-gitk:
  bisect view: call gitk if Cygwin's SESSIONNAME variable is set
  • Loading branch information
Junio C Hamano committed Jan 24, 2009
2 parents 9e3248e + 22b3ddd commit e2355a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-bisect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2355a3

Please sign in to comment.