From d9a53483d4fcc0863e2c0f82c25f10f1b1708628 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 27 Aug 2008 12:04:05 +0200 Subject: [PATCH] Regenerate. --- README.html | 154 ++++++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 120 insertions(+), 34 deletions(-) diff --git a/README.html b/README.html index 848d465..e17b325 100644 --- a/README.html +++ b/README.html @@ -3,7 +3,7 @@ - + git2cl @@ -271,37 +347,47 @@ div.exampleblock-content {
-

This is a quick'n'dirty tool to convert git logs to GNU ChangeLog -format.

-

The tool expects output from git —pretty —numstat —summary on -stdin. Thus, typically you would use it as follows:

+

This is a quick'n'dirty tool to 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:

+
+
+
jas@mocca:~/src/libtasn1$ git2cl > ChangeLog
+jas@mocca:~/src/libtasn1$
+
+

If you don't want git2cl to invoke git log internally, you can use it +as a pipe. It needs the git log generated with —pretty —numstat and +—summary. You can use it as follows:

jas@mocca:~/src/libtasn1$ git log --pretty --numstat --summary | ~/src/git2cl/git2cl > ChangeLog
 jas@mocca:~/src/libtasn1$
-

The output format is specified by:

-

http://www.gnu.org/prep/standards/html_node/Change-Logs.html

-

In the future, git2cl may be modified to run this command itself, -similar to how cvs2cl works.

-

My inspiration for writing this tool was the +

The output format is specified by:

+ +

My inspiration for writing this tool was the cvs2cl tool, which I am using in several projects. Replacing it is a necessary condition for me to -seriously consider switching from CVS to GIT for my projects.

-

Currently, git2cl lacks much of the flexibility in git2cl. Sheesh, -git2cl doesn't even have command line parameters!

-

The canonical home page for git2cl is: +seriously consider switching from CVS to GIT for my projects.

+

Currently, git2cl lacks much of the flexibility in git2cl. Sheesh, +git2cl doesn't even have command line parameters!

+

The canonical home page for git2cl is: http://josefsson.org/git2cl/ and its repository can be found at -http://repo.or.cz/w/git2cl.git.

+http://repo.or.cz/w/git2cl.git.

+
+

Credits

+
+

Luis Mondesi contributed several improvements.

-

Support

+

Support

-

Try talking to Simon Josefsson.

+

Try talking to Simon Josefsson.

-- 2.11.4.GIT