Skip to content

Instantly share code, notes, and snippets.

@delianides
Last active December 25, 2015 10:39
Show Gist options
  • Save delianides/6963097 to your computer and use it in GitHub Desktop.
Save delianides/6963097 to your computer and use it in GitHub Desktop.
Simple log with commit SHA to paste into GFM.
git log --oneline `git describe --tags --abbrev=0`..HEAD --pretty=format:'[%h] %ad | %an | %s' --date=short --no-merges
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment