Skip to content

Instantly share code, notes, and snippets.

@ciriarte
Created October 22, 2013 05:11
Show Gist options
  • Save ciriarte/7095532 to your computer and use it in GitHub Desktop.
Save ciriarte/7095532 to your computer and use it in GitHub Desktop.
List issues
git log --format=%s v.3.0.6..HEAD --grep=\#[0-9] | sed 's/.*\([0-9]\{3\}\).*$/\1/' | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment