diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-05-14 14:39:40 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-05-14 14:39:41 -0700 |
commit | 35837307586a92c0d510392c2ee66b82fa66d5b5 (patch) | |
tree | 2a98a16a82afd7a147aac3a2112dadd553af5f0d /Documentation | |
parent | The ninth batch (diff) | |
parent | bugreport: collect list of populated hooks (diff) | |
download | tgif-35837307586a92c0d510392c2ee66b82fa66d5b5.tar.xz |
Merge branch 'es/bugreport-with-hooks'
"git bugreport" learned to report enabled hooks in the repository.
* es/bugreport-with-hooks:
bugreport: collect list of populated hooks
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-bugreport.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-bugreport.txt b/Documentation/git-bugreport.txt index 643d1b2884..7fe9aef34e 100644 --- a/Documentation/git-bugreport.txt +++ b/Documentation/git-bugreport.txt @@ -28,6 +28,7 @@ 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 |