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: Move shorthands.el to lisp/emacs-lisp/? Date: Fri, 29 Oct 2021 13:10:04 +0300 Message-ID: <83tuh0qgzn.fsf@gnu.org> References: <87cznths5j.fsf@gnus.org> <87ee87cwju.fsf@gnus.org> <83sfwmwubd.fsf@gnu.org> <875ytid54b.fsf@gnus.org> <87cznq8oib.fsf@gnus.org> <871r444z59.fsf@gnus.org> <83cznos8gc.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20793"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, emacs-devel@gnu.org, joaotavora@gmail.com, stefankangas@gmail.com To: Yuri Khan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Oct 29 12:38:04 2021 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 1mgPGu-0005Ac-3s for ged-emacs-devel@m.gmane-mx.org; Fri, 29 Oct 2021 12:38:04 +0200 Original-Received: from localhost ([::1]:40620 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mgPGs-0006ZQ-Sa for ged-emacs-devel@m.gmane-mx.org; Fri, 29 Oct 2021 06:38:02 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47326) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgOq7-0001ES-SW for emacs-devel@gnu.org; Fri, 29 Oct 2021 06:10:23 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:42502) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgOq7-0007Hp-DZ; Fri, 29 Oct 2021 06:10:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=ueJJPsMBHSvMZpfJBhcQo24SVispSpZdPYlBycfxN/Q=; b=UevrL4kbXcUnZ83KwfTB 4rnZLcStLfis7+etNKyHWWXy6DqLlQZ+fRvcXYI+RlsqKV6ePkFSTGNwjcjYEgphOe6Ggx08jqjcX BoLGRM6L2PqQx6oLtekCy1lUfMLTH2l4x93hjewzBElOhsZbXqb9IF6zKrZ8Ayxc8smvBV8zGoqr4 w5ofGGCWvkV8xmXHnQ9wj+qNSul+XP4cuR/1rlqUvBbrd0ExYF6YlZkxkB3P7WofT83QOc5Vg6Itg FqxPSOzc1hFk82rPrH4H5OR7RJ3fqN9M2XGjnRCIcg1dFs9UAB4v44MbKBDCGvIhBeQ2rWnFaV9SX wdwKaDnBJ8VHxg==; Original-Received: from [87.69.77.57] (port=2371 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 1mgOq3-0006EU-OU; Fri, 29 Oct 2021 06:10:23 -0400 In-Reply-To: (message from Yuri Khan on Fri, 29 Oct 2021 16:45:19 +0700) 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:278177 Archived-At: > From: Yuri Khan > Date: Fri, 29 Oct 2021 16:45:19 +0700 > Cc: Lars Ingebrigtsen , João Távora , > Stefan Kangas , Emacs developers > > On Fri, 29 Oct 2021 at 13:09, Eli Zaretskii wrote: > > > I don't mind moving it now. But please be sure to us "git mv", not > > the "manual" method, so that at least some of the Git commands could > > work across the renaming boundary. > > “git mv” is not magical though; it does not do anything that a manual > move + staging both the deletion and the addition of the moved file > does not do. You misunderstood what I meant by "manual". I meant "git rm" followed by "git add". And if you want to say that the latter also does the same as "git mv", then that's not my experience. P.S. And I don't actually understand why you decided to chime in: would something I said cause sub-optimal results?