Git has a simple workflow for using email, with `git send-email` and `git am`. The guix-patches debbugs thing causes a regression in this workflow by rewriting the commit messages to include the debbugs ticket number. So, a commit that begins with this: gnu: gitolite: Fix shebangs in hooks. ... becomes this: bug#25966: [PATCH 2/2] gnu: gitolite: Fix shebangs in hooks. Am I missing something, or is debbugs really rewriting the patches?