Veit Guna wrote on Sat, Sep 24, 2016 at 12:19:16 +0200:
> So basically what I need is a diff that shows me the same changes that
> would be made to trunk if the branch
> would be merged to it (ignoring trunk changes merged to branch).
> 
> Is this somehow possible?

Checkout trunk@HEAD, run 'merge --reintegrate' (without committing the
result), and run 'diff'?

That'd give the most accurate answer possible, even if the branch has
received cherry-picking or subtree merges.

Cheers,

Daniel

Reply via email to