Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-21 | Make the output of log2changes.pl even more closely match CHANGES | Dan 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-19 | log2changes: first version of the git log to CHANGES conversion script | Daniel 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. |