Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.03 KB

git-changelog.md

File metadata and controls

49 lines (30 loc) · 1.03 KB

git-changelog(1) -- 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

  • 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 <tj@vision-media.ca>

REPORTING BUGS

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

SEE ALSO

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