On 2013-08-29 11:23, Felipe Contreras wrote: > Otherwise they cannot know when to force the push or not (other than > hacks). > > Signed-off-by: Felipe Contreras <felipe.contreras@xxxxxxxxx> > --- > transport-helper.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/transport-helper.c b/transport-helper.c > index 63cabc3..62051a6 100644 > --- a/transport-helper.c > +++ b/transport-helper.c > @@ -814,6 +814,9 @@ static int push_refs_with_export(struct transport *transport, > die("helper %s does not support dry-run", data->name); > } > > + if (flags & TRANSPORT_PUSH_FORCE) > + set_helper_option(transport, "force", "true"); Should the return value of set_helper_option() be checked? Also, should there be a #define TRANS_OPT_FORCE "force" with TRANS_OPT_FORCE added to boolean_options[]? Thanks, Richard -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html