<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Fri, Jan 11, 2019 at 6:14 PM Balay, Satish via petsc-dev <<a href="mailto:petsc-dev@mcs.anl.gov">petsc-dev@mcs.anl.gov</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Currently I see:<br>
<br>
balay@sb /home/balay/petsc (master=)<br>
$ gitreadytomerge<br>
  origin/balay/metis-add-doubleprecision-option/maint<br>
  origin/barry/feature-dmda1d-periodic-fill<br>
  origin/Fande-Kong/fixed_hierarchical_partitioning_weights_master<br>
  origin/haplav/feature-hdf5-improve-attribute-io<br>
  origin/hzhang/fix-submats-memleak/maint<br>
  origin/maint<br>
  origin/next<br>
  origin/psanan/dmstag-ex4-fix<br>
  origin/rmills/fix-ex12-runtype-option/maint<br>
balay@sb /home/balay/petsc (master=)<br>
$ gitreadytomergeincomplete <br>
  origin/balay/metis-add-doubleprecision-option/maint<br>
  origin/barry/feature-dmda1d-periodic-fill<br>
  origin/Fande-Kong/fixed_hierarchical_partitioning_weights_master<br>
  origin/haplav/feature-hdf5-improve-attribute-io<br>
  origin/hzhang/fix-submats-memleak/maint<br>
  origin/knepley/fix-plex-interpolation-parallel<br>
  origin/next<br>
  origin/psanan/dmstag-ex4-fix<br>
  origin/rmills/fix-ex12-runtype-option/maint<br>
<br>
So the extra branch in 'incomplete' list is origin/knepley/fix-plex-interpolation-parallel<br>
<br>
But then - next has:<br>
<br>
>>>>><br>
commit 216eaf983554edc1ad429265718576c68c47b72c<br>
Author: Karl Rupp <<a href="mailto:me@karlrupp.net" target="_blank">me@karlrupp.net</a>><br>
Date:   Wed Oct 3 07:19:27 2018 +0200<br>
<br>
    Revert "Merge branch 'knepley/fix-plex-interpolation-parallel' into next [PR #1130]"<br>
<br>
    This reverts commit 626808e7b5e6d32fe8ac4d345872231b9c5782ff, reversing<br>
    changes made to 02a379f6432ba4e531280ac582edfd94c6a600ec.<br>
<<<<<<br>
<br>
So I'll ignore this branch.. I also see 'declined' on the PR.<br>
<a href="https://bitbucket.org/petsc/petsc/pull-requests/1130/knepley-fix-plex-interpolation-parallel/diff" rel="noreferrer" target="_blank">https://bitbucket.org/petsc/petsc/pull-requests/1130/knepley-fix-plex-interpolation-parallel/diff</a></blockquote><div><br></div><div>Yep, this needs a fix that I have to figure out. I should have time before the semester starts.</div><div><br></div><div>  Thanks,</div><div><br></div><div>    Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
Satish<br>
<br>
On Fri, 11 Jan 2019, Balay, Satish via petsc-dev wrote:<br>
<br>
> I use the following:<br>
> <br>
> alias gitreadytomerge'=git fetch -p && comm -12 <(git branch -r --merged origin/next | sort) <(git branch -r --no-merged origin/master | sort)'<br>
> alias gitreadytomergesorted='git fetch && paste <(gitreadytomerge | xargs git show -q --format=format:%aI) <(gitreadytomerge) |sort -n'<br>
> alias gitreadytomergeincomplete='git fetch -p && (for i in $(git log origin/master..origin/next --no-merges --format=%H); do git branch -r --contains $i; done | sort | uniq)'<br>
> <br>
> The last one can take a while to process all the commits in next.<br>
> <br>
> Note: they have some corner cases - like listing branches added to next<br>
> - and subsequently removed. [or if branch-A is merged to branch-B<br>
> and branch-B is merged to next - then branch-A is also listed etc..]<br>
> <br>
> Satish<br>
> <br>
> <br>
> On Fri, 11 Jan 2019, Smith, Barry F. via petsc-dev wrote:<br>
> <br>
> > <br>
> >    Jed gave me this git script to find branches in next that have not yet been merged to master<br>
> > <br>
> > alias gitmasternotupdated="comm -12 <(git branch -r --merged origin/next | grep origin/ | sort) <(git branch -r --no-merged origin/master ) | xargs -n1 git log -1 --format='%Cgreen%ci %C(yellow)%d%Creset %s' --abbrev-commit |  sed 's?origin/[a-z/-]*, ??g' | grep -v '(origin/next)' | cut -b 1-`stty size | cut -d" " -f 2` | sort -u | grep -v Merge" <br>
> > <br>
> > Unfortunately it does not list branches in next that have had additional commits added to them (by someone fixing problems seen in nightly tests) since they were merged to next. Hence they can be "lost" branches that we forget to merge into next again for another round of testing.<br>
> > <br>
> >    Could someone cook up a script that captures these branches? That is, it shows branches in next that are not master but have been updated since they were merged into next.<br>
> > <br>
> >    Thanks<br>
> > <br>
> >     Barry<br>
> >  <br>
> <br>
<br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>-- Norbert Wiener</div><div><br></div><div><a href="http://www.cse.buffalo.edu/~knepley/" target="_blank">https://www.cse.buffalo.edu/~knepley/</a><br></div></div></div></div></div></div></div></div>