Messages in this thread |  | | From | Kjetil Barvik <> | | Subject | Re: Linux 2.6.32-rc5 | | Date | Fri, 16 Oct 2009 06:48:13 +0200 |
| |
Linus Torvalds <torvalds@linux-foundation.org> 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
|  |