aboutsummaryrefslogtreecommitdiff
path: root/git2cl
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2024-10-09 15:16:43 +0200
committerSimon Josefsson <simon@josefsson.org>2024-10-09 15:16:43 +0200
commit78455e00db59155469212fecae1362be00eb8754 (patch)
treea79db2218d51105c45edcc2e7814541e637461ba /git2cl
parent19559b88e675272179e07c65febffaff84f3c040 (diff)
downloadgit2cl-78455e00db59155469212fecae1362be00eb8754.zip
git2cl-78455e00db59155469212fecae1362be00eb8754.tar.gz
git2cl-78455e00db59155469212fecae1362be00eb8754.tar.bz2
Fix git2cl POD doc.v3.0git2cl-3.0
Reported by Reuben Thomas <rrt@sc3d.org> in https://savannah.nongnu.org/bugs/?40235
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