Reputation: 2218
I have a feature branch. I am looking at the diff of the feature branch compared to master. i want to be able to annotate this view to see the commit details for each line of code.
--
I am looking to do this in either bitbucket or a third party tool.
Upvotes: 0
Views: 1322
Reputation: 30212
I think you need to take a look at difflame, a tool I created to do precisely that. Let me know how it goes.
https://github.com/eantoranz/difflame
It's not bullet-proof, just in case.
Upvotes: 1