Newsgroups: php.doc,php.internals Path: news.php.net Xref: news.php.net php.doc:969387881 php.internals:113915 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 73726 invoked from network); 1 Apr 2021 15:49:12 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 1 Apr 2021 15:49:12 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 65BF11804F6; Thu, 1 Apr 2021 08:47:00 -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.4 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, 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-yb1-f181.google.com (mail-yb1-f181.google.com [209.85.219.181]) (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; Thu, 1 Apr 2021 08:46:59 -0700 (PDT) Received: by mail-yb1-f181.google.com with SMTP id a143so2241464ybg.7; Thu, 01 Apr 2021 08:46:59 -0700 (PDT) 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:reply-to :from:date:message-id:subject:to:cc; bh=tA3qm9xT3HUwpJ3NsGa8HimQdy5vYPTp6R4RLcApF4E=; b=NcV54XYv2LL5lVHGxNzDqfRqNkQxNXUtbW17oH4JM8SquP71gO1XxxWJRFcY0Stk1d PbtcvM5xq1/NyhjXRIDO9TIeXtPETbAq4/kNvGoZrW7MfuC/PANotccpLNU4mvyIUhSM 72VLAQymwUAZrnot5/EFGv8KkS6xoSkKS0sYUBRK3HyIH9phGwVM6U9+NwXWl6X9pAoX xFP0uuxp3gYL/isz/4kHOF+933Mb2ndF7FbR0oddti4q/bKv49CUzMNvbd4EkD0+CxBM FtVWJj5kWxd6VsrH6s1rQGleuakc6ScxH9tD/z6RnoB/XXb+mRSbIcxdTp7K06vTWQka biPA== X-Gm-Message-State: AOAM533aPVHH5iO3aKdKnUmTV2HMTIY7IHF7M7Ku8uTLwzU5qV7W5clT ouBUVsMXOgxI/Twp5apZ2zQQdpI16xiFIq5MtnE= X-Google-Smtp-Source: ABdhPJxIdwwx0eXChJ+2gxBxEIHGYY0qnRXOOTnPwjdnFmnP31QtXzDNGkBf9YESYqoN18zdCVSZOXYGmPc1lsvDeuM= X-Received: by 2002:a25:b906:: with SMTP id x6mr12038546ybj.504.1617292019201; Thu, 01 Apr 2021 08:46:59 -0700 (PDT) MIME-Version: 1.0 References: <345510f0-ea50-8987-381d-fd6ead75080d@gmx.de> In-Reply-To: <345510f0-ea50-8987-381d-fd6ead75080d@gmx.de> Reply-To: bishop@php.net Date: Thu, 1 Apr 2021 11:46:23 -0400 Message-ID: To: "Christoph M. Becker" Cc: Sara Golemon , Kalle Sommer Nielsen , Paul Crovella , Nikita Popov , PHP internals , PHP Doc Mailing List Content-Type: multipart/alternative; boundary="0000000000004d78fa05beeb248f" Subject: Re: [PHP-DEV] Changes to Git commit workflow From: bishop@php.net (Bishop Bettini) --0000000000004d78fa05beeb248f Content-Type: text/plain; charset="UTF-8" On Thu, Apr 1, 2021 at 11:32 AM Christoph M. Becker wrote: > On 01.04.2021 at 17:09, Kalle Sommer Nielsen wrote: > > > Den tor. 1. apr. 2021 kl. 07.55 skrev Bishop Bettini : > > > >> I've documented why we need signing, and how to set it up: > >> > >> https://wiki.php.net/vcs/commit-signing > >> > >> Feedback welcomed! > > > > Great guide, > > Yes, thanks for that, Bishop! > > > any chance to add some Windows information here? > > For step 1 - 3, that would basically be to download and install > and to execute Kleopatra; the GUI should be > pretty much self explaining. > > Step 4 (copying to clipboard) might not be supported, but the default > export should work fine (could copy to clipboard from the exported file > then). Make sure that you don't export the private key here. > > Steps 5 - 7 should be identical. > > Note that Kleopatra must be running, whenever you want to sign a commit. > Thanks Christoph! Excellent information. I will try this locally and update the guide. --0000000000004d78fa05beeb248f--