And another question, a simple one,
How to I clone a specific branch (ICS release, not the master/HEAD).
The command:
"git clone -b android-4.0.1_r1 https://..../QuickSearchBox.git"
gives me the error:
"warning: Remote branch android-4.0.1_r1 not found in upstream origin,
using Head instead."
while
"git clone -b gingerbread-release https://..../QuickSearchBox.git" is
working find.
10x
JBQ
> --
> You received this message because you are subscribed to the Google Groups "android-platform" group.
> To post to this group, send email to android-...@googlegroups.com.
> To unsubscribe from this group, send email to android-platfo...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/android-platform?hl=en.
>
>
--
Jean-Baptiste M. "JBQ" Queru
Software Engineer, Android Open-Source Project, Google.
Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.
And how can I view the source code of a specific Tag ?
On Dec 6, 6:22 pm, Jean-Baptiste Queru <j...@android.com> wrote:
> android-4.0.1_r1 is a tag, not a branch.
>
> JBQ
>
>
>
>
>
>
>
>
>
> On Tue, Dec 6, 2011 at 12:30 AM, Omer Cz <ome...@gmail.com> wrote:
> > Hi,
> > I have been trying to run QuickSearchBox,
> > after downloading, it seems like the jave file
> > com.android.quicksearchbox.preferences.SearchableItemsActivity
> > is missing.
>
> > And another question, a simple one,
> > How to I clone a specific branch (ICS release, not the master/HEAD).
>
> > The command:
> > "git clone -b android-4.0.1_r1https://..../QuickSearchBox.git"
> > gives me the error:
> > "warning: Remote branch android-4.0.1_r1 not found in upstream origin,
> > using Head instead."
>
> > while
> > "git clone -b gingerbread-releasehttps://..../QuickSearchBox.git" is
> > working find.
>
> > 10x
>
> > --
> > You received this message because you are subscribed to the Google Groups "android-platform" group.
> > To post to this group, send email to android-...@googlegroups.com.
> > To unsubscribe from this group, send email to android-platfo...@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/android-platform?hl=en.