all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: master updated (8244357 -> 41f91d3)
       [not found] <20170302013628.1001.55742@vcs0.savannah.gnu.org>
@ 2017-03-02  1:43 ` Glenn Morris
  2017-03-02  1:51   ` Lars Ingebrigtsen
  2017-03-02  9:02   ` Andreas Schwab
  0 siblings, 2 replies; 4+ messages in thread
From: Glenn Morris @ 2017-03-02  1:43 UTC (permalink / raw)
  To: Emacs developers


> 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?



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: master updated (8244357 -> 41f91d3)
  2017-03-02  1:43 ` master updated (8244357 -> 41f91d3) Glenn Morris
@ 2017-03-02  1:51   ` Lars Ingebrigtsen
  2017-03-02  2:07     ` Glenn Morris
  2017-03-02  9:02   ` Andreas Schwab
  1 sibling, 1 reply; 4+ messages in thread
From: Lars Ingebrigtsen @ 2017-03-02  1:51 UTC (permalink / raw)
  To: Glenn Morris; +Cc: Emacs developers

Glenn Morris <rgm@gnu.org> writes:

>> 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?

Weird.  And puny.el isn't that small, either...

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: master updated (8244357 -> 41f91d3)
  2017-03-02  1:51   ` Lars Ingebrigtsen
@ 2017-03-02  2:07     ` Glenn Morris
  0 siblings, 0 replies; 4+ messages in thread
From: Glenn Morris @ 2017-03-02  2:07 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: Emacs developers

Lars Ingebrigtsen wrote:

> Weird.  And puny.el isn't that small, either...

This was about the newly-added test/lisp/net/puny.el,
which is pretty small, (about 50% license text).



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: master updated (8244357 -> 41f91d3)
  2017-03-02  1:43 ` master updated (8244357 -> 41f91d3) Glenn Morris
  2017-03-02  1:51   ` Lars Ingebrigtsen
@ 2017-03-02  9:02   ` Andreas Schwab
  1 sibling, 0 replies; 4+ messages in thread
From: Andreas Schwab @ 2017-03-02  9:02 UTC (permalink / raw)
  To: Glenn Morris; +Cc: Emacs developers

On Mär 01 2017, Glenn Morris <rgm@gnu.org> 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."



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-03-02  9:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20170302013628.1001.55742@vcs0.savannah.gnu.org>
2017-03-02  1:43 ` master updated (8244357 -> 41f91d3) Glenn Morris
2017-03-02  1:51   ` Lars Ingebrigtsen
2017-03-02  2:07     ` Glenn Morris
2017-03-02  9:02   ` Andreas Schwab

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.