зеркало из https://github.com/microsoft/git.git
Merge branch 'js/maint-bisect-gitk' into maint
* js/maint-bisect-gitk: bisect view: call gitk if Cygwin's SESSIONNAME variable is set
This commit is contained in:
Коммит
e2355a3e06
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче