Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. ❯ find . -name '.git' -maxdepth 3 | xargs -n1 -I{} git --no-pager --git-dir={} log --pretty=format:'%s' --author=me@lesaker.org | ruby -e 'rows = STDIN.readlines ; rows.each_with_object(Hash.new { 0 }) { |i, o| o[i] += 1 }.to_a.sort_by(&:last).reverse.each { |k, v| puts "#{v} #{k}" }' | pbcopy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement