Skip to content

Instantly share code, notes, and snippets.

@feststelltaste
Created January 18, 2019 11:20
Show Gist options
  • Save feststelltaste/726f597fd480702499346d0ed7b2e3ce to your computer and use it in GitHub Desktop.
Save feststelltaste/726f597fd480702499346d0ed7b2e3ce to your computer and use it in GitHub Desktop.
git clone https://github.com/torvalds/linux
cd linux
find . -type d -name ".git" -prune -o -type f \( -iname "*.c" -o -iname "*.h" \) | xargs -n1 git blame -w -f >> git_blame.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment