diff options
author | Simon Josefsson <simon@josefsson.org> | 2024-10-09 15:16:43 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2024-10-09 15:16:43 +0200 |
commit | 78455e00db59155469212fecae1362be00eb8754 (patch) | |
tree | a79db2218d51105c45edcc2e7814541e637461ba /git2cl | |
parent | 19559b88e675272179e07c65febffaff84f3c040 (diff) | |
download | git2cl-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-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 |