debian man page for git-changelog

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)

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)
Related Man Pages
git-merge-base(1) - linux
git-lost-found(1) - debian
git-merge-base(1) - debian
git-merge-base(1) - centos
git-lost-found(1) - suse
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Introduction
Detecting unused variables...
Find columns in a file based on header and print to new file