Skip to content

Instantly share code, notes, and snippets.

@jonathanbardo
Created May 21, 2014 22:29
Show Gist options
  • Save jonathanbardo/49c628d8efdcedee9894 to your computer and use it in GitHub Desktop.
Save jonathanbardo/49c628d8efdcedee9894 to your computer and use it in GitHub Desktop.
gitjira (){ git log $1...$2 | grep -o -E '\b([A-Z]+)-[0-9]+\b' | sort | uniq; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment