Hi guys, I am trying to find the sylvain/pending branch of OpenBSC but I can only find:
0.9.0 on-waves/0.1 on-waves/0.2 on-waves/0.3 on-waves/0.3.1 on-waves/0.3.2 on-waves/0.3.3 on-waves/0.3.4 on-waves/0.3.91 on-waves/0.3.92 on-waves/0.3.93 on-waves/0.3.94 on-waves/0.3.95 on-waves/0.3.96
Does anyone have the list to the git repository that has the pending branches?
Thanks
Stuart
Using git branch shows only master and git tag shows:
0.9.0 on-waves/0.1 on-waves/0.2 on-waves/0.3 on-waves/0.3.1 on-waves/0.3.2 on-waves/0.3.3 on-waves/0.3.4 on-waves/0.3.91 on-waves/0.3.92 on-waves/0.3.93 on-waves/0.3.94 on-waves/0.3.95 on-waves/0.3.96
On 13 Apr 2010, at 06:06, Holger Freyther wrote:
On Monday 12 April 2010 19:44:27 Stuart Baggs wrote:
Hi guys, I am trying to find the sylvain/pending branch of OpenBSC but I can only find:
My usual hint on verbosity applies here again. Which command did you use to determine the branches available to you?
On Tuesday 13 April 2010 10:15:00 Stuart Baggs wrote:
Using git branch shows only master and git tag shows:
Did you consider typing git branch --help? By default git branch only shows local branches (created by yourself), if you want to see more, you will have to ask to see more.