summaryrefslogtreecommitdiff
path: root/Documentation/git-bugreport.txt
diff options
context:
space:
mode:
authorEmily Shaffer <emilyshaffer@google.com>2020-04-16 21:18:06 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-04-16 22:23:42 (GMT)
commit1411914a1cbd6f5680e33db9817a1aecb01f8817 (patch)
tree11d5b84762347b65cd11de154c268e5d329e8b86 /Documentation/git-bugreport.txt
parent617d57195ae844a43486b2e0ad0b7ac36aaddfdd (diff)
downloadgit-1411914a1cbd6f5680e33db9817a1aecb01f8817.zip
git-1411914a1cbd6f5680e33db9817a1aecb01f8817.tar.gz
git-1411914a1cbd6f5680e33db9817a1aecb01f8817.tar.bz2
bugreport: add uname info
The contents of uname() can give us some insight into what sort of system the user is running on, and help us replicate their setup if need be. The domainname field is not guaranteed to be available, so don't collect it. 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 f44ae8c..17b0d14 100644
--- a/Documentation/git-bugreport.txt
+++ b/Documentation/git-bugreport.txt
@@ -26,6 +26,7 @@ The following information is requested from the user:
The following information is captured automatically:
- 'git version --build-options'
+ - uname sysname, release, version, and machine strings
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