History / Annotate functionality
It would be great to be able to browse history of the file and annotate it. Example functionality is implemented in open grok https://nxr.netbsd.org/xref/src/sys/netipsec/ipsec.c?r=1.94
this could be partial step in order to reach #9 and have possible flexible implementation based on #92
Something to add to the backlog.
When you say annotate do you mean you want to be able to write permanent comments against commits and lines? Or just to see a blame of the file?
just to see a blame of the file, take a look at this open grok example I linked
I did. Was just checking based on you writing "and annotate it" which indicated you wanted to write comments against it. Blame functionality is actually already in the application, just hidden. Surfacing it is something I have wanted to do.