public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Would it be better for git-commits-head to have -M -C diffs?
@ 2008-08-14 16:56 James Cloos
  2008-08-14 17:15 ` Randy Dunlap
  2008-08-14 22:09 ` David Woodhouse
  0 siblings, 2 replies; 4+ messages in thread
From: James Cloos @ 2008-08-14 16:56 UTC (permalink / raw)
  To: linux-kernel; +Cc: David Woodhouse

Would anyone else prefer to see the posts on the commits list use git's
copy and move detection?

Git show (used by the feed-mail-list script) does support -M and -C.

It does affect the stat section.  The recent commit 758db3f21187 would
have had its stat changed from looking like:

 arch/h8300/include/asm/Kbuild              |    1 +
 arch/h8300/include/asm/a.out.h             |   20 ++
 arch/h8300/include/asm/atomic.h            |  144 +++++++++++
                        .
                        .
                        .
 include/asm-h8300/Kbuild                   |    1 -
 include/asm-h8300/a.out.h                  |   20 --
 include/asm-h8300/atomic.h                 |  144 -----------
                        .
                        .
                        .

to looking like:

 .../asm-h8300 => arch/h8300/include/asm}/Kbuild    |    0 
 .../asm-h8300 => arch/h8300/include/asm}/a.out.h   |    0 
 .../asm-h8300 => arch/h8300/include/asm}/atomic.h  |    0 
 .../asm-h8300 => arch/h8300/include/asm}/auxvec.h  |    0 
 .../asm-h8300 => arch/h8300/include/asm}/bitops.h  |    0 
 .../h8300/include/asm}/bootinfo.h                  |    0 
                        .
                        .
                        .

but would have been 512 lines and 24271 octets instead of 10623 lines
and 291634 octets.

I think it would also be useful were the From: header of each message
set to the commit's Author.  I run each commit through a script to do
that locally, but the archives would also benefit from that.

-JimC
-- 
James Cloos <cloos@jhcloos.com>         OpenPGP: 1024D/ED7DAEA6

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

end of thread, other threads:[~2008-08-15 11:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-14 16:56 Would it be better for git-commits-head to have -M -C diffs? James Cloos
2008-08-14 17:15 ` Randy Dunlap
2008-08-14 22:09 ` David Woodhouse
2008-08-15 11:31   ` James Cloos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox