From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cuda.sgi.com (cuda3.sgi.com [192.48.176.15]) by oss.sgi.com (8.12.11.20060308/8.12.11/SuSE Linux 0.7) with ESMTP id mB9GXmqK001714 for ; Tue, 9 Dec 2008 10:33:48 -0600 Received: from funky.thebarn.com (slurp.thebarn.com [208.42.117.201]) (authenticated bits=0) by slurp.thebarn.com (8.14.0/8.14.0) with ESMTP id mB9GK4O2064172; Tue, 9 Dec 2008 10:20:06 -0600 (CST) (envelope-from cattelan@xfs.org) Message-ID: <493E9AB4.1050505@xfs.org> Date: Tue, 09 Dec 2008 10:20:04 -0600 From: Russell Cattelan MIME-Version: 1.0 Subject: Re: New XFS git tree on oss.sgi.com References: <492BA7AD.5080007@sgi.com> <20081125081644.GA20644@infradead.org> <492C0B3D.3040002@thebarn.com> <492CA07F.1030803@sgi.com> <492CC201.3080304@xfs.org> <20081209091725.GA26180@infradead.org> In-Reply-To: <20081209091725.GA26180@infradead.org> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: xfs-bounces@oss.sgi.com Errors-To: xfs-bounces@oss.sgi.com To: Christoph Hellwig Cc: xfs@oss.sgi.com, Russell Cattelan Christoph Hellwig wrote: > Now that the xfs-dev branch was updated after a while I tried a git pull > an get a useless error message: > > I agree that is a worthless error message and does nothing to really tell you what the problem is. The problem is that you have a tracking branch for xfs-dev so git wants to leave your branch untouched until you actually want to update it from the remote branch origin/xfs-dev What you can do is: % git-fetch % git-pull . xfs-dev That will pull the latest xfs-dev stuff into your current branch. > hch@bigmac:~/work/xfs-dev$ git-pull > You asked me to pull without telling me which branch you > want to merge with, and 'branch.origin/xfs-dev.merge' in > your configuration file does not tell me either. Please > name which branch you want to merge on the command line and > try again (e.g. 'git pull '). > See git-pull(1) for details on the refspec. > > If you often merge with the same branch, you may want to > configure the following variables in your configuration > file: > > branch.origin/xfs-dev.remote = > branch.origin/xfs-dev.merge = > remote..url = > remote..fetch = > > See git-config(1) for details. > > > Can you please make each of the current branches a proper git tree > that is easy to work with? Alternatively I'll just completely stop > bothering with the dev tree if it's such a pain in the ass. > > of course this would be so damn confusing if somebody would document the procedures someplace?! Hmm I wonder where we could do that.... ohh wait maybe the WIKI! _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs