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.7 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,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 D8BE11F55B for ; Sun, 10 May 2020 22:43:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729085AbgEJWmR (ORCPT ); Sun, 10 May 2020 18:42:17 -0400 Received: from mail-wm1-f67.google.com ([209.85.128.67]:35307 "EHLO mail-wm1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728763AbgEJWmR (ORCPT ); Sun, 10 May 2020 18:42:17 -0400 Received: by mail-wm1-f67.google.com with SMTP id n5so2190553wmd.0 for ; Sun, 10 May 2020 15:42:15 -0700 (PDT) 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=6/ez+vbaLGXM1f2QTiSurfFszJgauUBRrR9x3qaPdG4=; b=E7AwRtntjI00FqhqoLLI9OF0s3DoIuucAC849i7GM5lr45TctHotQFkrGS1MbWpXgA KwhbNYaVEam7j09VgBAtDYw6DHhigmwZL+K8Ogk2P3ItrGby3bq19iATKOec7zcErZr/ pZNYG2qVGg5tu7TTWcUv8XMzd3MJNCOKAnZQBxdq2rosMYz9Fiy+SA4i0Udwu+UEfvAu w04l3tz+ApSbJK+qlWPnfDdkI96XoN5j/h7sCgEej3wRTzMJ9caVYcDLSpOLIlDTj47d RJuUsTx7rHo7xD8uwYH5ZFI4IpOOCdsi/SlepH5gyIJ0J8xmpAKGe1xnJvjdnKXzTMWw TMnQ== X-Gm-Message-State: AGi0PubnPZ3g2k0BpDolcVKKfPxwSwSBSrCGcG51VUONIUOppHZHuVmn oHxZzGLxLONQxc9iUtSFyW34xVBXtzDvXRBoyURwSQ== X-Google-Smtp-Source: APiQypLtP0YKZlDxBAR53qCohF1D6uFRHakFa1W+I/QToy8V/V9WGoTFejZz6MWS5g1nGyNU/Cbs93DGtaUyTjWgZR0= X-Received: by 2002:a1c:df46:: with SMTP id w67mr20043960wmg.130.1589150532490; Sun, 10 May 2020 15:42:12 -0700 (PDT) MIME-Version: 1.0 References: <20200510164424.GA11784@konoha> In-Reply-To: From: Eric Sunshine Date: Sun, 10 May 2020 18:42:01 -0400 Message-ID: Subject: Re: [PATCH] submodule--helper.c: add only-active to foreach To: Guillaume Galeazzi Cc: Shourya Shukla , Johannes Schindelin via GitGitGadget , Git 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 On Sun, May 10, 2020 at 5:53 PM Guillaume Galeazzi wrote: > > Yes, maybe renaming the flag to `--is-active` would make it a tad bit > > simpler? > is-active sound more like a question to me but I can change it. I'm not a submodule user nor have I been following this discussion, but perhaps the name --active-only would be better?