git2cl - Online in the Cloud

This is the command git2cl that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


git2cl - tool to convert git logs to GNU ChangeLog

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

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:

Use git2cl online using onworks.net services



Latest Linux & Windows online programs