1. git-changelog(1)
  2. Git Extras
  3. 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

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>

  1. October 2010
  2. git-changelog(1)