[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Quilt-dev] diffstat confusion?
From: |
Randy Dunlap |
Subject: |
Re: [Quilt-dev] diffstat confusion? |
Date: |
Mon, 30 Oct 2006 07:12:30 -0800 |
On Mon, 30 Oct 2006 10:16:27 +0100 (CET) Jean Delvare wrote:
>
> Hi Randy,
>
> On 10/30/2006, Randy Dunlap wrote:
> >(note: quilt version 0.44)
> >
> >I just made a small patch. When I do 'quilt head', I see:
> >
> >---
> > Documentation/kernel-doc-nano-HOWTO.txt | 1 +
> > scripts/basic/docproc.c | 2 +-
> > 2 files changed, 2 insertions(+), 1 deletion(-)
> >
> >
> >but the patch contains 2 insertions and 2 deletions, as attached.
> >
> >Are the lines beginning with:
> >--
> >-+
> >
> >somehow confusing quilt or diffstat?
>
> Most certainly a diffstat bug, however it works fine for me here with
> diffstat 1.41. Which version of diffstat are you using (diffstat -V)?
> The diffstat CHANGES document mentions a "--" bug having been fixed in
> 1.37.
OK, mine is apparently ancient (1.31). I'll fix that.
Thanks.
---
~Randy