On Wed, 2011-03-09 at 14:14 +0200, Alexei Sholik wrote: > .................. Just ran this command > > git blame -p "$1" | awk '$1 ~ /author$/ { print substr($0, > length("author "), length($0)) }' | sort | uniq -c | sort -nr > > on the for-each-ref.c and saw that Junio had the first place by a > relatively large margin. > Wrap that up in a script and submit /that/ as a patch ;) -- 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