Skip to content

Instantly share code, notes, and snippets.

@tadyjp
Created February 9, 2016 04:16
Show Gist options
  • Save tadyjp/e873c45f6d9924e2fc1d to your computer and use it in GitHub Desktop.
Save tadyjp/e873c45f6d9924e2fc1d to your computer and use it in GitHub Desktop.
git rev-list --right-only origin/develop...origin/master | xargs git show -q | grep -A 2 'Merge pull request' | perl -pe 's/^\-+//; s/\s+Merge pull request/\- [ ]/;'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment