Re: Closing issues from commits

2019-01-24 Thread swedebugia
On 2018-08-20 11:52, Ludovic Courtès wrote: Hello Marius, Marius Bakke skribis: Marius Bakke writes: Hello, It would be convenient (for me, at least) to have a server-side git hook that can close debbugs issues. It would grep the commit message for '^Fixes:

Re: Closing issues from commits

2018-08-20 Thread Ludovic Courtès
Hello Marius, Marius Bakke skribis: > Marius Bakke writes: > >> Hello, >> >> It would be convenient (for me, at least) to have a server-side git hook >> that can close debbugs issues. It would grep the commit message for >> '^Fixes: ' and automatically send an >

Re: Closing issues from commits

2018-08-16 Thread Marius Bakke
Marius Bakke writes: > Hello, > > It would be convenient (for me, at least) to have a server-side git hook > that can close debbugs issues. It would grep the commit message for > '^Fixes: ' and automatically send an > email to cont...@debbugs.gnu.org with the mess

Closing issues from commits

2018-08-16 Thread Marius Bakke
Hello, It would be convenient (for me, at least) to have a server-side git hook that can close debbugs issues. It would grep the commit message for '^Fixes: ' and automatically send an email to cont...@debbugs.gnu.org with the message 'close $1 $commit_id'. Is thi