<div dir="ltr"><div style><br></div>On Fri, Mar 8, 2013 at 6:07 AM, Langmuir, Ben <span dir="ltr"><<a href="mailto:ben.langmuir@intel.com" target="_blank">ben.langmuir@intel.com</a>></span> wrote:<br><div class="gmail_extra">
<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br></div>$ git diff `git merge-base cilkplus origin/master`..cilkplus<br>
<br></blockquote><div><br></div><div style>By the way, there is a more compact way to achieve the equivalent with git:</div><div style>  $ git diff origin/master...cilkplus</div><div style>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.</div>
<div style><br></div><div style>Mark </div></div></div></div>