Timmy Von Heiss
Timmy Von Heiss

Reputation: 2218

How to annotate a diff in bitbucket to see commit

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

Answers (1)

eftshift0
eftshift0

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

Related Questions