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.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out1.migadu.com (out1.migadu.com [IPv6:2001:41d0:2:863f::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 2908A1F9FE for ; Thu, 4 Mar 2021 02:39:42 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1614825578; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=HYkUfrE6DDno+1v8CbxuRzLxLOlmkR2lSJKO9+wivDg=; b=Hmb4XPRZtOvgAwQdPWjS9DXPi4HrUDbq6MAZLkzKEHThGmJG2YBZWbDDnCSjeBfYy04LTJ 0Ej1jAt3tSh0ldb29eRmxeTP5Y1bigjeNp7Mpvm83P3zvEumuqed3nQ1drBKhkd7gHDj2b 8uSd7YlXNvIU3uv9lulf2DtFOs9A6P5zMqHT7935SQd4pJ2KiDG3hFUTwLJHfeJ4jptJdY 1Ap06Vl+XSGFRn56NH1LbnruQKPhjdxC9rxzZT+MjicKL7nklCXUTNUq11OkFAQW3WSvrp D1EX6IVSt8zy18VuzE3BXarQ/JpF6UkCMOu65gb6EQrvdYYuL1wWW3KPZFQQ2w== From: Kyle Meyer To: Eric Wong Cc: meta@public-inbox.org Subject: Re: RFH: --import-augment naming [was: lei q: import flags when clobbering/augmenting] In-Reply-To: <20210303222930.GA18597@dcvr> References: <20210303134857.7227-1-e@80x24.org> <20210303134857.7227-5-e@80x24.org> <20210303222930.GA18597@dcvr> Date: Wed, 03 Mar 2021 21:39:32 -0500 Message-ID: <87pn0fd4m3.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com List-Id: Eric Wong writes: > --import-augment is the wrong name for this option, > since the import happens even when --augment isn't specified. > > How about "--import-before" ? I don't have a good understanding of the internals, but fwiw that sounds fine to me. Given your description of "[stash] keyword changes" and "import flags", --stash-keywords or --import-keywords came to mind, but perhaps those aren't quite accurate.