git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* rebase has no --verify-signatures
@ 2015-12-07 14:00 Alexander 'z33ky' Hirsch
  2015-12-08  1:21 ` brian m. carlson
  0 siblings, 1 reply; 3+ messages in thread
From: Alexander 'z33ky' Hirsch @ 2015-12-07 14:00 UTC (permalink / raw)
  To: git

Hi,

The git merge command has a --verify-signatures flag, which, when set, checks that the commits to be merged have trusted GPG signatures. git pull also knows this flag and forwards it to the merge command.

However, doing a git pull --rebase --verify-signatures silently ignores it, since 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 submit it.

Otherwise I think git pull should warn, or even die with an error, if both --rebase and --verify-signatures are passed.

Regards,
Alexander Hirsch

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-12-09 22:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-07 14:00 rebase has no --verify-signatures Alexander 'z33ky' Hirsch
2015-12-08  1:21 ` brian m. carlson
2015-12-09 23:20   ` Alexander 'z33ky' Hirsch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).