Re: [GIT PATCHES] kbuild fixes

From: Linus Torvalds
Date: Sun Sep 11 2005 - 17:08:07 EST




On Sun, 11 Sep 2005, Sam Ravnborg wrote:
>
> I've started suing the alternate format as you described.
> So I cannot pull from that respository myself.

Btw, it works for me, so your archive looks ok.

Your diffstat is broken, though:

> Makefile | 1
> b/Makefile | 23 +-

Notice how "Makefile" shows up twice, because you didn't use "-p1" to
diffstat (or just use "git-apply --stat", which should get it right).

> 13 files changed, 345 insertions(+), 337 deletions(-)

The real stats are:

12 files changed, 345 insertions(+), 337 deletions(-)

according to git, thanks to that.

Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/