From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: Bug? - Unexpected lock file error Date: Fri, 05 Sep 2008 16:47:31 -0700 Message-ID: <7v63paupd8.fsf@gitster.siamese.dyndns.org> References: <279b37b20809051622q6b3ab37tec3f1726c71952e4@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "Git Mailing List" To: "Eric Raible" X-From: git-owner@vger.kernel.org Sat Sep 06 01:48:51 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1Kbl2k-0001UN-7h for gcvg-git-2@gmane.org; Sat, 06 Sep 2008 01:48:46 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751634AbYIEXrk (ORCPT ); Fri, 5 Sep 2008 19:47:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751402AbYIEXrk (ORCPT ); Fri, 5 Sep 2008 19:47:40 -0400 Received: from a-sasl-fastnet.sasl.smtp.pobox.com ([207.106.133.19]:56589 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751234AbYIEXrj (ORCPT ); Fri, 5 Sep 2008 19:47:39 -0400 Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id 377B15EED8; Fri, 5 Sep 2008 19:47:36 -0400 (EDT) Received: from pobox.com (ip68-225-240-211.oc.oc.cox.net [68.225.240.211]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTPSA id 9E73A5EED4; Fri, 5 Sep 2008 19:47:33 -0400 (EDT) In-Reply-To: <279b37b20809051622q6b3ab37tec3f1726c71952e4@mail.gmail.com> (Eric Raible's message of "Fri, 5 Sep 2008 16:22:58 -0700") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-Pobox-Relay-ID: 044098E6-7BA5-11DD-BBCE-D0CFFE4BC1C1-77302942!a-sasl-fastnet.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: "Eric Raible" writes: > If 'empty' has any commits then the merge happens as expected. I think it is a bug in the git-merge rewritten in C, in "Already uptodate!" codepath.