[LLVMdev] lld coding style

Nico Rieck nico.rieck at gmail.com
Fri Oct 10 07:25:58 PDT 2014


On 10.10.2014 12:59, Manuel Klimek wrote:
> Just tried that and I don't see how to get to the *parent* commit of a line
> (the immediate version of the file before it was the way I see it).
> With git this is probably hard, because it assumes non-linear history, so
> there is not necessarily a single parent commit (?)

Right-click the hunk in question and click "Blame parent commit". I
don't know exactly what it chooses if you have non-linear history,
though, but this isn't a problem for LLVM. ;)

-Nico



More information about the llvm-dev mailing list