ericmatthys/grunt-changelog

Feature Request: New option for git log params

Closed this issue · 1 comments

Hej,

I love to have my commit info in the following format:

  • b5873bd - 2014-07-03: i18n for dataTables.
  • be90085 - 2014-07-03: Enhance styling of bootstrap dataTables.

which is accomplished with the following git log command:

git log --pretty="* %h - %ad: %s" [tag]..[tag] --no-merges --date=short

Which might be not everyones flavor. So it would be cool to make this configurable via an option.
I guess I’m going to prepare a pull request for that feature.

Submitted a pull request for that feature. See #16 .