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=-11.8 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_MED, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS, USER_IN_DEF_DKIM_WL 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 9F9831F5AE for ; Thu, 20 May 2021 09:04:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231364AbhETJFy (ORCPT ); Thu, 20 May 2021 05:05:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39208 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230458AbhETJFx (ORCPT ); Thu, 20 May 2021 05:05:53 -0400 Received: from mail-ua1-x92c.google.com (mail-ua1-x92c.google.com [IPv6:2607:f8b0:4864:20::92c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BEC34C061574 for ; Thu, 20 May 2021 02:04:32 -0700 (PDT) Received: by mail-ua1-x92c.google.com with SMTP id f20so1316628uax.6 for ; Thu, 20 May 2021 02:04:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=50VTS6e82JcDIgKD15G/REZL4hGDjzTYeoxHFRLxM+o=; b=bH4QSx04+9EzvDZF0pKJ509ahK9EnYWT69DfStRkM60AHK7hPxvo5UMbt4fCYRXWwj AZgWRLZDR8FjipQF6k78ullQqm3Pm0rkvq2mz4bOHALnXKcrdZ5x8A7YHrw93xKZL5s6 Fvvj9N7zLrBqqqsIZpsO9qxTXLAvrieXLOREeKEe4miy+QIIH7MAe0gm3cgzZJ1ABZl5 6G+uXlgRWQs9PkjxioqUyyJp9XLznsWVstg3iQUH5OS9SOg2NMNESJt+ZmOP6mw9xNzs XzKDN2tOCDCErw1xgK/uUeVU51Dp3uxOnhNJDXvHoW5fHd5ROMSNc9YtJlDgbllY+pHY mNpg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=50VTS6e82JcDIgKD15G/REZL4hGDjzTYeoxHFRLxM+o=; b=EsBcLCul2jIKTquQctiVNwESSB2wXSqpev71WZBbU95jKTt8Z6MMQ57/Gg90901w2Z hsy4SKL2k6I+9UZRnh+Y6TNLvXK/JY4/Bai8gJqq5O6eN9YedUPA3al/cM0xsnVjca0L 7KukUl0NC5kxAbbdIkiljQ5X1AaYWLFiZh0Zp0cHYTbQk0Y9/lUYVTJMklzicJI2KLEe 8ouWkvx/n3J6yYUxV+yLyshUNxzi/tgcZZXRNfz4nEq3nR8LbWXUKqbuE72AjKr39r7W tpvtpgY1U1AUz8Ttrur6FSIEJScEpTTXPLTkBLr1zSKlrTiZrUmfCzOhEIYZRqEcpRv2 dqXQ== X-Gm-Message-State: AOAM530MzbCBDWeFii8+XQGIfNLRPe0UH7Oh01Nc9Q4jQkr2VDCUuh6R z3o2++vy2ZYF5RfdHr6scFpgraq8tfie4vdzu2qTEQ== X-Google-Smtp-Source: ABdhPJxC0dAvqOhcSdG4DW6hYKv4I32tLzHbHhzEpINEnYjXU5wV0y0m4cvYoZRunuDNvUc3KiKPEpNITFfx8IHisoo= X-Received: by 2002:ab0:35c9:: with SMTP id x9mr3314584uat.80.1621501471740; Thu, 20 May 2021 02:04:31 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Han-Wen Nienhuys Date: Thu, 20 May 2021 11:04:20 +0200 Message-ID: Subject: Re: [PATCH v2] refs: make explicit that ref_iterator_peel returns boolean To: Junio C Hamano Cc: Han-Wen Nienhuys via GitGitGadget , git , Han-Wen Nienhuys Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Thu, May 20, 2021 at 12:58 AM Junio C Hamano wrote: > > Use -1 as error return value throughout. > > So this corresponds to the bottommost step in the series that is > queued as hn/reftable, with the difference at the end of this > message. > > Do you want me to replace that single step with this version and > rebuild the remainder of the topic on top? Yes. I'm hoping this can graduate soon, so the hn/reftable topic becomes smaller (I don't know what that means for your organization of the seen branch). --=20 Han-Wen Nienhuys - Google Munich I work 80%. Don't expect answers from me on Fridays. -- Google Germany GmbH, Erika-Mann-Strasse 33, 80636 Munich Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Gesch=C3=A4ftsf=C3=BChrer: Paul Manicle, Halimah DeLaine Prado