From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "=?UTF-8?Q?=C4=B0smail_D=C3=B6nmez?=" Newsgroups: gmane.emacs.devel Subject: Re: Problem understanding git Date: Fri, 23 May 2008 17:00:34 +0300 Message-ID: <19e566510805230700i51dab8fam2e2518d925e05917@mail.gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1211551283 32529 80.91.229.12 (23 May 2008 14:01:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 May 2008 14:01:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Lynbech Christian" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 23 16:02:02 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JzXpu-0005g7-KJ for ged-emacs-devel@m.gmane.org; Fri, 23 May 2008 16:01:34 +0200 Original-Received: from localhost ([127.0.0.1]:38723 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JzXpA-0008Is-1Y for ged-emacs-devel@m.gmane.org; Fri, 23 May 2008 10:00:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JzXp6-0008If-0L for emacs-devel@gnu.org; Fri, 23 May 2008 10:00:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JzXp2-0008IE-Cz for emacs-devel@gnu.org; Fri, 23 May 2008 10:00:43 -0400 Original-Received: from [199.232.76.173] (port=53345 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JzXp2-0008IB-6g for emacs-devel@gnu.org; Fri, 23 May 2008 10:00:40 -0400 Original-Received: from rv-out-0708.google.com ([209.85.198.246]:1520) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JzXp2-0005sg-3l for emacs-devel@gnu.org; Fri, 23 May 2008 10:00:40 -0400 Original-Received: by rv-out-0708.google.com with SMTP id k29so757503rvb.6 for ; Fri, 23 May 2008 07:00:34 -0700 (PDT) Original-Received: by 10.140.207.3 with SMTP id e3mr665689rvg.194.1211551234749; Fri, 23 May 2008 07:00:34 -0700 (PDT) Original-Received: by 10.140.173.3 with HTTP; Fri, 23 May 2008 07:00:34 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:97590 Archived-At: Hi, On Fri, May 23, 2008 at 4:20 PM, Lynbech Christian wrote: >>>>>> "dhruva" == dhruva writes: > > dhruva> [branch "master"] > dhruva> remote = origin > dhruva> merge = refs/heads/master > > This is what it looks like. > > dhruva> I get a feeling that you might have tried to checkout from a non local > dhruva> branch > > I have only done a clone and then trying a pull. And it works as > expected with git 1.5.5.1 but not quite so with git 1.5.3.4. I have > tried the checkout you suggest: > > ~/Tools/UPSTREAM/emacs $ git checkout master > Already on branch "master" > > and then "git pull" makes the same report as before. Did you try cloning with git protocol : git clone git://git.sv.gnu.org/emacs.git Regards, ismail -- Never learn by your mistakes, if you do you may never dare to try again.