On Fri, 22 Dec 2006, Randy Dunlap wrote: > Hi, > > Someone asked me a few days ago about their patches being merged yet > (e.g., how to see their commits in a git tree). See the --author=<string> option to git log. > Someone else asked (in general) about commit or author counts. > > I pointed the first person to "git log" and/or gitweb. > For the second, there are probably lots of scripts out there > but I didn't find them. Where are they? Try git shortlog -s. If you combine the two like: git log --author=<blah> | git shortlog -s then you'll have a commit count for <blah> only. Nicolas - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html