GIT-DIAGNOSE(1) | Git Manual | GIT-DIAGNOSE(1) |
git-diagnose - Generate a zip archive of diagnostic information
git diagnose [(-o | --output-directory) <path>] [(-s | --suffix) <format>]
[--mode=<mode>]
Collects detailed information about the user’s machine, Git client, and repository state and packages that information into a zip archive. The generated archive can then, for example, be shared with the Git mailing list to help debug an issue or serve as a reference for independent debugging.
By default, the following information is captured in the archive:
Additional information can be collected by selecting a different diagnostic mode using the --mode option.
This tool differs from git-bugreport(1) in that it collects much more detailed information with a greater focus on reporting the size and data shape of repository contents.
-o <path>, --output-directory <path>
-s <format>, --suffix <format>
--mode=(stats|all)
The --mode=all option collects everything included in --mode=stats, as well as copies of .git, .git/hooks, .git/info, .git/logs, and .git/objects/info directories. This additional information may be sensitive, as it can be used to reconstruct the full contents of the diagnosed repository. Users should exercise caution when sharing an archive generated with --mode=all.
Part of the git(1) suite
02/28/2023 | Git 2.39.2 |