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: vc-git bug with top-level repositories Date: Sat, 16 Aug 2008 05:17:13 -0400 Message-ID: Reply-To: ams@gnu.org NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1218878590 16307 80.91.229.12 (16 Aug 2008 09:23:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 16 Aug 2008 09:23:10 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 16 11:24:03 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 1KUI0u-0005jn-KY for ged-emacs-devel@m.gmane.org; Sat, 16 Aug 2008 11:24:00 +0200 Original-Received: from localhost ([127.0.0.1]:56208 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KUHzx-0007ak-Rv for ged-emacs-devel@m.gmane.org; Sat, 16 Aug 2008 05:23:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KUHva-0003Ns-5w for emacs-devel@gnu.org; Sat, 16 Aug 2008 05:18:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KUHvZ-0003Mc-5e for emacs-devel@gnu.org; Sat, 16 Aug 2008 05:18:29 -0400 Original-Received: from [199.232.76.173] (port=43333 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KUHvY-0003MP-TT for emacs-devel@gnu.org; Sat, 16 Aug 2008 05:18:28 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:58737) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KUHvY-0003rA-KO for emacs-devel@gnu.org; Sat, 16 Aug 2008 05:18:28 -0400 Original-Received: from ams by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KUHuL-00079n-J3 for emacs-devel@gnu.org; Sat, 16 Aug 2008 05:17:13 -0400 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:102519 Archived-At: 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. Cheers.