In clearcase I could just run
branchlocation>cleartool vtree <filename>
And a version tree would pop up showing me the merges for that file. I want to do the equivalent in git.
I think it is something to do with git read-tree
- but that doesn't look like what I'm looking for.
My question is: How to get a version tree for a file in git?