On Sun, Aug 30, 2020 at 09:47:59PM +0200, Ludovic Courtès wrote: > Hi, > > Leo Famulari skribis: > > > When deleting a remote branch, no commits are pushed to the remote, and > > thus there are no signatures to be verified. > > > > * etc/git/pre-push: Exit early when deleting a branch. > > I agree with Jakub regarding the ‘if’ :-), but other than that it LGTM. The previous version of this patch was untested and broken! Here is a new one that is actually tested and working.