From mboxrd@z Thu Jan 1 00:00:00 1970 From: greg@kroah.com (Greg KH) Date: Tue, 23 Aug 2011 16:14:06 -0700 Subject: question about staging tree branches In-Reply-To: References: <20110712160107.GC6696@kroah.com> Message-ID: <20110823231406.GA9955@kroah.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Tue, Jul 12, 2011 at 07:34:58PM +0300, Daniel Baluta wrote: > On Tue, Jul 12, 2011 at 7:01 PM, Greg KH wrote: > > On Tue, Jul 12, 2011 at 12:15:17PM +0530, Prashant Shah wrote: > >> Hi, > >> > >> There are 4 branches in the staging tree > >> > >> ? remotes/staging/master > >> ? remotes/staging/ralink > >> ? remotes/staging/staging-linus > >> ? remotes/staging/staging-next > >> > >> Is the staging-linus is what Linus merges and staging-next is merged > >> by linux-next tree ? > > > > No, staging-linus is what goes to Linus for this kernel release, after > > the -rc1 kernel is out. ?It is picked up in the linux-next daily > > releases. > > > > staging-next is what goes to Linus for the next kernel release after > > this one. ?It too is picked up in the linux-next daily releases. > > > > ralink is an old branch of mine that I need to delete that has an > > obsolete ralink driver in it that I was working on cleaning up. ?Anyone > > remember what the command to delete a remote branch is? ?I always need > > to look it up... > > According to Google ([1]) this should be: > # git push : Thanks, that worked great. greg k-h