Hi, Robert L Krawitz <rlk@xxxxxxxxxxxx> writes: > I have a script that I use to auto-generate a change log from a CVS > repository that's used to generate the Gimp-Print change log. It > coalesces multiple commits close in time that have the same log > message and handles branches correctly (i. e. if the sandbox being > used is on a branch, it logs all versions leading up to the branch). > I can post it if anyone likes, or it can be extracted from the > Gimp-Print source as scripts/mkchlog. That script will probably not work well with the style of CVS log messages that we use. Also the information we need here is not in the CVS log message nor in the ChangeLog. All that's needed is information about who changed how many lines in which files at what time. Sven