I would like to know how I can see the result of command like git log ..some-branch
in magit ?
From the doc :
Giving a prefix argument to l will ask for the starting and end point of the history. This can be used to show the commits that are in one branch, but not in another, for example. The start point can also be a range of revisions “r1..r2”. In that case “r1” is used as the start and “r2” as the end point of the history.
But I do not understand how I can give this prefix argument ? Which key sequence I should use ?