summaryrefslogtreecommitdiffstats
path: root/git-bisect.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-bisect.html')
-rw-r--r--git-bisect.html12
1 files changed, 8 insertions, 4 deletions
diff --git a/git-bisect.html b/git-bisect.html
index d52641774..a59471ad9 100644
--- a/git-bisect.html
+++ b/git-bisect.html
@@ -920,9 +920,13 @@ as an alternative to <code>visualize</code>):</p></div>
<div class="content">
<pre><code>$ git bisect visualize</code></pre>
</div></div>
-<div class="paragraph"><p>If the <code>DISPLAY</code> environment variable is not set, <em>git log</em> is used
-instead. You can also give command-line options such as <code>-p</code> and
-<code>--stat</code>.</p></div>
+<div class="paragraph"><p>Git detects a graphical environment through various environment variables:
+<code>DISPLAY</code>, which is set in X Window System environments on Unix systems.
+<code>SESSIONNAME</code>, which is set under Cygwin in interactive desktop sessions.
+<code>MSYSTEM</code>, which is set under Msys2 and Git for Windows.
+<code>SECURITYSESSIONID</code>, which may be set on macOS in interactive desktop sessions.</p></div>
+<div class="paragraph"><p>If none of these environment variables is set, <em>git log</em> is used instead.
+You can also give command-line options such as <code>-p</code> and <code>--stat</code>.</p></div>
<div class="listingblock">
<div class="content">
<pre><code>$ git bisect visualize --stat</code></pre>
@@ -1240,7 +1244,7 @@ help</code> or <code>git bisect -h</code> to get a long usage description.</p></
<div id="footer">
<div id="footer-text">
Last updated
- 2020-09-11 23:36:57 PDT
+ 2023-08-10 09:10:14 PDT
</div>
</div>
</body>