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-ASN: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, 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 171451F8C6 for ; Thu, 2 Sep 2021 09:19:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245204AbhIBJUM (ORCPT ); Thu, 2 Sep 2021 05:20:12 -0400 Received: from cloud.peff.net ([104.130.231.41]:37262 "EHLO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245121AbhIBJUF (ORCPT ); Thu, 2 Sep 2021 05:20:05 -0400 Received: (qmail 21826 invoked by uid 109); 2 Sep 2021 09:18:51 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with ESMTP; Thu, 02 Sep 2021 09:18:51 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 22861 invoked by uid 111); 2 Sep 2021 09:18:53 -0000 Received: from coredump.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.2) by peff.net (qpsmtpd/0.94) with (TLS_AES_256_GCM_SHA384 encrypted) ESMTPS; Thu, 02 Sep 2021 05:18:53 -0400 Authentication-Results: peff.net; auth=none Date: Thu, 2 Sep 2021 05:18:51 -0400 From: Jeff King To: Jacob Vosmaer Cc: gitster@pobox.com, me@ttaylorr.com, git@vger.kernel.org, ps@pks.im Subject: Re: [PATCH v4 0/2] send_ref buffering Message-ID: References: <20210901125442.34446-1-jacob@gitlab.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210901125442.34446-1-jacob@gitlab.com> Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Wed, Sep 01, 2021 at 02:54:40PM +0200, Jacob Vosmaer wrote: > Changes: > - pkt-line.h comment > - fwrite argument order > > Jacob Vosmaer (2): > pkt-line: add stdio packet write functions > upload-pack: use stdio in send_ref callbacks Thanks, this version looks good to me. -Peff