From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_BLOCKED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 07D111F86C for ; Wed, 25 Nov 2020 22:39:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726798AbgKYWiB (ORCPT ); Wed, 25 Nov 2020 17:38:01 -0500 Received: from pb-smtp20.pobox.com ([173.228.157.52]:65038 "EHLO pb-smtp20.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725836AbgKYWiB (ORCPT ); Wed, 25 Nov 2020 17:38:01 -0500 Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 506B4FCC81; Wed, 25 Nov 2020 17:37:59 -0500 (EST) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=K/c3A6SKhNz1jUsF2lc6sH48Ujw=; b=VAkRpt Xy+RXe5jNX6WeXnOP8XEvSKcNdzfGAdBoXQ4jnqY8FaXewvGy+aNZUbxM9qSstpI Vcd2Wsp1DzUKB9VtcWYm9ZJu3jdqaZ8Z+D9QXmYd1/lOX2/Vlfufdpd4hEZ2qSWI JnWtTXtVBl2vRrIejQysIeSXoVlhJWBEABPaU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=snW23p64k2CRUZthZMaCQiEmVBVmWKZI jw9qoJfAiMz+zn53mVLYlW8AuXukd9qdh3kqGLEW2sezcc1ddHWgG2asjVx9Z695 6Bt7eZvOHjWXBHXET/htJklO02lB/vJKOwwsq/Jvk1HoyBWqMwRuUt5bme/XFhee nrir26k2CUw= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 49E3EFCC80; Wed, 25 Nov 2020 17:37:59 -0500 (EST) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.75.7.245]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id 27324FCC7F; Wed, 25 Nov 2020 17:37:56 -0500 (EST) (envelope-from junio@pobox.com) From: Junio C Hamano To: Patrick Steinhardt Cc: git@vger.kernel.org, peff@peff.net, szeder.dev@gmail.com Subject: Re: [PATCH v4 0/4] update-ref: allow creation of multiple transactions References: Date: Wed, 25 Nov 2020 14:37:54 -0800 In-Reply-To: (Patrick Steinhardt's message of "Fri, 13 Nov 2020 09:12:26 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: DCC53D40-2F6E-11EB-9225-E43E2BB96649-77302942!pb-smtp20.pobox.com Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Patrick Steinhardt writes: > this is the fourth version of this patch series implementing support for > creation of multiple reference transactions in a single git-update-ref > process. It is my impression that the series is now in good enough shape that we didn't see much discussion on this round. So I'll mark this to be merged to 'next', but I ask reviewers to please holler to stop me otherwise. Thanks.