Created
January 14, 2015 17:30
-
-
Save steevhise/c9f6acabfbd313090ba2 to your computer and use it in GitHub Desktop.
list all commits since last tag formatted to put in debian change log
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
git log `git describe --tags --abbrev=0`..HEAD --pretty=format:"* %s" --no-merges |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
and to convert to changelog format: