Generate the changelog report
git-changelog [-l, --list]
Populates the file named matching change|history -i with the commits since the previous tag or since the project began when no tags are present. Opens the changelog in $EDITOR when set.
-l, --list
Show commit logs from the current version.
--no-merges
Filters out merge commits (commits with more than 1 parent) from generated changelog.
Updating changelog file:
$ git changelog
Listing commits from the current version:
$ git changelog --list
Docs for git-ignore. Closes #3
Merge branch \'ignore\'
Added git-ignore
Fixed <tag> in docs
Install docs
Merge branch \'release\'
Added git-release
Passing args to git shortlog
Added --all support to git-count
Initial commit
Written by Tj Holowaychuk <[email protected]>
<https://github.com/visionmedia/git-extras/issues>
<https://github.com/visionmedia/git-extras>