On Mon, Jul 21, 2008 at 10:45:29AM +0200, Rene Herman wrote: > rene@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. _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel