Skip to content

Instantly share code, notes, and snippets.

@hexpunk
Last active October 6, 2021 21:10
Show Gist options
  • Save hexpunk/e8b103f70557d4396ae064772e84f569 to your computer and use it in GitHub Desktop.
Save hexpunk/e8b103f70557d4396ae064772e84f569 to your computer and use it in GitHub Desktop.
/usr/bin/time -l sh -c "find -type f -not -path '\./\.git/*' -not -path '\./node_modules/*' -exec sh -c \"git --no-pager blame --line-porcelain '{}' | sed -n 's/^author //p'\" 2>/dev/null \; | sort | uniq -c | sort -rn"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment