Re: [PATCH v2] pull: warn on --verify-signatures with --rebase

2016-05-20 Thread Junio C Hamano
Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH v2] pull: warn on --verify-signatures with --rebase

2016-05-20 Thread Alexander 'z33ky' Hirsch
Previously git-pull silently ignored the --verify-signatures option for --rebase, potentially leaving users in the believe that the rebase operation would check for valid GPG signatures. Implementing --verify-signatures for git-rebase was talked about, but doubts for a valid workflow rose up. Sinc