From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: vc-git bug with top-level repositories Date: Mon, 18 Aug 2008 07:33:08 -0700 Message-ID: <200808181433.m7IEX8U3028640@sallyv1.ics.uci.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1219070179 302 80.91.229.12 (18 Aug 2008 14:36:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Aug 2008 14:36:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: ams@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 18 16:37:07 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 1KV5qz-0002gC-7Y for ged-emacs-devel@m.gmane.org; Mon, 18 Aug 2008 16:37:06 +0200 Original-Received: from localhost ([127.0.0.1]:41573 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KV5q1-0000YG-7r for ged-emacs-devel@m.gmane.org; Mon, 18 Aug 2008 10:36:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KV5oY-0008Um-Kx for emacs-devel@gnu.org; Mon, 18 Aug 2008 10:34:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KV5oV-0008TJ-KU for emacs-devel@gnu.org; Mon, 18 Aug 2008 10:34:33 -0400 Original-Received: from [199.232.76.173] (port=53393 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KV5oV-0008TD-Ag for emacs-devel@gnu.org; Mon, 18 Aug 2008 10:34:31 -0400 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]:56351) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1KV5oN-0000QN-NO; Mon, 18 Aug 2008 10:34:24 -0400 X-ICS-MailScanner-Watermark: 1219674789.68802@0/EkHmDdhL1kQQmy2YdHGA Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m7IEX8U3028640; Mon, 18 Aug 2008 07:33:08 -0700 (PDT) In-Reply-To: (Alfred M. Szmidt's message of "Sat, 16 Aug 2008 05:17:13 -0400") Original-Lines: 15 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) 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:102595 Archived-At: "Alfred M. Szmidt" writes: > Hi, > > 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?