Skip to content

Instantly share code, notes, and snippets.

@jeffchan
Created July 30, 2013 18: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 jeffchan/6115557 to your computer and use it in GitHub Desktop.
Save jeffchan/6115557 to your computer and use it in GitHub Desktop.
Get unique commits for a branch diff against master
g rev-list master..library-update --no-merges --pretty=format:'%h -%d %s %cr <%an>' --abbrev-commit --date=relative
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment