Re: GEODE-6630 fix for release 1.9.0

2019-04-18 Thread Jason Huynh
+1 On Thu, Apr 18, 2019 at 1:48 PM Dan Smith wrote: > +1 - this looks like a good fix to get in if it was introduced in 1.9.0. > > -Dan > > On Thu, Apr 18, 2019 at 1:28 PM Eric Shu wrote: > > > I'd like to include the fix for the NPE. > > It is new in 1.9. > > > > Regards, > > Eric > > >

Re: GEODE-6630 fix for release 1.9.0

2019-04-18 Thread Dan Smith
+1 - this looks like a good fix to get in if it was introduced in 1.9.0. -Dan On Thu, Apr 18, 2019 at 1:28 PM Eric Shu wrote: > I'd like to include the fix for the NPE. > It is new in 1.9. > > Regards, > Eric >

GEODE-6630 fix for release 1.9.0

2019-04-18 Thread Eric Shu
I'd like to include the fix for the NPE. It is new in 1.9. Regards, Eric

Re: defunct branches

2019-04-18 Thread Patrick Rhomberg
To elaborate on what Dan said: What has happened is that your local record of the remote references has 400+ remote branch references. Some time ago, I raised the same concern that you have here, and we got that number down to a couple dozen. But your local references are still there. git fetch

Re: defunct branches

2019-04-18 Thread Dan Smith
You just need to do git remote prune origin. Git doesn't remove remote branches from your local copy automatically. -Dan On Thu, Apr 18, 2019 at 8:08 AM Bruce Schuchardt wrote: > Sorry to spam everyone. "git branch -r" seems to be a local thing. I > made a fresh clone of the apache repo and n

Re: defunct branches

2019-04-18 Thread Jacob Barrett
> On Apr 18, 2019, at 8:01 AM, Bruce Schuchardt wrote: > > It's also pretty weird that the UI doesn't show all of the release branches, > like these: > > origin/release/1.1 > origin/release/1.2.0 > origin/release/1.2.1 > origin/release/1.3.0 > origin/release/1.4.0 >

Re: defunct branches

2019-04-18 Thread Bruce Schuchardt
Sorry to spam everyone.  "git branch -r" seems to be a local thing.  I made a fresh clone of the apache repo and now only see the branches mentioned in the UI. On 4/17/19 5:06 PM, Jason Huynh wrote: Hi Bruce, I am unable to see the same branches on geode repo. I do see these branches on my p

Re: defunct branches

2019-04-18 Thread Bruce Schuchardt
It's also pretty weird that the UI doesn't show all of the release branches, like these:   origin/release/1.1   origin/release/1.2.0   origin/release/1.2.1   origin/release/1.3.0   origin/release/1.4.0   origin/release/1.5.0   origin/release/1.6.0 On 4/17/19 5:06 P

Re: defunct branches

2019-04-18 Thread Bruce Schuchardt
That's weird.  No, I'm not working off of a personal fork. > git remote -v origin    ssh://g...@github.com/apache/geode.git (fetch) origin    ssh://g...@github.com/apache/geode.git (push) And "git branch -r" shows a lot more branches than the UI URL.  I see this on multiple machines w