summaryrefslogtreecommitdiffstats
path: root/git-bisect.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-08-10 09:12:24 -0700
committerJunio C Hamano <gitster@pobox.com>2023-08-10 09:12:24 -0700
commita8c1a4753f7dbcb6ed6c89a2c4a07841d45c5bdb (patch)
tree97ec4c7f39f61f38e896ba954dbcc69b5b6638ca /git-bisect.txt
parentc237f228006138eb7f67f07a4022c7d1d2472d1b (diff)
downloadgit-htmldocs-a8c1a4753f7dbcb6ed6c89a2c4a07841d45c5bdb.tar.gz
Autogenerated HTML docs for v2.42.0-rc1
Diffstat (limited to 'git-bisect.txt')
-rw-r--r--git-bisect.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/git-bisect.txt b/git-bisect.txt
index fbb39fbdf..7872dba3a 100644
--- a/git-bisect.txt
+++ b/git-bisect.txt
@@ -204,9 +204,14 @@ as an alternative to `visualize`):
$ git bisect visualize
------------
-If the `DISPLAY` environment variable is not set, 'git log' is used
-instead. You can also give command-line options such as `-p` and
-`--stat`.
+Git detects a graphical environment through various environment variables:
+`DISPLAY`, which is set in X Window System environments on Unix systems.
+`SESSIONNAME`, which is set under Cygwin in interactive desktop sessions.
+`MSYSTEM`, which is set under Msys2 and Git for Windows.
+`SECURITYSESSIONID`, which may be set on macOS in interactive desktop sessions.
+
+If none of these environment variables is set, 'git log' is used instead.
+You can also give command-line options such as `-p` and `--stat`.
------------
$ git bisect visualize --stat