From b0db9f1ba6c794a08c5afbc91f5302d01b4e3b2e Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Fri, 2 Mar 2007 09:54:52 +0100 Subject: [PATCH] Generated. --- README.html | 308 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 308 insertions(+) create mode 100644 README.html diff --git a/README.html b/README.html new file mode 100644 index 0000000..848d465 --- /dev/null +++ b/README.html @@ -0,0 +1,308 @@ + + + + + + +git2cl + + + +
+
+

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:

+
+
+
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 +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: +http://josefsson.org/git2cl/ and its repository can be found at +http://repo.or.cz/w/git2cl.git.

+
+
+

Support

+
+

Try talking to Simon Josefsson.

+
+ + + -- 2.11.4.GIT