This enables the atomic protocol option as implemented in the previous patches. Signed-off-by: Stefan Beller <sbeller@xxxxxxxxxx> --- Notes: v8: no changes v7: * new with v7 of the patch series. * this was part of the first patch in the series, moved back here for bisectability builtin/receive-pack.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/builtin/receive-pack.c b/builtin/receive-pack.c index 35a2264..61eba4e 100644 --- a/builtin/receive-pack.c +++ b/builtin/receive-pack.c @@ -173,7 +173,8 @@ static void show_ref(const char *path, const unsigned char *sha1) struct strbuf cap = STRBUF_INIT; strbuf_addstr(&cap, - "report-status delete-refs side-band-64k quiet"); + "report-status delete-refs side-band-64k quiet " + "atomic"); if (prefer_ofs_delta) strbuf_addstr(&cap, " ofs-delta"); if (push_cert_nonce) -- 2.2.1.62.g3f15098 -- 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