Originally Posted By: tfabris
I want GIT BLAME on every line of that function, giving me the email address of every person who worked on every line of that function, from its declaration at the top, down through every line of the function down to its closing curlybrace.


Taking a step back: why? You're looking for a technical solution to a social problem. There's a reason why cvs annotate became svn (and then git) blame...

On the other hand, you might be interested in Your code as a crime scene.
_________________________
-- roger