From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-3.2 required=3.0 tests=AWL,BAYES_00,BODY_8BITS, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 613121F9F4 for ; Fri, 19 Nov 2021 19:25:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232926AbhKST2U (ORCPT ); Fri, 19 Nov 2021 14:28:20 -0500 Received: from pb-smtp20.pobox.com ([173.228.157.52]:60879 "EHLO pb-smtp20.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229977AbhKST2U (ORCPT ); Fri, 19 Nov 2021 14:28:20 -0500 Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 2547B16F280; Fri, 19 Nov 2021 14:25:18 -0500 (EST) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; s=sasl; bh=BTjJT+aJXP6F sbjY0rX3mFMge3+5oryS6iY52KkIsSY=; b=qQ9c4mGWq7aUqzGqA306qPUs2WW/ cLhRsFwKLCg2ZvhvXT09DLIxb4aVANXB/Mtwk5iJms5IjQpd2eAVdSYrlYbG4tSR NOQXIbLLD5nw+FC+nmobD5p/BK47Xa6K4FFj+LCxSUukJ5BAto9xBxRZB6Qmmiue CC4NravDz4BBdGA= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 1DB7C16F27F; Fri, 19 Nov 2021 14:25:18 -0500 (EST) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [104.133.2.91]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id 7627516F279; Fri, 19 Nov 2021 14:25:15 -0500 (EST) (envelope-from junio@pobox.com) From: Junio C Hamano To: Aleen =?utf-8?B?5b6Q5rKb5paH?= Cc: "Johannes Schindelin" , git@vger.kernel.org, =?utf-8?Q?Ren=C3=A9?= Scharfe , "Phillip Wood" , Aleen Subject: Re: [PATCH v6 0/3] am: support --empty=(die|drop|keep) option to handle empty patches References: <2ebb863f.246.17d37140518.Coremail.pwxu@coremail.cn> <6c267a9e.471.17d39318b2b.Coremail.pwxu@coremail.cn> Date: Fri, 19 Nov 2021 11:25:14 -0800 In-Reply-To: <6c267a9e.471.17d39318b2b.Coremail.pwxu@coremail.cn> ("Aleen =?utf-8?B?5b6Q5rKbCeaWhyIncw==?= message of "Sat, 20 Nov 2021 01:14:47 +0800 (CST)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Pobox-Relay-ID: 6C5E5CA6-496E-11EC-901B-F327CE9DA9D6-77302942!pb-smtp20.pobox.com Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Aleen =E5=BE=90=E6=B2=9B=E6=96=87 writes: >> Can somebody from GGG land help this user? I _think_ the easiest >> workaround (other than not using GGG and sending e-mail in the old >> fashioned way) is to commit and sign-off under the real name, and >> push under whatever GitHub username to throw a GGG pull request, >> which GGG should be able to take, as I have seen users forward other >> authors commits just fine. > > When it comes to GGG, I just want to know whether this is the only > way to contribute to Git? I think we can directly use GitHub to > run the reviewing procedure, rather than sending emails in this old > fashioned way, since that Git code has been maintained in GitHub. No, we do not develop or maintain at GitHub at all. The repository at GitHub is one of the several publishing point and development is done here.