aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-bugreport.txt
diff options
context:
space:
mode:
authorEmily Shaffer <emilyshaffer@google.com>2020-05-12 16:42:13 -0700
committerJunio C Hamano <gitster@pobox.com>2020-05-12 22:02:20 -0700
commit4a4804edf4d5f96407fc46eda802a3b29d991e33 (patch)
tree147a4c1cc84b5f59b9567af7f7d85c3a7dbbfb82 /Documentation/git-bugreport.txt
parent39f4919dc50ff05bcebd0d3c89b718aa2d46bd67 (diff)
downloadgit-4a4804edf4d5f96407fc46eda802a3b29d991e33.tar.gz
bugreport: include user interactive shell
It's possible a user may complain about the way that Git interacts with their interactive shell, e.g. autocompletion or shell prompt. In that case, it's useful for us to know which shell they're using interactively. Signed-off-by: Emily Shaffer <emilyshaffer@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-bugreport.txt')
-rw-r--r--Documentation/git-bugreport.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-bugreport.txt b/Documentation/git-bugreport.txt
index 7fe9aef34e..4afc48c452 100644
--- a/Documentation/git-bugreport.txt
+++ b/Documentation/git-bugreport.txt
@@ -29,6 +29,7 @@ The following information is captured automatically:
- uname sysname, release, version, and machine strings
- Compiler-specific info string
- A list of enabled hooks
+ - $SHELL
This tool is invoked via the typical Git setup process, which means that in some
cases, it might not be able to launch - for example, if a relevant config file