On Mon, Jun 18, 2012 at 8:11 PM, Stephen Chu <step...@ju-ju.com> wrote:
> When I clone Qt 5 from gitorious, sub-modules like qtbase are not in any
> branch:
>
> stephen-chus-mac-pro:qtbase stephenchu$ git branch
> * (no branch)
>   master
>
> Where are these non-branch files on gitorious? How do they get there?

You'll get this when you check out a given sha directly as opposed to
a branch like 'master'. This is done because qt5.git contains the most
recent shas of all modules known to be good (and work together). This
is called a "detached head" in git terminology.
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to