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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 320A6C7EE2E for ; Fri, 9 Jun 2023 18:49:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231233AbjFIStV (ORCPT ); Fri, 9 Jun 2023 14:49:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56610 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229581AbjFIStU (ORCPT ); Fri, 9 Jun 2023 14:49:20 -0400 Received: from bedivere.hansenpartnership.com (bedivere.hansenpartnership.com [IPv6:2607:fcd0:100:8a00::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9ED2635B3; Fri, 9 Jun 2023 11:49:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=hansenpartnership.com; s=20151216; t=1686336558; bh=Xp6bMGMnNCcrLEkL1VEMdonV4sFL+HWmR5ndn8Gwgf0=; h=Message-ID:Subject:From:To:Date:In-Reply-To:References:From; b=DqOt/DYHY2CIKZeGTpKSXYjgyaJtL3GcWX9LMZqcrgzZDpYhmrq/Qg1cHdanDG/hW N3hFL/rIO/7/dOHVxY7ob8CNqlWu4CZHb1DEtw/7BAkODoTkkLvFHynT892Eiv5Chj MVp8BWh7DIZVU7CYSPRHcM8SWJs1TttaMt5aqrY0= Received: from localhost (localhost [127.0.0.1]) by bedivere.hansenpartnership.com (Postfix) with ESMTP id 3FD201286FB8; Fri, 9 Jun 2023 14:49:18 -0400 (EDT) Received: from bedivere.hansenpartnership.com ([127.0.0.1]) by localhost (bedivere.hansenpartnership.com [127.0.0.1]) (amavis, port 10024) with ESMTP id Teq1qmSxX_CX; Fri, 9 Jun 2023 14:49:18 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=hansenpartnership.com; s=20151216; t=1686336557; bh=Xp6bMGMnNCcrLEkL1VEMdonV4sFL+HWmR5ndn8Gwgf0=; h=Message-ID:Subject:From:To:Date:In-Reply-To:References:From; b=YphKuLPteXLAwJ3pIvOWK5e+ruAVvE0Eq/w12VUQOFm8ilVBhOjgukE+9xFGsVLFB SNL1+i4Wdeb2cuZEhKCAWhdBKfBbNhPFs8xTPvQ8Yb+O3U982QyCZnKCuLD3PmMcXs xt+3Qaejkc45D+DBJY0rtNr8I8UmhRWu7oW3nSdQ= Received: from lingrow.int.hansenpartnership.com (unknown [IPv6:2601:5c4:4302:c21::c14]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (2048 bits)) (Client did not present a certificate) by bedivere.hansenpartnership.com (Postfix) with ESMTPSA id 0F93E1285FC0; Fri, 9 Jun 2023 14:49:16 -0400 (EDT) Message-ID: Subject: Re: [RFC PATCH 00/80] Rust PuzzleFS filesystem driver From: James Bottomley To: Miguel Ojeda , "Ariel Miculas (amiculas)" Cc: Trilok Soni , Colin Walters , Christian Brauner , "linux-fsdevel@vger.kernel.org" , "rust-for-linux@vger.kernel.org" , "linux-mm@kvack.org" Date: Fri, 09 Jun 2023 14:49:12 -0400 In-Reply-To: References: <20230609063118.24852-1-amiculas@cisco.com> <20230609-feldversuch-fixieren-fa141a2d9694@brauner> <20230609-nachrangig-handwagen-375405d3b9f1@brauner> <6b90520e-c46b-4e0d-a1c5-fcbda42f8f87@betaapp.fastmail.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.4 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: rust-for-linux@vger.kernel.org On Fri, 2023-06-09 at 19:41 +0200, Miguel Ojeda wrote: > On Fri, Jun 9, 2023 at 7:25 PM Ariel Miculas (amiculas) > wrote: > > > > I could switch to my personal gmail, but last time Miguel Ojeda > > asked me to use my cisco email when I send commits signed off by > > amiculas@cisco.com. If this is not a hard requirement, then I could > > switch. > > For patches, yeah, that is ideal, so that it matches the Git author / > `From:`. > > But for the other emails, you could use your personal address, if > that makes things easier. It's still not a requirement, though. You can send from your gmail account and still have From: Ariel Miculas As the first line (separated from the commit message by a blank line), which git am (or b4) will pick up as the author email. This behaviour is specifically for people who want the author to be their corporate email address, but have failed to persuade corporate IT to make it possible. Regards, James