1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.1//EN"
2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3 <html xmlns=
"http://www.w3.org/1999/xhtml" xml:
lang=
"en">
5 <meta http-equiv=
"Content-Type" content=
"text/html; charset=UTF-8" />
6 <meta name=
"generator" content=
"AsciiDoc 7.1.2" />
7 <style type=
"text/css">
9 p
, li
, dt
, dd
, div
, pre
, h1
, h2
, h3
, h4
, h5
, h6
{
11 border: 1px solid red;
16 margin: 1em 5% 1em 5%;
21 text-decoration: underline
;
39 h1
, h2
, h3
, h4
, h5
, h6
{
41 font-family: sans-serif
;
48 border-bottom: 2px solid silver
;
51 border-bottom: 2px solid silver
;
61 border: 1px solid silver
;
76 font-family: sans-serif
;
83 font-family: sans-serif
;
87 font-family: sans-serif
;
89 border-top: 2px solid silver
;
95 padding-bottom: 0.5em;
99 padding-bottom: 0.5em;
103 div
.tableblock
, div
.imageblock
, div
.exampleblock
, div
.verseblock
,
104 div
.quoteblock
, div
.literalblock
, div
.listingblock
, div
.sidebarblock
,
105 div
.admonitionblock
{
108 margin-bottom: 1.5em;
110 div
.admonitionblock
{
112 margin-bottom: 2.5em;
115 div
.content
{ /* Block element content. */
119 /* Block element titles. */
120 div
.title
, caption
.title
{
121 font-family: sans-serif
;
125 margin-bottom: 0.5em;
131 td div
.title:first-child
{
134 div
.content div
.title:first-child
{
137 div
.content
+ div
.title
{
141 div
.sidebarblock
> div
.content
{
143 border: 1px solid silver
;
147 div
.listingblock
> div
.content
{
148 border: 1px solid silver
;
153 div
.quoteblock
> div
.content
{
160 div
.verseblock
+ div
.attribution
{
164 div
.admonitionblock
.icon
{
168 text-decoration: underline
;
170 padding-right: 0.5em;
172 div
.admonitionblock td
.content
{
174 border-left: 2px solid silver
;
177 div
.exampleblock
> div
.content
{
178 border-left: 2px solid silver
;
182 div
.verseblock div
.content
{
186 div
.imageblock div
.content
{ padding-left: 0; }
187 div
.imageblock img
{ border: 1px solid silver
; }
188 span
.image img
{ border-style: none
; }
192 margin-bottom: 0.8em;
204 list-style-position: outside
;
207 list-style-type: lower-alpha
;
210 div
.tableblock
> table
{
211 border: 3px solid
#527bbd;
214 font-family: sans-serif
;
223 margin-bottom: 0.8em;
228 padding-right: 0.8em;
235 div#footer-badges
{ display: none
; }
237 /* Workarounds for IE6's broken and incomplete CSS2. */
239 div
.sidebar-content
{
241 border: 1px solid silver
;
244 div
.sidebar-title
, div
.image-title
{
245 font-family: sans-serif
;
248 margin-bottom: 0.5em;
251 div
.listingblock div
.content
{
252 border: 1px solid silver
;
257 div
.quoteblock-content
{
261 div
.exampleblock-content
{
262 border-left: 2px solid silver
;
266 <title>git2cl
</title>
273 <div class=
"sectionbody">
274 <p>This is a quick'n'dirty tool to convert git logs to GNU ChangeLog
276 <p>The tool expects output from
<em>git
—pretty
—numstat
—summary
</em> on
277 stdin. Thus, typically you would use it as follows:
</p>
278 <div class=
"literalblock">
279 <div class=
"content">
280 <pre><tt>jas@mocca:~/src/libtasn1$ git log --pretty --numstat --summary | ~/src/git2cl/git2cl
> ChangeLog
281 jas@mocca:~/src/libtasn1$
</tt></pre>
283 <p>The output format is specified by:
</p>
284 <p><a href=
"http://www.gnu.org/prep/standards/html_node/Change-Logs.html">http://www.gnu.org/prep/standards/html_node/Change-Logs.html
</a></p>
285 <p>In the future, git2cl may be modified to run this command itself,
286 similar to how cvs2cl works.
</p>
287 <p>My inspiration for writing this tool was the
288 <a href=
"http://www.red-bean.com/cvs2cl/">cvs2cl
</a> tool, which I am using in
289 several projects. Replacing it is a necessary condition for me to
290 seriously consider switching from CVS to GIT for my projects.
</p>
291 <p>Currently, git2cl lacks much of the flexibility in git2cl. Sheesh,
292 git2cl doesn't even have command line parameters!
</p>
293 <p>The canonical home page for git2cl is:
294 <a href=
"http://josefsson.org/git2cl/">http://josefsson.org/git2cl/
</a> and its repository can be found at
295 <a href=
"http://repo.or.cz/w/git2cl.git">http://repo.or.cz/w/git2cl.git
</a>.
</p>
299 <div class=
"sectionbody">
300 <p>Try talking to
<a href=
"mailto:simon@josefsson.org">Simon Josefsson
</a>.
</p>
303 <div id=
"footer-text">
304 Last updated
02-Mar-
2007 09:
54:
25 CEST