mirror of
https://github.com/git/git.git
synced 2026-01-16 21:59:45 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user