Words in commits

main
Bob Mottram 2022-01-27 18:29:29 +00:00
parent e68e2b56c7
commit 2363ced253
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
#!/bin/bash
git log --pretty=format:'%s' | tr ' ' '\n' | sed 's/.*/\L&/' | sort | uniq -c | sort -rg | head -n 100