From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: emacs for pure Gtk3 Date: Tue, 17 Nov 2020 17:24:24 +0200 Message-ID: <83sg98qa53.fsf@gnu.org> References: <20200426.165604.2054625945129238824.masm@luna.pink.masm11.me> <834kt673cy.fsf@gnu.org> <20201117.235000.1193207765247665462.masm@luna.pink.masm11.me> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30540"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Yuuki Harano Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Nov 17 16:25:02 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kf2qr-0007fr-7Q for ged-emacs-devel@m.gmane-mx.org; Tue, 17 Nov 2020 16:25:01 +0100 Original-Received: from localhost ([::1]:40016 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kf2qq-0008Pe-9V for ged-emacs-devel@m.gmane-mx.org; Tue, 17 Nov 2020 10:25:00 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50510) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kf2qM-0007yk-Qt for emacs-devel@gnu.org; Tue, 17 Nov 2020 10:24:30 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55917) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kf2qL-0001nK-05; Tue, 17 Nov 2020 10:24:29 -0500 Original-Received: from [176.228.60.248] (port=4000 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kf2qK-0000F7-F3; Tue, 17 Nov 2020 10:24:28 -0500 In-Reply-To: <20201117.235000.1193207765247665462.masm@luna.pink.masm11.me> (message from Yuuki Harano on Tue, 17 Nov 2020 23:50:00 +0900 (JST)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:259291 Archived-At: > Date: Tue, 17 Nov 2020 23:50:00 +0900 (JST) > Cc: emacs-devel@gnu.org > From: Yuuki Harano > > I and Jeff have done the copyright assignment. Are you two the only authors of the changes? > I want to push his one to fsf's repository. How to do it? > Can I get an account of the repository here?: > https://savannah.gnu.org/account/register.php Register a user account there, and then request to become a member of the Emacs project. When you are approved for the membership, it will give you write access to the Emacs Git repository. Then please push this as a separate branch under origin/feature/. Thanks.