[petsc-dev] how to tell if some branch has something useful in it?

Jed Brown jedbrown at mcs.anl.gov
Tue Dec 10 00:04:42 CST 2013


Barry Smith <bsmith at mcs.anl.gov> writes:

>   Like all the changes made in master since it split off which is tons
>   of stuff and totally irrelevant

I think Aron meant

$ git diff master...barry/reduce-dmsetup-da-memoryusage

which is equivalent to

$ git diff $(git merge-base master barry/reduce-dmsetup-da-memoryusage)..barry/reduce-dmsetup-da-memoryusage

You might also use something like

$ git log --stat master..barry/reduce-dmsetup-da-memoryusage
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20131209/7fa7cc6e/attachment.sig>


More information about the petsc-dev mailing list