English ▾
Localized versions of git-bugreport manual
  1. English
  2. Français
  3. Português (Brasil)
  4. українська мова
  5. 简体中文
Topics ▾ Version 2.27.0 ▾ git-bugreport last updated in 2.45.0
Changes in the git-bugreport manual
  1. 2.45.1 → 2.52.0 no changes
  2. 2.45.0 2024年04月29日
  3. 2.44.1 → 2.44.4 no changes
  4. 2.44.0 2024年02月23日
  5. 2.43.1 → 2.43.7 no changes
  6. 2.43.0 2023年11月20日
  7. 2.38.1 → 2.42.4 no changes
  8. 2.38.0 2022年10月02日
  9. 2.33.2 → 2.37.7 no changes
  10. 2.33.1 2021年10月12日
  11. 2.28.1 → 2.33.0 no changes
  12. 2.28.0 2020年07月27日
  13. 2.27.1 no changes
  14. 2.27.0 2020年06月01日

Check your version of git by running

git --version

NAME

git-bugreport - Collect information for user to file a bug report

SYNOPSIS

git bugreport [(-o | --output-directory) <path>] [(-s | --suffix) <format>]

DESCRIPTION

Captures information about the user’s machine, Git client, and repository state, as well as a form requesting information about the behavior the user observed, into a single text file which the user can then share, for example to the Git mailing list, in order to report an observed bug.

The following information is requested from the user:

  • Reproduction steps

  • Expected behavior

  • Actual behavior

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

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 is unreadable. In this kind of scenario, it may be helpful to manually gather the kind of information listed above when manually asking for help.

OPTIONS

-o <path>
--output-directory <path>

Place the resulting bug report file in <path> instead of the root of the Git repository.

-s <format>
--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 strftime(3) format string; the current local time will be used.

GIT

Part of the git[1] suite

AltStyle によって変換されたページ (->オリジナル) /