|
|
Subscribe / Log in / New account

Lies, damned lies, and statistics

Lies, damned lies, and statistics

Posted Dec 31, 2010 23:15 UTC (Fri) by geofft (subscriber, #59789)
In reply to: Lies, damned lies, and statistics by patrick_g
Parent article: Who wrote 2.6.37

Intriguing, I get a bunch of different numbers:

opus:/home/geofft/linux-2.6 geofft$ git log v2.6.36..v2.6.37-rc7 | grep Reviewed-by | wc -l
686
opus:/home/geofft/linux-2.6 geofft$ git log --first-parent v2.6.36..v2.6.37-rc7 | grep Reviewed-by | wc -l
17


to post comments

Lies, damned lies, and statistics

Posted Jan 6, 2011 14:35 UTC (Thu) by SEJeff (guest, #51588) [Link]

Just because I'm OCD it, try grep -c instead of grep ... | wc -l


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds