debian man page for git2cl

Query: git2cl

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GIT2CL(1)						      General Commands Manual							 GIT2CL(1)

NAME
git2cl - tool to convert git logs to GNU ChangeLog
DESCRIPTION
This is a quick'n'dirty tool to convert git logs to GNU ChangeLog format. The tool invokes git log internally unless you pipe a log to it. Thus, typically you would use it as follows:
SYNOPSIS
git2cl > ChangeLog If you don't want git2cl to invoke git log internally, you can use it as a pipe. It needs a git log generated with --pretty --numstat and --summary. You can use it as follows: git log --pretty --numstat --summary | git2cl > ChangeLog
SEE ALSO
README in /usr/share/doc/git2cl. Output format specification: <http://www.gnu.org/prep/standards/html_node/Change-Logs.html>
AUTHORS
git2cl is developed by Simon Josefsson <simon@josefsson.org> and Luis Mondesi <lemsx1@gmail.com> This man page was written by Dmitry Smirnov <onlyjob@member.fsf.org> for Debian GNU/Linux (but may be used by others). git2cl November 2011 GIT2CL(1)
Related Man Pages
chalow(1p) - debian
git-difftool(1) - suse
git-mergetool--lib(1) - suse
git-whatchanged(1) - mojave
git-fmt-merge-msg(1) - osx
Similar Topics in the Unix Linux Community
[Solved] Cannot install git on RHEL 6
Compiling libcdio-paranoia, gcc found - C compiler doesnt work