Skip to content

Instantly share code, notes, and snippets.

@PProvost
Created April 16, 2009 06:43
Show Gist options
  • Save PProvost/96272 to your computer and use it in GitHub Desktop.
Save PProvost/96272 to your computer and use it in GitHub Desktop.
To generate a not too insane changelog
# To generate a not too insane changelog
# If only I could figure out how to make it show tags too
git log --name-status --pretty=oneline --abbrev-commit
# Or a shorter one...
git log --pretty=oneline --abbrev-commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment