Re: Linux 2.6.32-rc5

From: Steven Yong
Date: Fri Oct 16 2009 - 00:14:17 EST


On Fri, Oct 16, 2009 at 9:11 AM, Linus Torvalds
<torvalds@xxxxxxxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/