Skip to content

Instantly share code, notes, and snippets.

@kingcons
Created March 7, 2013 18:39
Show Gist options
  • Save kingcons/5110566 to your computer and use it in GitHub Desktop.
Save kingcons/5110566 to your computer and use it in GitHub Desktop.
git log master | grep -C 1 'Brit Butler' | grep 'commit ' | cut -d ' ' -f 2 | xargs git show > commits.txt
# I almost did this in lisp. Then I thought better of it. Update that resume!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment