Tool to convert git logs to gnu changelog
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
This is a quick'n'dirty tool to convert git logs to \s-1GNU\s0 ChangeLog format.
The tool invokes `git log` internally unless you pipe a log to it. Thus, typically you would use it as follows:
Output format specification:
<http://www.gnu.org/prep/standards/html_node/Change-Logs.html>
git2cl is developed by Simon Josefsson <[email protected]>
and Luis Mondesi <[email protected]>