From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: Locations of Tests Date: Wed, 04 Nov 2015 20:23:33 +0100 Message-ID: <87wptxvaa2.fsf@fencepost.gnu.org> References: <87d1vpoees.fsf@russet.org.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1446665029 11025 80.91.229.3 (4 Nov 2015 19:23:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Nov 2015 19:23:49 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 04 20:23:49 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Zu3ev-0002jz-0u for ged-emacs-devel@m.gmane.org; Wed, 04 Nov 2015 20:23:49 +0100 Original-Received: from localhost ([::1]:56744 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zu3eu-00027C-CQ for ged-emacs-devel@m.gmane.org; Wed, 04 Nov 2015 14:23:48 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44665) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zu3eh-000264-6L for emacs-devel@gnu.org; Wed, 04 Nov 2015 14:23:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zu3eg-0006VO-Dd for emacs-devel@gnu.org; Wed, 04 Nov 2015 14:23:35 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:57234) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zu3eg-0006VK-An for emacs-devel@gnu.org; Wed, 04 Nov 2015 14:23:34 -0500 Original-Received: from localhost ([127.0.0.1]:42820 helo=lola) by fencepost.gnu.org with esmtp (Exim 4.82) (envelope-from ) id 1Zu3ef-0008KM-Ki for emacs-devel@gnu.org; Wed, 04 Nov 2015 14:23:34 -0500 Original-Received: by lola (Postfix, from userid 1000) id 27D2CDF976; Wed, 4 Nov 2015 20:23:33 +0100 (CET) In-Reply-To: (Steinar Bang's message of "Wed, 04 Nov 2015 20:15:01 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:193230 Archived-At: Steinar Bang writes: >>>>>> Artur Malabarba : >> On 4 Nov 2015 5:53 pm, "John Wiegley" wrote: > >>> I'd happily accept a patch to move things into accordance with the naming >>> structure under lisp/. > >> Same here. Just make sure it doesn't mess up git blame. ;-) > > ...and file history. > > What this means in practice, is that files should be moved verbatim. > > You can change files once they are in place in the new location, but the > first commit in the new location should be of files with identical SHA1 > hashes as the files in the old location. > > git tracks history across moves/renames by matching the file content > SHA1 hashes of files in other locations. That's what always works, but git blame's -C option will try getting stuff matched even if you don't properly rename. But -C is expensive. And it's always a nuisance to supply the like of C-x v g with additional options. -- David Kastrup