Skip to content

Instantly share code, notes, and snippets.

@alexdong
Last active December 17, 2015 14:39
Show Gist options
  • Save alexdong/5626470 to your computer and use it in GitHub Desktop.
Save alexdong/5626470 to your computer and use it in GitHub Desktop.
Git commands to grep through historical patches
git log --no-merges --format="%ad %s" -i --grep=invite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment