On Wed, Aug 19, 2015 at 3:58 PM, Junio C Hamano <[email protected]> wrote: > Dave Borowitz <[email protected]> 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 <[email protected]> >> --- > > Obviously, the above description needs updating. Here is what I've > queued tentatively.
Sound good. > Thanks. > > commit 32d273dfabb0a70b2839971f5afff7fa86a8f4c2 > Author: Dave Borowitz <[email protected]> > 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 <[email protected]> > Signed-off-by: Junio C Hamano <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

