On Sun, 24 Apr 2016, Satish Balay wrote: > > As for pending merges, what is the status of these branches (in 'next', > > but not yet in 'master')? > > > > barry/fix-some-clang-warnings > > knepley/feature-fe-nonaffine > > knepley/fix-mem-init > > pr329/master/Fande-Kong/matpartitioning-hierarch > > pr359/master/Fande-Kong/fix-mat-convert-nest-aij > > tisaac/dmp4est-feature-mapped-coordinates > > tisaac/fix-ex3-coords
BTW: I see some discrepancy here balay@asterix /home/balay/petsc (maint=) $ git fetch -p balay@asterix /home/balay/petsc (maint=) $ git branch -r |grep pr359 balay@asterix /home/balay/petsc (maint=) $ git branch -r |grep pr329 balay@asterix /home/balay/petsc (maint=) $ comm -12 <(git branch -r --merged origin/next | sort) <(git branch -r --no-merged origin/master | sort) origin/barry/fix-some-clang-warnings origin/dalcinl/ts-2nd-order-systems origin/dalcinl/tsbdf origin/knepley/feature-fe-nonaffine origin/next origin/tisaac/dmp4est-feature-mapped-coordinates origin/tisaac/fix-ex3-coords balay@asterix /home/balay/petsc (maint=) $ Satish