On Mon, Aug 13, 2018 at 11:06 PM Jeff King <peff@xxxxxxxx> wrote: > > On Mon, Aug 13, 2018 at 01:41:51PM -0700, Stefan Beller wrote: > > > > Oh, using "git shortlog" might be also simpler ;-) > > > > I guess you'd need to memorize a different set of flags for that > > as without -s it would be harder to parse than the oneliner above. > > I frequently using "git shortlog -ns" to see who is active (especially > coupled with "--since=". > > I also use "--no-merges", because it makes me look a lot better when > compared relatively to Junio. :) --no-merges makes me number one. Not sure if I should laugh or cry :D Going off topic a bit, can we count the number of topics of each contributor? I could do it by decorating git log with remote refs from Junio's repo and counting based on the two-letter prefix in the topic/ref name but that's too hacky. fyi Jeff you're up to second position now with 34 topics (I'm unfortunately still the first with 38). -- Duy