SYNOPSIS

git-changelog [-l, --list]

DESCRIPTION

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.

OPTIONS

-l, --list

Show commit logs from the current version.

--no-merges

Filters out merge commits (commits with more than 1 parent) from generated changelog.

EXAMPLES

*

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

AUTHOR

Written by Tj Holowaychuk <[email protected]>

REPORTING BUGS

<https://github.com/visionmedia/git-extras/issues>

RELATED TO git-changelog…

<https://github.com/visionmedia/git-extras>