2014-05-01 13:00 UTC+02:00, Martin Albrecht <martinralbre...@googlemail.com>:
> Hi all,
>
> currently it is a bit awkward to review a branch on trac which has many
> commits. For example
>
>    http://trac.sagemath.org/ticket/15976
>
> has quite a few commits so it seems quite daunting to review it, whereas the
>
> actual difference to the main development branch is not that much. Locally,
> we
> can do:
>
> $ git diff my_branch..develop
>
> and
>
> $ git diff my_branch...develop
>
> cf.
> https://stackoverflow.com/questions/9834689/comparing-two-branches-in-git
>
> Could something like this be added to trac?

+1
And in the developer guide! I also learned from Volker

 $ git log my_branch ^develop

which only selects commit in my_branch that do not belong to develop.

Cheers
Vincent

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to