Newsgroups: php.doc,php.internals Path: news.php.net Xref: news.php.net php.doc:969387871 php.internals:113843 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 99577 invoked from network); 29 Mar 2021 02:33:35 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 29 Mar 2021 02:33:35 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 767731804D8; Sun, 28 Mar 2021 19:30:26 -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.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM,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-io1-f43.google.com (mail-io1-f43.google.com [209.85.166.43]) (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; Sun, 28 Mar 2021 19:30:26 -0700 (PDT) Received: by mail-io1-f43.google.com with SMTP id b10so11281328iot.4; Sun, 28 Mar 2021 19:30:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=UM2p244eINbK0uVeAEgnyUK6o2WWV63AH5CzJFdrm2Q=; b=TvQSWPBYt8Wgi4KaOGadfOZJUm0UdyGX2dEw3TOEIl35AgYncRSgyFBc+199QzYd3L 39zIiIe6kjJLyjQtAiVE9FrAazP59DVY+7N1RXmdb1QszNUfokTBNhWFWGVQo8Bac8XI THUBXkDTstsOu3ZyhPix1HvmYQhTgveYYpwXsdqh0fQWlsg5UNKoK+9ql8U7nnxWx8jY d1qvfJsBjzTTO2O7XZVX65SBJrPDt0bbjCNF3pAlAv1GcKxi1exAqBD7xg5nm851PEht Nrj5jnmI41dWP+bAC5UHcdnJuDEU/czdo90mudopLuuAGF8DLa3s0+CgYjxalRgcKvzb cjyg== 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=UM2p244eINbK0uVeAEgnyUK6o2WWV63AH5CzJFdrm2Q=; b=PFP+6vkzQa7k5r6wDAU8pyTamb1nzEq3ZwVtiLtoBRhHXfsCmEbz+/dwJTEiWRU70f cvFDuaESgJ6AwnEY/wrc/0k0w0ualCqnaev2arPbPMD6dTMHvgu1u6N6wIIuIPjW2Qc7 p/nGAFsoyc0v7LCjFDwftLOVvBq9mXS+Jg/Gfz5i4X4dMJCDK51UVCi9JIIWlzP7HDkr U2J6UZDkss2KvRapxX4LBqlCGyL4xehSRRZLBzoIK84swSOP7uLaqtNgNvSnkOSc89lz oiGOFBizR45hA41ZIV6ZIQuifNpmtwogiWSMZyUnXd/ci+l5g9xUVIoGuHomzef2KcJW hojg== X-Gm-Message-State: AOAM530OyMH84AmZgrfCC2OXFShpVmFtqewEthCL7L9RzepnpNsl25He iU6029uLemv5APybr2eld5teqQ6aZB2dbeksAp8= X-Google-Smtp-Source: ABdhPJz8S6OJM4jBp9h28DM+NcS0CvvUo8F83e4cIdt2E0Y+pJpQxDyoIjj7HPAURKE2+jAZQlNfPRAjDuqUbcUFNoE= X-Received: by 2002:a6b:ea04:: with SMTP id m4mr18285861ioc.160.1616985025340; Sun, 28 Mar 2021 19:30:25 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 29 Mar 2021 04:30:13 +0200 Message-ID: To: Rasmus Lerdorf Cc: Sara Golemon , Nikita Popov , PHP Doc Mailing List , PHP internals , Paul Crovella Content-Type: multipart/alternative; boundary="0000000000000ae61605bea3aaaf" Subject: Re: [PHP-DEV] Changes to Git commit workflow From: carusogabriel34@gmail.com (Gabriel Caruso) --0000000000000ae61605bea3aaaf Content-Type: text/plain; charset="UTF-8" On Mon, 29 Mar 2021, 03:30 Rasmus Lerdorf, wrote: > 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 > > We can require Signed Commits for the main active branches on GitHub: > https://docs.github.com/en/github/administering-a-repository/about-protected-branches#require-signed-commits We can create rules that requires that for all active maintained version of PHP. We can set that per repo, or in a organization level. - Gabriel Caruso --0000000000000ae61605bea3aaaf--