Josh Steadmon <steadmon@xxxxxxxxxx> writes: I'll normalize this one to match prevailing use. > Coauthored-by: Calvin Wan <calvinwan@xxxxxxxxxx> $ git log --since=6.months --pretty=raw --no-merges | sed -n -e 's/^ \([^ :]*-by:\).*/\1/p' | sort | uniq -c | sort -n | sed -e '/^ *1 /d' 5 Tested-by: 15 Suggested-by: 24 Co-authored-by: 30 Reported-by: 34 Reviewed-by: 38 Helped-by: 68 Acked-by: 1786 Signed-off-by: > Signed-off-by: Calvin Wan <calvinwan@xxxxxxxxxx> > Signed-off-by: Josh Steadmon <steadmon@xxxxxxxxxx> > --- Thanks.