Re: How should I update linux-next tree ?

2011-12-05 Thread Julie Sullivan
On Fri, Dec 2, 2011 at 8:57 PM, Dan Carpenter wrote: > On Fri, Dec 02, 2011 at 07:36:54AM -0300, Joilnen Leite wrote: >> Should I to do git pull ? >> or like said >> http://linux.f-seidel.de/linux-next/pmwiki/pmwiki.php?n=Linux-next.FAQ >> >> $ git remote add linux-next >> git://git.kernel.org/pu

Re: How should I update linux-next tree ?

2011-12-02 Thread Dan Carpenter
On Fri, Dec 02, 2011 at 07:36:54AM -0300, Joilnen Leite wrote: > Should I to do git pull ? > or like said > http://linux.f-seidel.de/linux-next/pmwiki/pmwiki.php?n=Linux-next.FAQ > > $ git remote add linux-next > git://git.kernel.org/pub/scm/linux/kernel/git/sfr/linux-next.git > $ git fetch linux

Re: How should I update linux-next tree ?

2011-12-02 Thread Greg KH
On Fri, Dec 02, 2011 at 07:36:54AM -0300, Joilnen Leite wrote: > Should I to do git pull ? > or like said > http://linux.f-seidel.de/linux-next/pmwiki/pmwiki.php?n=Linux-next.FAQ > > $ git remote add linux-next > git://git.kernel.org/pub/scm/linux/kernel/git/sfr/linux-next.git > $ git fetch linux

How should I update linux-next tree ?

2011-12-02 Thread Joilnen Leite
Should I to do git pull ? or like said http://linux.f-seidel.de/linux-next/pmwiki/pmwiki.php?n=Linux-next.FAQ $ git remote add linux-next git://git.kernel.org/pub/scm/linux/kernel/git/sfr/linux-next.git $ git fetch linux-next $ git fetch --tags linux-next ... # later on $ git remote update __

How should I update linux-next tree

2011-11-29 Thread Joilnen Leite
Should I to do git pull ? or like said http://linux.f-seidel.de/linux-next/pmwiki/pmwiki.php?n=Linux-next.FAQ $ git remote add linux-next git://git.kernel.org/pub/scm/linux/kernel/git/sfr/linux-next.git $ git fetch linux-next $ git fetch --tags linux-next ... # later on $ git remote update __