bugreport: add uname info
authorEmily Shaffer <emilyshaffer@google.com>
Thu, 16 Apr 2020 21:18:06 +0000 (14:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Apr 2020 22:23:42 +0000 (15:23 -0700)
commit1411914a1cbd6f5680e33db9817a1aecb01f8817
tree11d5b84762347b65cd11de154c268e5d329e8b86
parent617d57195ae844a43486b2e0ad0b7ac36aaddfdd
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>
Documentation/git-bugreport.txt
bugreport.c