Created
April 16, 2009 06:43
-
-
Save PProvost/96272 to your computer and use it in GitHub Desktop.
To generate a not too insane changelog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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