Skip to content

Instantly share code, notes, and snippets.

@scottgonzalez
Created June 1, 2012 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottgonzalez/2853023 to your computer and use it in GitHub Desktop.
Save scottgonzalez/2853023 to your computer and use it in GitHub Desktop.
git log 1-8-stable --pretty=format:"%H %s" | grep "cherry picked" | sed 's/^.*cherry picked from commit \([0-9a-f]*\).*$/\1/' | sort > 1-8
git log 1.8... --pretty=format:"%H" | sort > master
comm -13 1-8 master | xargs -L 1 git log -1 --oneline | cat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment