Re: rebase has no --verify-signatures

2015-12-09 Thread Alexander 'z33ky' Hirsch
On Tue, Dec 08, 2015 at 01:21:25AM +, brian m. carlson wrote: > On Mon, Dec 07, 2015 at 03:00:15PM +0100, Alexander 'z33ky' Hirsch wrote: > > Is there any technical reason why rebase should not have a > > --verify-signatures flag? I have written a patch to git-rebase--am > > which enables it to

Re: rebase has no --verify-signatures

2015-12-07 Thread brian m. carlson
On Mon, Dec 07, 2015 at 03:00:15PM +0100, Alexander 'z33ky' Hirsch wrote: > Is there any technical reason why rebase should not have a > --verify-signatures flag? I have written a patch to git-rebase--am > which enables it to do such a check. If there is no reason not to > include it I'd add docume

rebase has no --verify-signatures

2015-12-07 Thread Alexander 'z33ky' Hirsch
rebase has no --verify-signatures flag. Is there any technical reason why rebase should not have a --verify-signatures flag? I have written a patch to git-rebase--am which enables it to do such a check. If there is no reason not to include it I'd add documentation and a test and subm