On Wed, Nov 24, 2010 at 11:07:51PM +0100, Julien Nabet <[email protected]> wrote: > Here what i've got : > ser...@serval:~/libreoffice-source/build/clone$ git branch > * master > ser...@serval:~/libreoffice-source/build/clone$ cd components/ > ser...@serval:~/libreoffice-source/build/clone/components$ git branch > * (no branch) > master
That's it. Somehow you're not on a branch. I would try: git rebase --abort Under clone/components, and in case it says no rebase is in progress, then just 'git checkout master', and finally re-try bin/g pull -r. NOTE: /clone is part of build.git while /clone/components is components.git. Any directory under components is also part of components.git, so you just get the same output there.
pgpgbi7yrOb9V.pgp
Description: PGP signature
_______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
