]> granicus.if.org Git - curl/commit
log2changes: first version of the git log to CHANGES conversion script
authorDaniel Stenberg <daniel@haxx.se>
Sat, 19 Jun 2010 21:08:34 +0000 (23:08 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 19 Jun 2010 21:08:34 +0000 (23:08 +0200)
commitbd5d478dd4ac3d09c70cf59776e08975a9c75511
treebf57a4e5cf378c2e226c0fd7129dbf5f113337de
parent1b15b31c8631a4a271f15c4261331dcebec9ba47
log2changes: first version of the git log to CHANGES conversion script

$ git log --pretty=fuller --no-color --date=short | ./log2changes.pl

Of course, limiting the log output with a range like with
"[tag]..HEAD" appended can be very useful too.
log2changes.pl [new file with mode: 0755]