bug#25969: guix-patches debbugs appears to mangle patches

2017-03-06 Thread Eric Blake
On 03/06/2017 11:46 AM, Glenn Morris wrote: > Ludovic Courtès wrote: > >> Hello! >> >> Leo Famulari skribis: >> >>> 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

bug#25969: guix-patches debbugs appears to mangle patches

2017-03-06 Thread Glenn Morris
Ludovic Courtès wrote: > Hello! > > Leo Famulari skribis: > >> 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. >> >>

bug#25969: guix-patches debbugs appears to mangle patches

2017-03-06 Thread Ludovic Courtès
Hello! Leo Famulari skribis: > 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: [PATC

bug#25969: guix-patches debbugs appears to mangle patches

2017-03-05 Thread ng0
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 begin

bug#25969: guix-patches debbugs appears to mangle patches

2017-03-05 Thread ng0
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 begin

bug#25969: guix-patches debbugs appears to mangle patches

2017-03-04 Thread Leo Famulari
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. ...