From 78455e00db59155469212fecae1362be00eb8754 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 9 Oct 2024 15:16:43 +0200 Subject: [PATCH] Fix git2cl POD doc. Reported by Reuben Thomas in https://savannah.nongnu.org/bugs/?40235 --- git2cl | 14 +++++--------- 1 file 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 -- 2.11.4.GIT