Query: git-changelog
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GIT-CHANGELOG(1) Git Extras GIT-CHANGELOG(1)NAMEgit-changelog - Generate the changelog reportSYNOPSISgit-changelog [--list]DESCRIPTIONPopulates 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.EXAMPLESo 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 commitAUTHORWritten 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)