[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3f8c8fb90910152107v23e60c95w8bc52d3aa999a461@mail.gmail.com>
Date: Fri, 16 Oct 2009 12:07:57 +0800
From: Steven Yong <woongiap@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: Linux 2.6.32-rc5
On Fri, Oct 16, 2009 at 9:11 AM, Linus Torvalds
<torvalds@...ux-foundation.org> wrote:
>
> [ Git tip of the day: if somebody wants to really see the size of patches,
> do something like
>
> git log --no-merges --oneline --numstat -M v2.6.32-rc4..v2.6.32-rc5
>
> and you'll get a reasonable view of the patches with number of lines
> added and removed. You'll see how the commits that add the new drivers
> really stand out, while the other commits really are largely "just a few
> lines" each. ]
>
Or git log --no-merges --numstat --pretty=oneline --abbrev-commit -M
v2.6.32-rc4..v2.6.32-rc5 if you are not using latest git.
steven
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists