diff options
Diffstat (limited to 'git2cl')
-rwxr-xr-x | git2cl | 14 |
1 files changed, 5 insertions, 9 deletions
@@ -29,19 +29,15 @@ git2cl - 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 - =head1 DESCRIPTION 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: +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 =head1 SEE ALSO |