Re: [Libmesh-devel] Automatically git fetch github pull requests

2013-04-08 Thread Jed Brown
Cody Permann writes: > Well, yes... I used that tip from Roy to see all the pull requests. > There around 80 of them out there already in the short life of libMesh > on github. 95% of those have long been merged back into trunk but > that ref spec still shows them all. It's not a big deal, I h

Re: [Libmesh-devel] Automatically git fetch github pull requests

2013-04-08 Thread Cody Permann
Sent from my evil iPad On Apr 8, 2013, at 8:14 PM, Jed Brown wrote: > Cody Permann writes: > >> Ah close - looks like I need 'git pull --prune'! > > I guess I don't know what you're looking for. You want to prune the > remote tracking branch while it still exists upstream? That's not > really

Re: [Libmesh-devel] Automatically git fetch github pull requests

2013-04-08 Thread Jed Brown
Cody Permann writes: > Ah close - looks like I need 'git pull --prune'! I guess I don't know what you're looking for. You want to prune the remote tracking branch while it still exists upstream? That's not really the point of remote tracking branches so you should just make sure they are clo

Re: [Libmesh-devel] Automatically git fetch github pull requests

2013-04-08 Thread Cody Permann
On Mon, Apr 8, 2013 at 7:54 PM, Jed Brown wrote: > Cody Permann writes: > > > Nice! Now I just need to figure out how to filter out closed requests. > My > > "git branch -av" command is a mess now :) > > Are you looking for 'git fetch --prune'? > Ah close - looks like I need 'git pull --prune

Re: [Libmesh-devel] Automatically git fetch github pull requests

2013-04-08 Thread Jed Brown
Cody Permann writes: > Nice! Now I just need to figure out how to filter out closed requests. My > "git branch -av" command is a mess now :) Are you looking for 'git fetch --prune'? -- Precog is a next-generation ana

Re: [Libmesh-devel] Automatically git fetch github pull requests

2013-04-08 Thread Cody Permann
Nice! Now I just need to figure out how to filter out closed requests. My "git branch -av" command is a mess now :) Cody On Mon, Apr 8, 2013 at 5:00 PM, Derek Gaston wrote: > Very cool! Nice tip! > > Derek > > > On Mon, Apr 8, 2013 at 4:55 PM, Roy Stogner wrote: > >> >> I may be the last to

Re: [Libmesh-devel] Automatically git fetch github pull requests

2013-04-08 Thread Derek Gaston
Very cool! Nice tip! Derek On Mon, Apr 8, 2013 at 4:55 PM, Roy Stogner wrote: > > I may be the last to know about this, but in case there's anyone else > who hasn't run into this tip: > > http://aniszczyk.org/2012/10/09/checkout-github-pull-requests-via-cli/ > > Type magic into "git config", a