aboutsummaryrefslogtreecommitdiff
path: root/git2cl
diff options
context:
space:
mode:
Diffstat (limited to 'git2cl')
-rwxr-xr-xgit2cl14
1 files changed, 5 insertions, 9 deletions
diff --git a/git2cl b/git2cl
index 8478449..28bc5a1 100755
--- a/git2cl
+++ b/git2cl
@@ -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