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: Git snafu Date: Tue, 25 Apr 2023 16:04:26 +0300 Message-ID: <83y1mgun8l.fsf@gnu.org> References: <87a5ywcf1g.fsf.ref@yahoo.com> <87a5ywcf1g.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5619"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Apr 25 15:04:45 2023 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 1prILa-00015M-O7 for ged-emacs-devel@m.gmane-mx.org; Tue, 25 Apr 2023 15:04:42 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1prIKw-0002th-1O; Tue, 25 Apr 2023 09:04:02 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1prIKu-0002tX-TS for emacs-devel@gnu.org; Tue, 25 Apr 2023 09:04:01 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1prIKu-0004Xv-4z; Tue, 25 Apr 2023 09:04:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=ZeHkMe7oJhIWjonQkQKx00RVFEWUt30COmiwoBSdt7k=; b=YAKKKwQguiWp iDiFY8sKZtgg14vuV9oh8dgRrFWFhVt8Jq/CofW8CaxSQDMx4lYW5jMPrH8F5IsEFqYEgGkAHiiOD zQW0E148of/VVzp2K4rgaDCrOtxmu7ScbUEYSyoVdkzttrSa9OrhB1BkpMu6Z5pjh5PcuWda6HKUy MJg0BjI9zM73tSm/KaiU5EAMqNoXdaQrxyiTXU0wUcks56cECCwoPL2G6X3wpO1TDE0a98DGbQDuv DMHeafVdrR2mx1Rk5s/E02lPNIRl5zYWXuvhbRqzkoi9Bumnd9m/zXQPuItH93xlzGnUPSVn0k9Bp CguSL0Z+6DsPAc1H6pS7wg==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1prIKt-0001P8-7E; Tue, 25 Apr 2023 09:03:59 -0400 In-Reply-To: <87a5ywcf1g.fsf@yahoo.com> (message from Po Lu on Tue, 25 Apr 2023 20:38:51 +0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:305651 Archived-At: > From: Po Lu > Date: Tue, 25 Apr 2023 20:38:51 +0800 > > When trying to commit from a brand new machine installed at my > organization, I made a mistake. I configured the git username and > e-mail as root, and not as my user. > > So now there is a commit from the default Git username on emacs.git. Is > there a way to rectify this mistake? > > I'm terribly sorry for this trouble. If it's on a feature branch, you could fix the problem locally, and then publish a new branch without the mistake, I guess.