Skip to content

Instantly share code, notes, and snippets.

@bobdenotter
Last active August 29, 2015 13:59
Show Gist options
  • Save bobdenotter/10924751 to your computer and use it in GitHub Desktop.
Save bobdenotter/10924751 to your computer and use it in GitHub Desktop.
Git log for changelog format
git log --abbrev-commit --reverse --date=short HEAD...23c04e0ac --pretty=format:' - %d %s - %ad, %an ([%h](http://github.com/bolt/bolt/commit/%h))' > gitlog.md
@bobdenotter
Copy link
Author

To make the commits link, replace:

(#[0-9]+)

with:

[$1](http://github.com/bolt/bolt/issues/$1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment