I have a hard time using vc-annotate (my version control system is git), because the output is not very userfriendly, as it displays long filenames in a separate column in the buffer, which take up half of my screen. Apart from that it takes ages until vc-annotate command returns any output.
I suspect this is because of some arguments passed to git blame command. Can I somehow override the default vc-annotate command and pass my custom options to git blame (like not showing file paths, different date format etc.)
I tried magit-blame but didn't like the output style of mixing code and annotations.