From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aghiles Subject: Re: git pull behavior changed? Date: Wed, 21 Apr 2010 21:27:31 -0400 Message-ID: References: <20100422000131.GB14249@coredump.intra.peff.net> <20100422004136.GA18570@coredump.intra.peff.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: Matthieu Moy , Sverre Rabbelier , git list To: Jeff King X-From: git-owner@vger.kernel.org Thu Apr 22 03:28:02 2010 connect(): No such file or directory Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O4lCx-0002k1-7E for gcvg-git-2@lo.gmane.org; Thu, 22 Apr 2010 03:27:59 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755226Ab0DVB1x (ORCPT ); Wed, 21 Apr 2010 21:27:53 -0400 Received: from mail-wy0-f174.google.com ([74.125.82.174]:45753 "EHLO mail-wy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755014Ab0DVB1w (ORCPT ); Wed, 21 Apr 2010 21:27:52 -0400 Received: by wyb39 with SMTP id 39so4460390wyb.19 for ; Wed, 21 Apr 2010 18:27:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:received:message-id:subject:to:cc:content-type; bh=vje3YSWPXjXYPo9vsxdEmO5h5vkafDrFkkmzqKfN7TQ=; b=hHyS0pZ9z/TBTLoOXTSKlDChikEUhaMdo+FLOji58xcOBAuHyh32USkk8Xs76H11pY C7+Z4zHZXR4FlK59YzL0CAKorVSskuOymJKPemepLhpDI/+8mg+LWbK3VzcvDzp2FNNa bAgYbqdLbzlqwg2H5kRTmFeA7G2oU5MeI4hlw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=ceTxHKomhjA6z7Lnie+LauOsMz3dVvHh+lD/7yQJPKFuxWPHCHp35BBSq0uLT6QjkE MM5fpY9W/RgjaOqB0vll0PA94YO9x2il5YnR+HhUYaELiT9+jv/HMl9EttDCbwltBsOg NC3V2kmM163FnzukybPxPgVq5WcMLvkpLCXaM= Received: by 10.216.157.212 with HTTP; Wed, 21 Apr 2010 18:27:31 -0700 (PDT) In-Reply-To: <20100422004136.GA18570@coredump.intra.peff.net> Received: by 10.216.90.201 with SMTP id e51mr2682944wef.72.1271899671149; Wed, 21 Apr 2010 18:27:51 -0700 (PDT) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: > OK, then the behavior did change for you. But you are probably about 3 > years too late to complain and try to get it changed. :) Dammit. :) But really no biggie. I just entered panic mode because I thought something got borked in my favorite tool, which is not the case obviously. > You may also be interested to know that "git checkout foo" these days > when you have no "foo" branch will do the equivalent of "git checkout -b > --track foo origin/foo", which would also do what you want. Wouldn't that create/track a remote 'foo' branch ? I have no remote branches but only local ones so I am always tracking origin/master. -- aghiles