emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master updated (8244357 -> 41f91d3)


From: Andreas Schwab
Subject: Re: master updated (8244357 -> 41f91d3)
Date: Thu, 02 Mar 2017 10:02:28 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

On Mär 01 2017, Glenn Morris <address@hidden> 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, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]