* question about staging tree branches
@ 2011-07-12 6:45 Prashant Shah
2011-07-12 16:01 ` Greg KH
0 siblings, 1 reply; 4+ messages in thread
From: Prashant Shah @ 2011-07-12 6:45 UTC (permalink / raw)
To: kernelnewbies
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 ? What is ra-link for ?
Regards.
^ permalink raw reply [flat|nested] 4+ messages in thread
* question about staging tree branches
2011-07-12 6:45 question about staging tree branches Prashant Shah
@ 2011-07-12 16:01 ` Greg KH
2011-07-12 16:34 ` Daniel Baluta
0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2011-07-12 16:01 UTC (permalink / raw)
To: kernelnewbies
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...
And master tracks Linus's branch.
Hope this helps,
greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
* question about staging tree branches
2011-07-12 16:01 ` Greg KH
@ 2011-07-12 16:34 ` Daniel Baluta
2011-08-23 23:14 ` Greg KH
0 siblings, 1 reply; 4+ messages in thread
From: Daniel Baluta @ 2011-07-12 16:34 UTC (permalink / raw)
To: kernelnewbies
On Tue, Jul 12, 2011 at 7:01 PM, Greg KH <greg@kroah.com> 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 <remote> :<remote_branch>
thanks,
Daniel.
[1] http://yuji.wordpress.com/2010/06/11/git-delete-remote-branch/
^ permalink raw reply [flat|nested] 4+ messages in thread
* question about staging tree branches
2011-07-12 16:34 ` Daniel Baluta
@ 2011-08-23 23:14 ` Greg KH
0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2011-08-23 23:14 UTC (permalink / raw)
To: kernelnewbies
On Tue, Jul 12, 2011 at 07:34:58PM +0300, Daniel Baluta wrote:
> On Tue, Jul 12, 2011 at 7:01 PM, Greg KH <greg@kroah.com> 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 <remote> :<remote_branch>
Thanks, that worked great.
greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-08-23 23:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-12 6:45 question about staging tree branches Prashant Shah
2011-07-12 16:01 ` Greg KH
2011-07-12 16:34 ` Daniel Baluta
2011-08-23 23:14 ` Greg KH
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.