All of lore.kernel.org
 help / color / mirror / Atom feed
* GIT tree usage.
@ 2008-06-10 21:19 Rene Herman
  2008-06-10 21:25 ` Rene Herman
  2008-06-11 16:26 ` Takashi Iwai
  0 siblings, 2 replies; 3+ messages in thread
From: Rene Herman @ 2008-06-10 21:19 UTC (permalink / raw)
  To: Jaroslav Kysela; +Cc: Takashi Iwai, ALSA devel

Good day.

I have been using Takashi's "sound-2.6" GIT repo:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git

for pulling current ALSA (branch master) into the stock kernel tree and 
while rebuilding stuff thought I'd try switching to the official ALSA 
GIT repo(s). I'd like to make sure that I am now using the right trees 
and branches...

I start out locally with a fresh linus clone:

$ git clone 
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 local

and then want to pull latest ALSA into it:

$ git remote add alsa git://git.alsa-project.org/alsa-kernel.git
$ git remote show alsa
* remote alsa
   URL: git://git.alsa-project.org/alsa-kernel.git
   Tracked remote branches
     for-linus linux-2.6 master
$ git checkout -b current
$ git merge alsa/master

Am I using the right tree and branch for this? And is this branch being 
rebased?

Rene.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-06-11 16:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-10 21:19 GIT tree usage Rene Herman
2008-06-10 21:25 ` Rene Herman
2008-06-11 16:26 ` Takashi Iwai

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.