From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.devel Subject: Re: master updated (8244357 -> 41f91d3) Date: Thu, 02 Mar 2017 10:02:28 +0100 Message-ID: <87tw7cvyor.fsf@linux-m68k.org> References: <20170302013628.1001.55742@vcs0.savannah.gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1488445363 25844 195.159.176.226 (2 Mar 2017 09:02:43 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 2 Mar 2017 09:02:43 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) Cc: Emacs developers To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 02 10:02:38 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cjMdB-0006FD-MJ for ged-emacs-devel@m.gmane.org; Thu, 02 Mar 2017 10:02:37 +0100 Original-Received: from localhost ([::1]:51103 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cjMdH-0006vb-Iv for ged-emacs-devel@m.gmane.org; Thu, 02 Mar 2017 04:02:43 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55014) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cjMdB-0006tf-CZ for emacs-devel@gnu.org; Thu, 02 Mar 2017 04:02:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cjMd8-0006LS-A0 for emacs-devel@gnu.org; Thu, 02 Mar 2017 04:02:37 -0500 Original-Received: from mail-out.m-online.net ([212.18.0.9]:39190) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cjMd8-0006L9-3n; Thu, 02 Mar 2017 04:02:34 -0500 Original-Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3vYmY25P8xz3hjw3; Thu, 2 Mar 2017 10:02:30 +0100 (CET) Original-Received: from localhost (dynscan01.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3vYmY24XJxzvkh7; Thu, 2 Mar 2017 10:02:30 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Original-Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan01.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id kn3fhlQ7s58U; Thu, 2 Mar 2017 10:02:29 +0100 (CET) X-Auth-Info: GEeKb8H2Vo+mUQxMwJbjG6MVMXDg9NZTsq1CklTGx4iBg5QOWYbbIGA/BR5MhPrf Original-Received: from igel.home (ppp-88-217-25-166.dynamic.mnet-online.de [88.217.25.166]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Thu, 2 Mar 2017 10:02:29 +0100 (CET) Original-Received: by igel.home (Postfix, from userid 1000) id D425D2C4D27; Thu, 2 Mar 2017 10:02:28 +0100 (CET) X-Yow: NOW do I get to blow out the CANDLES?? In-Reply-To: (Glenn Morris's message of "Wed, 01 Mar 2017 20:43:16 -0500") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 212.18.0.9 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:212697 Archived-At: On Mär 01 2017, Glenn Morris wrote: >> Summary of changes: > [...] >> test/{src/alloc-tests.el => lisp/net/puny.el} | 32 +++++++++++++++++-------- > [...] >> copy test/{src/alloc-tests.el => lisp/net/puny.el} (51%) > > Say whaat? > I guess this is what happens when your VCS doesn't do proper rename > tracking, and you have small files where the identical license > boilerplate makes up a large fraction of the content? That's the difference between rename detection and copy detection: $ git diff -M --stat --summary 8244357 41f91d3 lisp/net/puny.el | 10 ++++++---- test/lisp/net/puny.el | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 4 deletions(-) create mode 100644 test/lisp/net/puny.el $ git diff -C --stat --summary 8244357 41f91d3 lisp/net/puny.el | 10 +++++---- test/{src/alloc-tests.el => lisp/net/puny.el} | 32 +++++++++++++++++---------- 2 files changed, 26 insertions(+), 16 deletions(-) copy test/{src/alloc-tests.el => lisp/net/puny.el} (51%) Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."