summaryrefslogtreecommitdiff
path: root/log2changes.pl
Commit message (Collapse)AuthorAgeFilesLines
* log2changes: correct command line, fix tag usage, change Version outputDaniel Stenberg2010-06-211-6/+7
| | | | | | | | | | | | --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.
* Make the output of log2changes.pl even more closely match CHANGESDan Fandrich2010-06-211-2/+24
| | | | | | Add the ASCII art header, and list version commits by decoding the ref tag names, when available (using the git log --decorate option).
* log2changes: first version of the git log to CHANGES conversion scriptDaniel Stenberg2010-06-191-0/+59
$ 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.