From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753821Ab1IMBeH (ORCPT ); Mon, 12 Sep 2011 21:34:07 -0400 Received: from e4.ny.us.ibm.com ([32.97.182.144]:47543 "EHLO e4.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753706Ab1IMBeF (ORCPT ); Mon, 12 Sep 2011 21:34:05 -0400 Date: Mon, 12 Sep 2011 18:34:00 -0700 From: "Paul E. McKenney" To: Jiri Kosina Cc: sfr@canb.auug.org.au, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: Temporary -rcu tree location Message-ID: <20110913013400.GB2313@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com References: <20110913000107.GA15945@linux.vnet.ibm.com> <20110913002419.GN2362@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 13, 2011 at 02:43:55AM +0200, Jiri Kosina wrote: > On Mon, 12 Sep 2011, Paul E. McKenney wrote: > > > Here is what happens when I try that: > > > > git push github :rcu/next > > Username: > > Password: > > error: unable to push to unqualified destination: rcu/next > > The destination refspec neither matches an existing ref on the remote nor > > begins with refs/, and we are unable to guess a prefix based on the source ref. > > error: failed to push some refs to 'https://github.com/paulmckrcu/linux' > > > > So what am I missing here? > > Looking at > > https://github.com/paulmckrcu/linux/branches > > there doesn't seem to be 'rcu/next' branch, right? No, there is not. So the idea is to push "rcu/next" the first time, then ":rcu/next" thereafter? Thanx, Paul