Skip to content

Commit

Permalink
Merge branch 'js/maint-bisect-gitk'
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 14, 2009
2 parents 0854156 + 22b3ddd commit 49129d3
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 49129d3

Please sign in to comment.