GIT-CHANGELOG(1) Git Extras GIT-CHANGELOG(1)
NAME
git-changelog - Generate the changelog report
SYNOPSIS
git-changelog [--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
--list
Show commit logs from the current version.
EXAMPLES
o Updating changelog file:
$ git changelog
o Listing commits from the current version:
$ git changelog --list
o Docs for git-ignore. Closes #3
o Merge branch 'ignore'
o Added git-ignore
o Fixed <tag> in docs
o Install docs
o Merge branch 'release'
o Added git-release
o Passing args to git shortlog
o Added --all support to git-count
o Initial commit
AUTHOR
Written by Tj Holowaychuk <tj@vision-media.ca>
REPORTING BUGS
<http://github.com/visionmedia/git-extras/issues>
SEE ALSO
<http://github.com/visionmedia/git-extras>
June 2012 GIT-CHANGELOG(1)