On Thu, Oct 30, 2014 at 12:59 PM, Junio C Hamano <gits...@pobox.com> wrote:
> Ronnie Sahlberg <sahlb...@google.com> writes:
>
>> @@ -337,6 +341,8 @@ int send_pack(struct send_pack_args *args,
>>               strbuf_addstr(&cap_buf, " quiet");
>>       if (agent_supported)
>>               strbuf_addf(&cap_buf, " agent=%s", git_user_agent_sanitized());
>> +     if (atomic_push)
>> +             strbuf_addstr(&cap_buf, " atomic-push");
>
> This is just aesthetics, but please leave the agent at the end.

Done. Thanks. Will be in the re-roll.
--
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