RE: Clean up remote branches in git

2014-12-04 Thread Michael A. Labriola
>Question: Can you “un-delete” a deleted branch in case we find later there is >something in one of them that we need? Also, other than a smaller list of >branches, what else does it save us? Does it make the repo >smaller? Alex- Branches are really just a pointer to a commit in the repo. So

Re: Clean up remote branches in git

2014-12-04 Thread Alex Harui
Question: Can you “un-delete” a deleted branch in case we find later there is something in one of them that we need? Also, other than a smaller list of branches, what else does it save us? Does it make the repo smaller? -Alex On 12/4/14, 5:11 AM, "Erik de Bruin" wrote: >No worries. If you int

Re: Clean up remote branches in git

2014-12-04 Thread Erik de Bruin
No worries. If you intend to work on them at any point, the branches have a reason to exist. There is no need to remove them. Just trying to clear out the actual dead wood :-) Thanks, EdB On Thu, Dec 4, 2014 at 6:07 AM, Michael A. Labriola wrote: >>Anyone else? Or can I just delete any branch

RE: Clean up remote branches in git

2014-12-04 Thread Michael A. Labriola
>Anyone else? Or can I just delete any branch that is not master, develop, >FDBWorkers or an old release branch? My guess would be: >"no!", but it would sure be nice if you left a note saying you are still >working on a branch ;-) Erik, I believe I still have mine out there and, if time ever pe

Re: Clean up remote branches in git

2014-12-02 Thread Erik de Bruin
Thank you. EdB On Tue, Dec 2, 2014 at 2:56 PM, Mihai Chira wrote: > Just removed the FLEX-34119 branch, which I had created and then > merged with develop. Thanks for the heads up. > > On 1 December 2014 at 18:11, Erik de Bruin wrote: >> Justin, >> >> I'd appreciate it if you read my emails b

Re: Clean up remote branches in git

2014-12-02 Thread Mihai Chira
Just removed the FLEX-34119 branch, which I had created and then merged with develop. Thanks for the heads up. On 1 December 2014 at 18:11, Erik de Bruin wrote: > Justin, > > I'd appreciate it if you read my emails before you misquote me. When > quoting someone, it is polite to include the entire

Re: Clean up remote branches in git

2014-12-01 Thread Erik de Bruin
Justin, I'd appreciate it if you read my emails before you misquote me. When quoting someone, it is polite to include the entire quote, which in this case reads: > ... Or can I just delete any branch that is not master, develop, FDBWorkers > or an old release branch? As you see, I was careful t

Re: Clean up remote branches in git

2014-12-01 Thread Justin Mclean
Hi, > Anyone else? Or can I just delete any branch that is not master Be very careful here and please do not delete any branch that was a release, we need to keep those for legal reasons. Thanks, Justin

Re: Clean up remote branches in git

2014-12-01 Thread Erik de Bruin
t 10:52 PM, Frédéric THOMAS wrote: > Hi, > > Just checked and except the FDBWorkers branch which needs to be kept, I > haven't seen anything else from me. > > Frédéric THOMAS > >> From: e...@ixsoftware.nl >> Date: Fri, 28 Nov 2014 09:53:13 +0100 >&g

RE: Clean up remote branches in git

2014-11-30 Thread Frédéric THOMAS
Hi, Just checked and except the FDBWorkers branch which needs to be kept, I haven't seen anything else from me. Frédéric THOMAS > From: e...@ixsoftware.nl > Date: Fri, 28 Nov 2014 09:53:13 +0100 > Subject: Clean up remote branches in git > To: dev@flex.apache.org > CC: web

Clean up remote branches in git

2014-11-28 Thread Erik de Bruin
Hi, Would y'all please take a look at the remote branches in the SDK repo? It looks to me that the majority have already been merged back into 'develop' and don't serve any purpose anymore. Can you please remove any branches you created that have become obsolete? Thanks! EdB -- Ix Multimedi