git2cl - tool to convert git logs to GNU ChangeLog
Contents
Description
Convert git logs to GNU ChangeLog format.
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
Name
git2cl - tool to convert git logs to GNU ChangeLog
See Also
Output format specification:
<http://www.gnu.org/prep/standards/html_node/Change-Logs.html>
Synopsis
git2cl > ChangeLog
