Re: [GIT pull] x86 fixes for 2.6.26

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jesper Juhl
Date: Saturday, May 17, 2008 - 3:45 pm

2008/5/17 Linus Torvalds <torvalds@linux-foundation.org>:
<snip very nice description of when to use rebase>
<snip stuff on fetch + merge>

Linus,

Thank you for some very good descriptions on proper git workflow. That
was very informative.

As new Trivial tree maintainer I'm trying to figure out how I should
manage that tree, and based on your description on git use I have a
few questions.

What I did for my first merge-window was simply clone your tree,
create a for-linus branch, add all the patches to that branch and ask
you to pull. That worked nicely that once, but I guess that wiping the
tree and starting from a fresh clone every merge window wouldn't be a
good idea - especially since I'd like Trivial to also get pulled into
linux-next.

This is what I think I should be doing going forward. I'd appreciate
it if you could comment on whether or not it's the right way to do
things.

Start off with a clone of your tree (master branch).

Pull your tree into 'master' daily (or at least often).

Create a for-linux-2.6.27 branch or the upcomming 2.6.27 merge window
and apply all the patches I currently have pendng in a mailbox to that
branch. Keep the branch reasonably up-to-date by doing a weekly git
fetch + merge from my 'master' branch that tracks your tree.

Once the 2.6.27 merge window opens, ask you to pull the
'for-linux-2.6.27' branch and once you have done so, leave that branch
alone forever.

Branch off a new 'for-linux-2.6.28' branch and repeat.

As for linux-next, I'd create a 'linux-next' branch that I would
update whenever I change one of the 'for-linux-2.6.xx' branches, by
doing a fetch from the branch into 'linux-next' and then a merge.

Does that sound sane or is there a better way?


-- 
Jesper Juhl <jesper.juhl@gmail.com>
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please http://www.expita.com/nomime.html
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[GIT pull] x86 fixes for 2.6.26, Thomas Gleixner, (Fri May 16, 3:38 pm)
Re: [GIT pull] x86 fixes for 2.6.26, Linus Torvalds, (Fri May 16, 3:47 pm)
Re: [GIT pull] x86 fixes for 2.6.26, Linus Torvalds, (Fri May 16, 3:51 pm)
Re: [GIT pull] x86 fixes for 2.6.26, Thomas Gleixner, (Fri May 16, 4:44 pm)
Re: [GIT pull] x86 fixes for 2.6.26, Linus Torvalds, (Fri May 16, 5:03 pm)
Re: [GIT pull] x86 fixes for 2.6.26, David Miller, (Fri May 16, 5:28 pm)
Re: [GIT pull] x86 fixes for 2.6.26, Linus Torvalds, (Fri May 16, 6:38 pm)
Re: [GIT pull] x86 fixes for 2.6.26, Theodore Tso, (Fri May 16, 6:57 pm)
Re: [GIT pull] x86 fixes for 2.6.26, Linus Torvalds, (Fri May 16, 8:19 pm)
Re: [GIT pull] x86 fixes for 2.6.26, Theodore Tso, (Sat May 17, 7:58 am)
Re: [GIT pull] x86 fixes for 2.6.26, Linus Torvalds, (Sat May 17, 10:05 am)
Re: [GIT pull] x86 fixes for 2.6.26, Ingo Molnar, (Sat May 17, 12:39 pm)
Re: [GIT pull] x86 fixes for 2.6.26, Linus Torvalds, (Sat May 17, 1:00 pm)
Re: [GIT pull] x86 fixes for 2.6.26, Junio C Hamano, (Sat May 17, 1:26 pm)
Re: [GIT pull] x86 fixes for 2.6.26, Thomas Gleixner, (Sat May 17, 1:37 pm)
Re: [GIT pull] x86 fixes for 2.6.26, Thomas Gleixner, (Sat May 17, 2:02 pm)
Re: [GIT pull] x86 fixes for 2.6.26, Linus Torvalds, (Sat May 17, 2:36 pm)
Re: [GIT pull] x86 fixes for 2.6.26, Jesper Juhl, (Sat May 17, 3:45 pm)
Re: [GIT pull] x86 fixes for 2.6.26, Linus Torvalds, (Sat May 17, 5:35 pm)
Re: [GIT pull] x86 fixes for 2.6.26, Stephen Rothwell, (Sat May 17, 7:22 pm)
Re: [GIT pull] x86 fixes for 2.6.26, Jesper Juhl, (Sun May 18, 3:09 pm)
Re: [GIT pull] x86 fixes for 2.6.26, Linus Torvalds, (Sun May 18, 3:26 pm)
Re: [GIT pull] x86 fixes for 2.6.26, Jesper Juhl, (Mon May 19, 5:01 pm)