[alsa-devel] GIT: something wrong with sound-2.6/devel?

Mark Brown broonie at opensource.wolfsonmicro.com
Mon Jul 21 11:51:22 CEST 2008


On Mon, Jul 21, 2008 at 10:45:29AM +0200, Rene Herman wrote:

> rene at 7ixe4:~/src/linux/7ixe4$ git fetch tiwai
>  From git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
>   ! [rejected]        devel      -> tiwai/devel  (non fast forward)
>   ! [rejected]        dma-fix    -> tiwai/dma-fix  (non fast forward)
>   ! [rejected]        master     -> tiwai/master  (non fast forward)

> I'll go ask on the GIT list what this might be about...

This means that the git remote is configured to only pull fast forwards
from that repository.  Add a + to the 'fetch =' for it in .git/config
and it'll track non-linear updates like you get when the remote rebases.


More information about the Alsa-devel mailing list