Is there a programmatic way to export git blame
from a (text) file to either PDF (preferred) or HTML?
I know that github already offers a blame view in webbrowser (see e.g. here), but in the end I want to do a blame-export for all files in a given repository.
Since git doesn't offer that itself I ended up with @terrorrussia-keeps-killing comment and wrote a python script:
git blame --line-porcelain <sha1> -- <fname>
(the source is copyright-