Skip to content

Instantly share code, notes, and snippets.

@chris-piekarski
Last active February 27, 2018 19:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chris-piekarski/d06592daf34a193d7e021f5584b7989e to your computer and use it in GitHub Desktop.
Save chris-piekarski/d06592daf34a193d7e021f5584b7989e to your computer and use it in GitHub Desktop.
Grep all AOSP repos commit messages by author
repo forall -c git log --grep="partition" --author=Chris
repo forall -c 'echo $REPO_PATH; git log --grep "partition" --author=Chris'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment