aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-01-13 23:09:29 -0800
committerJunio C Hamano <gitster@pobox.com>2009-01-13 23:09:29 -0800
commit49129d3731a6d74ad403ecdffc0e7940a597bc65 (patch)
tree30fc7f20c80fe06c50ae2e8c1b7d3182258e6a78
parent08541563f468b41f08fe91854fc6530f075542d8 (diff)
parent22b3ddd508b022c76bf36bf390691a6f62c996d5 (diff)
downloadgit-49129d3731a6d74ad403ecdffc0e7940a597bc65.tar.gz
git-49129d3731a6d74ad403ecdffc0e7940a597bc65.tar.xz
Merge branch 'js/maint-bisect-gitk'
* js/maint-bisect-gitk: bisect view: call gitk if Cygwin's SESSIONNAME variable is set
-rwxr-xr-xgit-bisect.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-bisect.sh b/git-bisect.sh
index 17a35f6ad..85db4ba40 100755
--- a/git-bisect.sh
+++ b/git-bisect.sh
@@ -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