Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759302AbYCDEmr (ORCPT ); Mon, 3 Mar 2008 23:42:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751352AbYCDEmh (ORCPT ); Mon, 3 Mar 2008 23:42:37 -0500 Received: from nf-out-0910.google.com ([64.233.182.190]:51318 "EHLO nf-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751351AbYCDEmg (ORCPT ); Mon, 3 Mar 2008 23:42:36 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eX7W+lmntOSLqQS5vLTE2UtEAocqQbe0q7+ZqIaC4oMwwOIAmcY+jJzUHbhsC7TX28ZxgpAFxChtjTmPisCnzGyELBAasi6G5fnKsA1eQ5J/HBnnPepzsLLBYN+GHs0ga48zd5Wx7ePfeHitCvoHUgjPofu2tc5Tfl4VGObZID4= Message-ID: <524f69650803032042rab309f3nd5c2d52d312fb3c5@mail.gmail.com> Date: Mon, 3 Mar 2008 22:42:34 -0600 From: "Steve French" Subject: Re: kernel.org git tree corrupt? Cc: git@vger.kernel.org, lkml In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <524f69650803020749o469f2e48l125a55267b0b5d13@mail.gmail.com> <524f69650803021943i33ce6ddbo309f118cd0a77ac9@mail.gmail.com> To: unlisted-recipients:; (no To-header on input) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1121 Lines: 36 On Mon, Mar 3, 2008 at 10:21 AM, Linus Torvalds wrote: > > On Sun, 2 Mar 2008, Steve French wrote: > > Now "git branch -a" shows > > * master > > origin/master > > > > It is missing "origin/HEAD" > > Ahh, yeah, my bad. The origin/HEAD thing will be created if you use either > clone or "git remote add -m master" to create the remote. But when I asked > you to do it by just editing the config file, you now have to create that > HEAD pointer manually too. > > You can do > > git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/master > > to create the thing (it just creates a symbolic ref from the origin/HEAD Worked. Shaggy pointed me to the git-request-pull script which is easier than the previous scripts I used and now works fine on the cifs-2.6.git tree so will send merge request. -- Thanks, Steve -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/