Re: Linux 2.6.32-rc5

From: Kjetil Barvik
Date: Fri Oct 16 2009 - 01:51:07 EST


Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> writes:

> 90% of the bulk of the changes since -rc4 are in drivers, with most of
> it coming from two new network drivers (stmmac and vmxnet3). But apart
> from the new drivers, there's almost 300 commits in there,

some more statistics(1):

243 "real" commits
+ 46 merge-commits (34 by Linus)
= 289 total commits (almost 300)

-- kjetil

1) from the following git commands (git version 1.6.4.4)
git log --oneline -M v2.6.32-rc4..v2.6.32-rc5 | wc -l
git log --no-merges --oneline -M v2.6.32-rc4..v2.6.32-rc5 | wc -l
git log --merges --oneline -M v2.6.32-rc4..v2.6.32-rc5 | wc -l
git log --merges --author="Linus Torvalds" --oneline -M v2.6.32-rc4..v2.6.32-rc5 | wc -l
--
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/