Newsgroups: php.doc,php.internals Path: news.php.net Xref: news.php.net php.doc:969387870 php.internals:113842 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 94491 invoked from network); 29 Mar 2021 01:33:37 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 29 Mar 2021 01:33:37 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id DCBCF1804B7 for ; Sun, 28 Mar 2021 18:30:29 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-lj1-f178.google.com (mail-lj1-f178.google.com [209.85.208.178]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Sun, 28 Mar 2021 18:30:29 -0700 (PDT) Received: by mail-lj1-f178.google.com with SMTP id 15so14157490ljj.0 for ; Sun, 28 Mar 2021 18:30:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lerdorf-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=umgjBHaSdjm7oRHLINWjjf0R9ff3Ad6eSbeNPIno3No=; b=NKboIeANub9m32guNfqQnPYySFAeT62ZyO6CN3qfr+7pU9RPiD6JOpyjXdueDXLu5u R7AR5redawlVTnS5P+n9ehGQXEnlnjgr0SMiLKDfVMELTHW79cjIDs4M93Cg8u6q6Asu GxvHWMdF8OwJlGIBirfD46iP69lfOTtLKMKpm7//kxy6qDvCEcv9fKzwmEVivNihu6Cx EHgwqCJCN5T8vS116t7MgA/ETV+tK6oOMp176uYjwyR+mqOrWt1KAk+hTEUJw0l1fhGe CbFV/y5LGQIVPUmBLXdavyfoBAGlC3OkiIcjr2jtQwMPqbpJbPGCmS7WYNUARwnavtI6 7r0g== 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=umgjBHaSdjm7oRHLINWjjf0R9ff3Ad6eSbeNPIno3No=; b=XWUKwIDKVs5157vwZvseHuRRUlUBk+G4ET6B4Fc7/9nGhIwvIiYUQ/ywXbJqjTPafu hgfWsQKNGay5xDjIgUuk5vdXpRjS2nLoT5YhJF4TE5jf8EjMVCc/wI/bQCpyvzdsHDq5 aI16vrbL8EGRpWzMyA+gpqu+X4GXO+rMfjvy2gdst0PMP64TcMs9PosQhVdUQrbChwhW eZh9oCOHyfTHC+yUVEOmHBzd06mavUkTABquDLuszP0AeXfYnWNIPi0JouWF4u/q/g/N AHXYysU9o4jcHjJD52Kavr/AOznCZngzZ3oUjuxt6kHQNBUBQOZWUdG0tq6V+G2hqSZr FSCA== X-Gm-Message-State: AOAM532zF30jUmbOUUqhxgEkG3yT8FMjSTQKYST4BS0WQZ0G1K7ZqlVG 8CfQmKaZJU3Lymc/6ScfLfGr1uo7Xu8uRxXMkbPy3g== X-Google-Smtp-Source: ABdhPJxvtT3+ZoMEkQ9wbyT3SfrfMCRMg67wFSDveuUjxa7uUwzk5dhcTtHVGZFpAFNI0+1+iV5xLe2IuNyzsFq5RI0= X-Received: by 2002:a2e:9b47:: with SMTP id o7mr16684273ljj.66.1616981427494; Sun, 28 Mar 2021 18:30:27 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Sun, 28 Mar 2021 18:30:16 -0700 Message-ID: To: Sara Golemon Cc: Nikita Popov , PHP Doc Mailing List , PHP internals , Paul Crovella Content-Type: multipart/alternative; boundary="00000000000098302c05bea2d37c" Subject: Re: [PHP-DEV] Changes to Git commit workflow From: rasmus@lerdorf.com (Rasmus Lerdorf) --00000000000098302c05bea2d37c Content-Type: text/plain; charset="UTF-8" On Sun, Mar 28, 2021 at 17:15 Sara Golemon wrote: > On Sun, Mar 28, 2021 at 6:57 PM Paul Crovella > wrote: > >> You might consider requiring commits be signed while you're at it. >> >> > I suggested this as well, and even if we don't require it, we should > STRONGLY encourage it. > > I've been signing my commits for several years now, it's not even that > hard. > I think for php-src commits we can require it. For doc and other repos we can make it optional for now until people are more comfortable with it. -Rasmus --00000000000098302c05bea2d37c--