Re: [PATCH 15/18] the beginning of the signed push

2014-08-20 Thread Bert Wesarg
On Wed, Aug 20, 2014 at 12:06 AM, Junio C Hamano gits...@pobox.com wrote: The basic flow based on this mechanism goes like this: 1. You push out your work with git push -s. 2. The sending side learns where the remote refs are as usual, together with what protocol extension the

Re: [PATCH 15/18] the beginning of the signed push

2014-08-20 Thread Junio C Hamano
Bert Wesarg bert.wes...@googlemail.com writes: On Wed, Aug 20, 2014 at 12:06 AM, Junio C Hamano gits...@pobox.com wrote: The basic flow based on this mechanism goes like this: 1. You push out your work with git push -s. 2. The sending side learns where the remote refs are as usual,

Re: [PATCH 15/18] the beginning of the signed push

2014-08-19 Thread brian m. carlson
On Tue, Aug 19, 2014 at 03:06:24PM -0700, Junio C Hamano wrote: While signed tags and commits assert that the objects thusly signed came from you, who signed these objects, there is not a good way to assert that you wanted to have a particular object at the tip of a particular branch. My