Skip to content

Instantly share code, notes, and snippets.

@dgageot
Created April 20, 2010 10:38
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 dgageot/372289 to your computer and use it in GitHub Desktop.
Save dgageot/372289 to your computer and use it in GitHub Desktop.
git log origin/master.. --format='%Cred%h%Creset;%C(yellow)%an%Creset;%H;%Cblue%f%Creset' | git name-rev --stdin --name-only | awk -F ';' '{printf "%s %-28s %30-s %s\\n",$1,$2,$3,$4}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment