Hi Andrew, Le 2021-08-31 à 13:15, Andrew Thorp a écrit :
Hello all, [System Info] git version: git version 2.33.0 cpu: x86_64 no commit associated with this build sizeof-long: 8 sizeof-size_t: 8 shell-path: /bin/sh uname: Darwin 20.4.0 Darwin Kernel Version 20.4.0: Thu Apr 22 21:46:47 PDT 2021; root:xnu-7195.101.2~1/RELEASE_X86_64 x86_64 compiler info: clang: 12.0.5 (clang-1205.0.22.9) libc info: no libc information available $SHELL (typically, interactive shell): /bin/zsh
As I read downthread, the behaviour was due to your pre-commit hook. Normally below the "System Info" section in the 'git bugreport' template there should be an "Enabled Hooks" section, which does not appear above. I would be curious to know why; I'm guessing you ran 'git bugreport' from outside your repo and so it said: [Enabled Hooks] not run from a git repository - no hooks to show and you deleted that section ? I'm thinking that maybe if the 'git bugreport' template mentioned upfront that the command should be run in the repo where you observed a bug, maybe it would lead to fewer back and forth like in this thread ? (CC'ing Emily who implemented 'git bugreport'). I've sent a PR [1] for the web site so that this is also mentioned at https://git-scm.com/community. Cheers, Philippe. [1] https://github.com/git/git-scm.com/pull/1629