On Wed, Dec 17, 2014 at 1:32 PM, Stefan Beller <sbel...@google.com> wrote:
> From: Ronnie Sahlberg <sahlb...@google.com>
>
> Add a command line argument to the git push command to request atomic
> pushes.
>
> Signed-off-by: Ronnie Sahlberg <sahlb...@google.com>
> Signed-off-by: Stefan Beller <sbel...@google.com>
> ---
> diff --git a/builtin/push.c b/builtin/push.c
> index a076b19..5731a0d 100644
> --- a/builtin/push.c
> +++ b/builtin/push.c
> @@ -518,6 +518,8 @@ int cmd_push(int argc, const char **argv, const char 
> *prefix)
>                 OPT_BIT(0, "follow-tags", &flags, N_("push missing but 
> relevant tags"),
>                         TRANSPORT_PUSH_FOLLOW_TAGS),
>                 OPT_BIT(0, "signed", &flags, N_("GPG sign the push"), 
> TRANSPORT_PUSH_CERT),
> +               OPT_BIT(0, "atomic", &flags, N_("use an atomic transaction 
> remote"),

Unable to parse. Perhaps:

    "use an atomic transaction on remote side"

or

    "use an atomic transaction on the remote"

or

    "request atomic transaction on remote side"

> +                       TRANSPORT_PUSH_ATOMIC),
>                 OPT_END()
>         };
>
--
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

Reply via email to