logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

git2cl - tool to convert git logs to GNU ChangeLog

Authors

       git2cl is developed by Simon Josefsson <simon@josefsson.org>
                          and Luis Mondesi <lemsx1@gmail.com>

perl v5.40.1                                       2025-03-18                                          GIT2CL(1)

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

Synopsis

       git2cl > ChangeLog

See Also