[Please Cc me on replies. Thanks!] Hi, Some projects maintain a ChangeLog file, which looks something like this: 2011-01-01 David Chanters <d.c@xxxxxxxxxxx> * foo/bar.c (some_function): Changed static variable in some_function to auto. etc., etc. Here "foo" is some directory relative to the top-level directory the .git one is in. These ChangeLog files are maintained manually, irrespective of the/any revision control system in use. I am wondering if it's possible if the project is in Git to be able to automatically append to such a ChangeLog file with each commit automatically, and have it formatted in the style above. Is this possible? Is it a solved problem? If not, and I wanted to try myself, could someone point me at the git-specific tools I'd need to know to use to achieve it? TIA! DC -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html