> By the way, there is a more compact way to achieve the equivalent with git: > $ git diff origin/master...cilkplus > Note the three dots rather than two between the revisions. This shows the diffs from the common merge base up to the cilkplus branch tip. > Mark Good catch. I forgot about this syntax!