[cfe-dev] Cilk Plus extensions in LLVM/Clang

Mark Lacey llvm at rudkx.com
Fri Mar 8 07:29:41 PST 2013


On Fri, Mar 8, 2013 at 6:07 AM, Langmuir, Ben <ben.langmuir at intel.com>wrote:

>
> $ git diff `git merge-base cilkplus origin/master`..cilkplus
>
>
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20130308/c4e1036f/attachment.html>


More information about the cfe-dev mailing list