From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lynbech Christian Newsgroups: gmane.emacs.devel Subject: Re: Problem understanding git Date: Fri, 23 May 2008 15:20:56 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1211550806 30542 80.91.229.12 (23 May 2008 13:53:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 May 2008 13:53:26 +0000 (UTC) Cc: emacs-devel@gnu.org To: dhruva Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 23 15:54:05 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 1JzXiZ-0001tH-GW for ged-emacs-devel@m.gmane.org; Fri, 23 May 2008 15:53:59 +0200 Original-Received: from localhost ([127.0.0.1]:35375 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JzXhp-00042C-0P for ged-emacs-devel@m.gmane.org; Fri, 23 May 2008 09:53:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JzXhl-000426-7n for emacs-devel@gnu.org; Fri, 23 May 2008 09:53:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JzXhi-00041u-Rt for emacs-devel@gnu.org; Fri, 23 May 2008 09:53:07 -0400 Original-Received: from [199.232.76.173] (port=47291 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JzXhi-00041r-Mx for emacs-devel@gnu.org; Fri, 23 May 2008 09:53:06 -0400 Original-Received: from mail1.tieto.com ([194.110.47.24]:1454 helo=tietoe03.tietoenator.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JzXhi-0004H4-LO for emacs-devel@gnu.org; Fri, 23 May 2008 09:53:06 -0400 X-AuditID: c26e2f18-000015f800000528-37-4836c4c91fe2 Original-Received: from stingray.eu.tieto.com ([192.176.143.13]) by tietoe03.tietoenator.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 23 May 2008 16:21:13 +0300 Original-Received: from ul000205.eu.tieto.com ([10.48.99.70]) by stingray.eu.tieto.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 23 May 2008 15:20:58 +0200 In-Reply-To: (dhruva's message of "Fri, 23 May 2008 17:48:36 +0530") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) X-OriginalArrivalTime: 23 May 2008 13:20:58.0312 (UTC) FILETIME=[D6857480:01C8BCD7] X-Brightmail-Tracker: AAAAAA== X-detected-kernel: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ X-Greylist: delayed 1926 seconds by postgrey-1.27 at monty-python; Fri, 23 May 2008 09:53:06 EDT 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:97588 Archived-At: >>>>> "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. -- Christian