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] Showing =?utf-8?b?4oCYLmdpdC8q4oCZ?= files in vc-dir Date: Tue, 29 Jun 2010 15:54:47 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1277841299 15480 80.91.229.12 (29 Jun 2010 19:54:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 29 Jun 2010 19:54:59 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eric@cybersprocket.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 29 21:54:58 2010 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.69) (envelope-from ) id 1OTgtV-0006fi-Od for ged-emacs-devel@m.gmane.org; Tue, 29 Jun 2010 21:54:58 +0200 Original-Received: from localhost ([127.0.0.1]:36301 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTgtU-0003VB-K2 for ged-emacs-devel@m.gmane.org; Tue, 29 Jun 2010 15:54:56 -0400 Original-Received: from [199.232.76.173] (port=42500 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTgtQ-0003V6-Ca for emacs-devel@gnu.org; Tue, 29 Jun 2010 15:54:52 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OTgtO-0008Tb-Eu for emacs-devel@gnu.org; Tue, 29 Jun 2010 15:54:51 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:38821) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OTgtN-0008TT-SD for emacs-devel@gnu.org; Tue, 29 Jun 2010 15:54:50 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OTgtL-00005D-9x; Tue, 29 Jun 2010 15:54:47 -0400 In-Reply-To: (Eric James Michael Ritz's message of "Tue\, 29 Jun 2010 14\:29\:17 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:126511 Archived-At: Eric James Michael Ritz writes: > When I `vc-dir` for a directory that is under version control with > Git, I see that files under the `.git` directory are displayed, often > as being untracked. For example, after making a commit the file > `COMMIT_EDITMSG` will appear as being untracked. It seems like all of > these files should be ignored by vc-dir and not be shown, since I do > not think there is a legitimate reason you=E2=80=99d ever want to commit a > file like that, or anything else in the `.git/*` directory. > > I was curious about anyone else=E2=80=99s thoughts on this. If this soun= ds Can you please provide a recipe to reproduce this? Please start with emacs= -Q.