Skip to content

Instantly share code, notes, and snippets.

@judoole
Created April 13, 2015 11:41
Show Gist options
  • Select an option

  • Save judoole/bf4a123e6ea1a7e1ba58 to your computer and use it in GitHub Desktop.

Select an option

Save judoole/bf4a123e6ea1a7e1ba58 to your computer and use it in GitHub Desktop.
Find unique Jira issues since last tag. Assumes logs related to Jira task starts with jira id.
git log `git describe --tags --abbrev=0`..HEAD --format=%s | grep -o "^\w*-\d*" | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment