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: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id 73B771F45E for ; Tue, 11 Feb 2020 00:30:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727594AbgBKAaf (ORCPT ); Mon, 10 Feb 2020 19:30:35 -0500 Received: from mail-ua1-f67.google.com ([209.85.222.67]:34499 "EHLO mail-ua1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727587AbgBKAae (ORCPT ); Mon, 10 Feb 2020 19:30:34 -0500 Received: by mail-ua1-f67.google.com with SMTP id 1so3307934uao.1 for ; Mon, 10 Feb 2020 16:30:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=A0VYRFVqV4gSaAOak0/8QmWISN2K/JKHt6lKehV7D3Q=; b=eIKuXSHO1wsyd8jJtVmoVGXaQkb8J6pHTYfnK4O6hKYiV19qOMKS/PCKwvAwerexQR W9JJ9kySVjYKiQ5Fp/mE5PjmjPP1a5KZZ6jFdPYm7nytlfEkqPwWkQm122LAhUvTEdR0 P+vfntN8kQUenzjLKzEYQLZRcNZrLuRfkCZ8EEtW61uA0qGsx7nUwTu9RKXSR7kC02Ja 9to8AdOh4R5GAauXnA7erNOaQBUNB0EiWxx9fBd84DxXnZZKnBX7sAmAK63RbpeuE3Ii jD9XuSn8YpsBxl+pfsc3972AEoLGJYBCAFpIUO4CH/XbFDCIPJq5y2lBQv1BBn16HOM2 xMvA== 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; bh=A0VYRFVqV4gSaAOak0/8QmWISN2K/JKHt6lKehV7D3Q=; b=ObS7jR+A3sebGaVVIS4X9nccm5pVYUU1BTk99Mq3gvBbkapoFYN4yxH0wT7mbVgowI 5lB9nqtdJelmf3n+wjSYZdpgYW+uWlqR8GdRGW3JnOnNlOks3oDpVHX7MZWW1H+2rCU8 CBDBOkeajFE6BdJngRrbqnQ8lfnhdwgbZ4RjELSr2t02bZmaiMtLErAFl4D7Rz1LgOGi LLQf4o4jUzk9sdKCo3uwqwYMBxjlUoLfQwCONojvmtzpfZ5eFxNxGr5/8u7dSIG0Df9C whWVrzSWLoTUgsKNTmJv6/XJzFoW9Zs6PkHxk4cYx4itQi/0qayHqdjVONBUe8zMLmRa +oAg== X-Gm-Message-State: APjAAAXIFr4T/fLL3duHp/58OmOrUyBVg9pU9GhTdQ+glokPxC3B+EtP JQ1tcOPIBiy/jyHUO6t0GJM/yeteuX9zGlygMMI= X-Google-Smtp-Source: APXvYqxuPMf6JCagJvJJWaGTSvfhrG7JOMmXqYc1xUNttTijJqSSiaEc7tRKzMLeY1hoa5sRc3mXLePUKM+DWbzboxk= X-Received: by 2002:ab0:6341:: with SMTP id f1mr316583uap.74.1581381033917; Mon, 10 Feb 2020 16:30:33 -0800 (PST) MIME-Version: 1.0 References: <14b0f278196ab9ab130402c2ef79adb0543655ef.1581294660.git.gitgitgadget@gmail.com> In-Reply-To: From: Matt Rogers Date: Mon, 10 Feb 2020 19:30:22 -0500 Message-ID: Subject: Re: [PATCH v7 04/10] config: make scope_name non-static and rename it To: Junio C Hamano Cc: Matthew Rogers via GitGitGadget , Git Mailing List Content-Type: text/plain; charset="UTF-8" Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org > > How are you reviewing the patches in your own series before sending > them out? This round is better than the previous rounds where we > didn't have a matching change to the tests so "make test" may not > have passed in the middle of the series, though... > I went through each patch individually using rebase -i and built/tested it. Although just to save time I only did t1300 and t1308 since I believe those were the only ones that should be affected. I can write a script that would run the whole test suite overnight for me and make sure the series shakes out okay, if you'd like.