From: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [git patches] IDE fixes
Date: Sun, 18 Mar 2007 01:44:58 +0100 [thread overview]
Message-ID: <200703180144.58509.bzolnier@gmail.com> (raw)
In-Reply-To: <Pine.LNX.4.64.0703171702060.4964@woody.linux-foundation.org>
On Sunday 18 March 2007, Linus Torvalds wrote:
>
> On Sat, 17 Mar 2007, Bartlomiej Zolnierkiewicz wrote:
> >
> > to receive the following updates:
> >
> > b/drivers/ide/Kconfig | 48 -
> > b/drivers/ide/Makefile | 1
> > b/drivers/ide/arm/icside.c | 13
> > b/drivers/ide/ide-dma.c | 2
> > b/drivers/ide/ide.c | 4
> > b/drivers/ide/mips/au1xxx-ide.c | 3
> > b/drivers/ide/pci/Makefile | 1
> > b/drivers/ide/pci/cmd64x.c | 45 -
> > b/drivers/ide/pci/jmicron.c | 29
> > b/drivers/ide/pci/scc_pata.c | 858 ++++++++++++++++++++++++++++
> > b/drivers/ide/setup-pci.c | 5
> > b/include/asm-mips/mach-au1x00/au1xxx_ide.h | 34 -
> > drivers/ide/ppc/scc_pata.c | 858 ----------------------------
> > 13 files changed, 915 insertions(+), 986 deletions(-)
>
> Please use
>
> git diff -M --stat --summary
>
> to generate the diffstat (where the "-M" is the important part). Your
> "scc_pata.c" change was a pure rename, but because you didn't ask for
> rename detection, it got shown as a file create/delete pair. It *should*
> have looked like this:
>
> drivers/ide/Kconfig | 48 +++++------------------------
> drivers/ide/Makefile | 1 -
> drivers/ide/arm/icside.c | 13 +-------
> drivers/ide/ide-dma.c | 2 +-
> drivers/ide/ide.c | 4 --
> drivers/ide/mips/au1xxx-ide.c | 3 +-
> drivers/ide/pci/Makefile | 1 +
> drivers/ide/pci/cmd64x.c | 45 ++++++++++++---------------
> drivers/ide/pci/jmicron.c | 29 ++++++++++++++---
> drivers/ide/{ppc => pci}/scc_pata.c | 0
> drivers/ide/setup-pci.c | 5 ---
> include/asm-mips/mach-au1x00/au1xxx_ide.h | 34 --------------------
> 12 files changed, 57 insertions(+), 128 deletions(-)
> rename drivers/ide/{ppc => pci}/scc_pata.c (100%)
>
> which is a lot more accurate than what you get by feeding a diff through
> "diffstat" that has no clue about renames (look at the summary for number
> of lines changed ;)
Thanks, I updated my scripts and also a git version installed while at it.
[ I was feeling that I was missing something but these options were
undocumented in git-1.4.4.2, no longer a case in git-1.5.0.3. :-) ]
Bart
next prev parent reply other threads:[~2007-03-18 0:37 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-17 21:07 [git patches] IDE fixes Bartlomiej Zolnierkiewicz
2007-03-18 0:04 ` Linus Torvalds
2007-03-18 0:44 ` Bartlomiej Zolnierkiewicz [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-04-10 20:45 Bartlomiej Zolnierkiewicz
2007-04-20 20:19 Bartlomiej Zolnierkiewicz
2007-05-24 0:46 Bartlomiej Zolnierkiewicz
2007-05-24 1:56 ` Linus Torvalds
2007-05-24 2:16 ` Linus Torvalds
2007-06-08 13:20 Bartlomiej Zolnierkiewicz
2007-06-16 0:28 Bartlomiej Zolnierkiewicz
2007-07-03 20:30 Bartlomiej Zolnierkiewicz
2007-07-08 13:26 Bartlomiej Zolnierkiewicz
2007-08-01 21:52 Bartlomiej Zolnierkiewicz
2007-08-20 20:49 Bartlomiej Zolnierkiewicz
2007-09-17 10:38 Bartlomiej Zolnierkiewicz
2007-10-26 18:34 Bartlomiej Zolnierkiewicz
2007-11-05 20:49 Bartlomiej Zolnierkiewicz
2007-11-13 21:13 Bartlomiej Zolnierkiewicz
2007-11-27 20:39 Bartlomiej Zolnierkiewicz
2007-12-12 23:03 Bartlomiej Zolnierkiewicz
2007-12-24 14:37 Bartlomiej Zolnierkiewicz
2007-12-24 15:57 ` Bartlomiej Zolnierkiewicz
2008-01-10 22:27 Bartlomiej Zolnierkiewicz
2008-02-11 0:06 Bartlomiej Zolnierkiewicz
2008-02-19 1:00 Bartlomiej Zolnierkiewicz
2008-02-26 20:57 Bartlomiej Zolnierkiewicz
2008-03-07 21:02 Bartlomiej Zolnierkiewicz
2008-03-22 16:14 Bartlomiej Zolnierkiewicz
2008-03-29 19:01 Bartlomiej Zolnierkiewicz
2008-04-02 19:26 Bartlomiej Zolnierkiewicz
2008-04-07 21:32 Bartlomiej Zolnierkiewicz
2008-04-16 23:15 Bartlomiej Zolnierkiewicz
2008-04-29 21:12 Bartlomiej Zolnierkiewicz
2008-05-01 12:18 Bartlomiej Zolnierkiewicz
2008-05-04 15:05 Bartlomiej Zolnierkiewicz
2008-05-14 21:18 Bartlomiej Zolnierkiewicz
2008-06-10 19:16 Bartlomiej Zolnierkiewicz
2008-06-15 19:49 Bartlomiej Zolnierkiewicz
2008-06-15 23:33 ` Linus Torvalds
2008-06-16 0:04 ` Linus Torvalds
2008-06-16 9:10 ` Bartlomiej Zolnierkiewicz
2008-06-20 18:07 Bartlomiej Zolnierkiewicz
2008-06-20 18:09 ` Alan Cox
2008-06-20 18:35 ` Grant Grundler
2008-06-20 19:00 ` Bartlomiej Zolnierkiewicz
2008-06-30 18:21 Bartlomiej Zolnierkiewicz
2008-07-05 18:38 Bartlomiej Zolnierkiewicz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200703180144.58509.bzolnier@gmail.com \
--to=bzolnier@gmail.com \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).