aboutsummaryrefslogtreecommitdiff
path: root/log2changes.pl
AgeCommit message (Collapse)Author
2012-06-07log2changes.pl: fix the Version outputDaniel Stenberg
Previously it could easily wrongly get repeated
2011-12-30removed trailing whitespaceYang Tse
2010-06-21log2changes: correct command line, fix tag usage, change Version outputDaniel Stenberg
--decorate=full is needed with my git 1.7.1 to get the necessary output so that the previous edit would work to extract the Version stuff. ... but I had to edit how the refs/tags was extracted since it had a little flaw that made it miss the 7.20.1 output. Finally, I changed so that Version is outputted even more similar to how CHANGES does it.
2010-06-21Make the output of log2changes.pl even more closely match CHANGESDan Fandrich
Add the ASCII art header, and list version commits by decoding the ref tag names, when available (using the git log --decorate option).
2010-06-19log2changes: first version of the git log to CHANGES conversion scriptDaniel Stenberg
$ 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.