Stefan Beller <[email protected]> writes:

> From: Ronnie Sahlberg <[email protected]>
>
> Add a command line argument to the git push command to request atomic
> pushes.
>
> Signed-off-by: Ronnie Sahlberg <[email protected]>
> Signed-off-by: Stefan Beller <[email protected]>
> ---

Makes sense, modulo a nit.

> +--atomic-push::
> +     Using atomic push. If atomic push is negotiated with the server
> +     then any push covering multiple refs will be atomic. Either all
> +     refs are updated, or on error, no refs are updated. If the server
> +     does not support atomic pushes the push will fail.

"git push --atomic-push"?  Why should one need to repeat the word?

>               OPT_BIT(0, "signed", &flags, N_("GPG sign the push"), 
> TRANSPORT_PUSH_CERT),
> +             OPT_BIT(0, "atomic-push", &flags, N_("use atomic push, if 
> available"),
> +                     TRANSPORT_ATOMIC_PUSH),

Contrast between the two.  It isn't "git push --signed-push", either ;-)
--
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

Reply via email to