]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-bugreport.txt
Merge branch 'vs/complete-stash-show-p-fix'
[thirdparty/git.git] / Documentation / git-bugreport.txt
index f44ae8cbe7544b79b0e24645c47fd8718b794254..66e88c2e312b10afeb44d3f4a861ed92c21e925e 100644 (file)
@@ -26,6 +26,10 @@ 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
+ - 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
@@ -43,7 +47,7 @@ OPTIONS
 --suffix <format>::
        Specify an alternate suffix for the bugreport name, to create a file
        named 'git-bugreport-<formatted suffix>'. This should take the form of a
-       link:strftime[3] format string; the current local time will be used.
+       strftime(3) format string; the current local time will be used.
 
 GIT
 ---