bisect view: check for MinGW32 and MacOSX in addition to X11
commit508e84a790bef46881459891748727c490d9a673
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Thu, 14 Feb 2008 12:29:58 +0000 (14 12:29 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Feb 2008 03:27:40 +0000 (17 19:27 -0800)
treef300547a60da76afbac00d4d5560eb635960479e
parent61b80509e3323c262ed5c45d5340cfa278521a71
bisect view: check for MinGW32 and MacOSX in addition to X11

When deciding if gitk or git-log should be used to visualize the current
state, the environment variable DISPLAY was checked.  Now, we check
MSYSTEM (for MinGW32/MSys) and SECURITYSESSIONID (for MacOSX) in addition.

Note that there is currently no way to ssh into MinGW32, and that
SECURITYSESSIONID is not set automatically on MacOSX when ssh'ing into it.
So this patch should be safe.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-bisect.sh