From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Re: Locations of Tests Date: Wed, 04 Nov 2015 13:21:22 -0500 Message-ID: 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 1446661313 9878 80.91.229.3 (4 Nov 2015 18:21:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Nov 2015 18:21:53 +0000 (UTC) Cc: Phillip Lord , emacs-devel To: Artur Malabarba Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 04 19:21:48 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 1Zu2gt-0008W3-BM for ged-emacs-devel@m.gmane.org; Wed, 04 Nov 2015 19:21:47 +0100 Original-Received: from localhost ([::1]:56461 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zu2gs-0004iE-SL for ged-emacs-devel@m.gmane.org; Wed, 04 Nov 2015 13:21:46 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54836) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zu2gd-0004hn-Dd for emacs-devel@gnu.org; Wed, 04 Nov 2015 13:21:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zu2ga-0005qf-P8 for emacs-devel@gnu.org; Wed, 04 Nov 2015 13:21:31 -0500 Original-Received: from mail-yk0-x234.google.com ([2607:f8b0:4002:c07::234]:35659) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zu2ga-0005qb-Kg for emacs-devel@gnu.org; Wed, 04 Nov 2015 13:21:28 -0500 Original-Received: by ykek133 with SMTP id k133so87448919yke.2 for ; Wed, 04 Nov 2015 10:21:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:in-reply-to:date:message-id:references :user-agent:mail-followup-to:mime-version:content-type; bh=QowAndtgPnLJc8aGHzilGpgRei/Qr33nRR9e4WU1LWU=; b=jdl+G63RBrkAOoEzQybaFa+VHjwe4eDOMMk5+yujjoZAcoak0pJJqu3huEH2auugvI rvcOQJlM8PHj9q2gW2D4A17Cgje7J6Xvg7yJagD9Uisl5yCevmMoRsPcku5E92jfphJg cldQoLOANMDqTnrC4WvwBrvjH2zPVhr2Vap1CfYBUI95dDQlPwtK1OymmalBvK+g4JPb T7a3NTmw5Eco1a/lwEBa1+TRZgtyJZx4N/McUWD8In5XccO9qU4HPEBKWLkKmvpJW/81 Sx+k9Z+m/Ae/6z/jLzYzCQPNTWte2p3RB7WBuFYzrkTqkUvkYAa+UeeSZtQxfPN+tx27 sW4Q== X-Received: by 10.31.34.6 with SMTP id i6mr3251412vki.126.1446661288200; Wed, 04 Nov 2015 10:21:28 -0800 (PST) Original-Received: from Hermes-2.local (74.sub-70-192-3.myvzw.com. [70.192.3.74]) by smtp.gmail.com with ESMTPSA id v84sm1665061vkv.15.2015.11.04.10.21.27 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 04 Nov 2015 10:21:27 -0800 (PST) X-Google-Original-From: "John Wiegley" Original-Received: by Hermes-2.local (Postfix, from userid 501) id 32D0748DFFF3; Wed, 4 Nov 2015 13:21:26 -0500 (EST) In-Reply-To: (Artur Malabarba's message of "Wed, 4 Nov 2015 18:14:47 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Mail-Followup-To: Artur Malabarba , emacs-devel , Phillip Lord X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4002:c07::234 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:193223 Archived-At: >>>>> Artur Malabarba writes: > Same here. Just make sure it doesn't mess up git blame. ;-) >From *Man git-blame*: The origin of lines is automatically followed across whole-file renames (currently there is no option to turn the rename-following off). To follow lines moved from one file to another, or to follow lines that were copied and pasted from another file, etc., see the -C and -M options. John