Re: Heads-up: git.sv.gnu.org now rejects unsigned commits

2016-07-25 Thread Andreas Enge
On Mon, Jul 25, 2016 at 12:02:11PM +0200, Cyril Roelandt wrote: > This could probably be useful: > https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work Indeed, thanks a lot! Andreas

Re: Heads-up: git.sv.gnu.org now rejects unsigned commits

2016-07-25 Thread Leo Famulari
On Mon, Jul 25, 2016 at 10:59:07AM +0200, Ludovic Courtès wrote: > All the Guix repositories on Savannah now reject unsigned Git commits: > > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22883#112 > > Please report any problems. Since the repo disables forced-pushing, we instead delete branche

Re: Heads-up: git.sv.gnu.org now rejects unsigned commits

2016-07-25 Thread Leo Famulari
On Mon, Jul 25, 2016 at 12:02:11PM +0200, Cyril Roelandt wrote: > On 07/25/2016 10:59 AM, Ludovic Courtès wrote: > > Hello! > > > > All the Guix repositories on Savannah now reject unsigned Git commits: > > > > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22883#112 > > > > This could probably

Re: Heads-up: git.sv.gnu.org now rejects unsigned commits

2016-07-25 Thread Tobias Geerinckx-Rice
Cyril, On 2016-07-25 12:02, Cyril Roelandt wrote: What will we do about patches sent by casual contributors, that will probably be unsigned? Should the committer sign them? Yes. (Most already do this, though.) Kind regards, T G-R -- Sent from a web browser. Excuse my brevity.

Re: Heads-up: git.sv.gnu.org now rejects unsigned commits

2016-07-25 Thread Cyril Roelandt
On 07/25/2016 10:59 AM, Ludovic Courtès wrote: > Hello! > > All the Guix repositories on Savannah now reject unsigned Git commits: > > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22883#112 > This could probably be useful: https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work What will