From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.devel Subject: Re: vc-git bug with top-level repositories Date: Mon, 18 Aug 2008 17:05:29 -0400 Message-ID: References: <200808181433.m7IEX8U3028640@sallyv1.ics.uci.edu> Reply-To: ams@gnu.org NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1219093622 18888 80.91.229.12 (18 Aug 2008 21:07:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Aug 2008 21:07:02 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 18 23:07:53 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 1KVBxA-0004Xo-4k for ged-emacs-devel@m.gmane.org; Mon, 18 Aug 2008 23:07:52 +0200 Original-Received: from localhost ([127.0.0.1]:45524 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KVBwC-0001Wj-Ui for ged-emacs-devel@m.gmane.org; Mon, 18 Aug 2008 17:06:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KVBw9-0001Wb-Na for emacs-devel@gnu.org; Mon, 18 Aug 2008 17:06:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KVBw7-0001WH-V6 for emacs-devel@gnu.org; Mon, 18 Aug 2008 17:06:49 -0400 Original-Received: from [199.232.76.173] (port=43159 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KVBw7-0001WC-Rr for emacs-devel@gnu.org; Mon, 18 Aug 2008 17:06:47 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:48462) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KVBw7-0004cN-Gu for emacs-devel@gnu.org; Mon, 18 Aug 2008 17:06:47 -0400 Original-Received: from ams by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KVBur-0006De-6b; Mon, 18 Aug 2008 17:05:29 -0400 In-reply-to: <200808181433.m7IEX8U3028640@sallyv1.ics.uci.edu> (message from Dan Nicolaescu on Mon, 18 Aug 2008 07:33:08 -0700) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:102610 Archived-At: > if you have git repository in e.g. /foo/.git then vc-mode stops > working. vc-mode also stops working if you have /.git. > > By stops working I mean that vc-mode does not detect that a file is > under VC, so you cannot do vc-print-log, vc-next-action, etc. A git repository in /foo/.git works fine for me with emacs from CVS head and EMACS_22_BRANCH. What version are you using? Can you try with emacs -Q? # emacs --version GNU Emacs 23.0.60.1 [...] >From CVS head 2008-08-17. Same behaviour with -Q.