I'm working on a code base that's not mine for a project. I created a new git repo when I first started editing the code and probably touched a dozen or so files with new code since, making many commits.
What I would like to do is add a comment to the top of each change stating that I changed the code there, just for recording purposes. I was wondering if anyone knew of an easyish way to do this with git + scripts + magic dust, or if I'm going to have to do it manually. I can't think of anything myself.