On 17-03-04 17:54:56, Leo Famulari wrote: > 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? > > >
Possibly. Though I see some people started to just attach the git format-patch patches. Maybe we should look at / ask other projects how they deal with this for debbugs?