On Wed, Aug 19, 2015 at 3:58 PM, Junio C Hamano <gits...@pobox.com> wrote: > Dave Borowitz <dborow...@google.com> writes: > >> Add a new flag --signed-if-possible to push and send-pack that sends a >> push certificate if and only if the server advertised a push cert >> nonce. If not, at least warn the user that their push may not be as >> secure as they thought. >> >> Signed-off-by: Dave Borowitz <dborow...@google.com> >> --- > > Obviously, the above description needs updating. Here is what I've > queued tentatively.
Sound good. > Thanks. > > commit 32d273dfabb0a70b2839971f5afff7fa86a8f4c2 > Author: Dave Borowitz <dborow...@google.com> > Date: Wed Aug 19 11:26:46 2015 -0400 > > push: support signing pushes iff the server supports it > > Add a new flag --sign=true (or --sign=false), which means the same > thing as the original --signed (or --no-signed). Give it a third > value --sign=if-asked to tell push and send-pack to send a push > certificate if and only if the server advertised a push cert nonce. > > If not, warn the user that their push may not be as secure as they > thought. > > Signed-off-by: Dave Borowitz <dborow...@google.com> > Signed-off-by: Junio C Hamano <gits...@pobox.com> -- 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