From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E0350C433B4 for ; Wed, 28 Apr 2021 00:24:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B2BA761408 for ; Wed, 28 Apr 2021 00:24:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237984AbhD1AY4 (ORCPT ); Tue, 27 Apr 2021 20:24:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45472 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235904AbhD1AYz (ORCPT ); Tue, 27 Apr 2021 20:24:55 -0400 Received: from mav.lukeshu.com (mav.lukeshu.com [IPv6:2001:19f0:5c00:8069:5400:ff:fe26:6a86]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CE493C061574 for ; Tue, 27 Apr 2021 17:24:10 -0700 (PDT) Received: from lukeshu-dw-thinkpad (unknown [IPv6:2601:281:8200:26:4e34:88ff:fe48:5521]) by mav.lukeshu.com (Postfix) with ESMTPSA id 5D86B80590; Tue, 27 Apr 2021 20:24:04 -0400 (EDT) Date: Tue, 27 Apr 2021 18:24:03 -0600 Message-ID: <87im479rz0.wl-lukeshu@lukeshu.com> From: Luke Shumaker To: Jakub Suder Cc: Luke Shumaker , git , Avery Pennarun , Charles Bailey , Danny Lin , "David A . Greene" , David Aguilar , James Denholm , Jeff King , Jonathan Nieder , Junio C Hamano , =?UTF-8?B?Tmd1?= =?UTF-8?B?eeG7hW4g?= =?ISO-8859-1?Q?Th=E1i_?= =?UTF-8?B?Tmfhu41j?= Duy , Roger L Strain , Techlive Zheng , Eric Sunshine , =?ISO-8859-1?Q?=C6var_Arnfj=F6r=F0?= Bjarmason , Luke Shumaker Subject: Re: [PATCH v3 30/30] subtree: be stricter about validating flags In-Reply-To: References: <20210426174525.3937858-1-lukeshu@lukeshu.com> <20210427211748.2607474-1-lukeshu@lukeshu.com> <20210427211748.2607474-31-lukeshu@lukeshu.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.2 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=ISO-2022-JP Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Tue, 27 Apr 2021 15:38:01 -0600, Jakub Suder wrote: > Sorry for the contributing to the problem, but whom do I have to > bribe to finally stop getting these emails that started filling my > inbox last week?… I have a vague memory that I might have done > something with git-subtree once a long time ago, but I'm not > generally a contributor to git and I don't know what I'm doing here > or how to get out… > > JS My apologies. I'll stop CC'ing you on my emails and further revisions of the patcheset. You may yet get a few straggling emails as others reply-all to emails that have already been sent (unless they manually remove you from the CC list). As explanation (but not excuse): The usual etiquette is to CC recent or substantial contributors to the code area, and because subtree hasn't been touched in a while, I reached back further in to the history than usual when creating the CC list. Again, I'm sorry for bothering you. -- Happy hacking, ~ Luke Shumaker