Usually 'git log' shows all the commits contributing to the current point, even those commits that came from branches merged into the current branch.
Is it possible to issue a command to only see the commits in a particular branch? That is, if there is an integration branch where everything is merged just before shipping, is there any git command to see only those commits in that branch?