From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: State of VC? Date: Mon, 18 Feb 2008 10:18:14 +0100 Message-ID: <87k5l2aai1.fsf@ambire.localdomain> References: <20080122164306.3B33C83045C@snark.thyrsus.com> <200801222207.m0MM7rlR014153@sallyv1.ics.uci.edu> <200801231901.m0NJ10CP029274@sallyv1.ics.uci.edu> <200801261921.m0QJLmx5011377@sallyv1.ics.uci.edu> <20080126220610.GA25619@thyrsus.com> <200802171816.m1HIGmZr015446@sallyv1.ics.uci.edu> <87odaf8mq4.fsf@ambire.localdomain> <200802171856.m1HIuO7N000236@sallyv1.ics.uci.edu> <87y79i3d4m.fsf@ambire.localdomain> <87ejba3b1j.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203326438 9540 80.91.229.12 (18 Feb 2008 09:20:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Feb 2008 09:20:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 18 10:21:02 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 1JR2BE-0001Df-Ml for ged-emacs-devel@m.gmane.org; Mon, 18 Feb 2008 10:20:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JR2Aj-0003it-TG for ged-emacs-devel@m.gmane.org; Mon, 18 Feb 2008 04:20:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JR2Af-0003io-Ec for emacs-devel@gnu.org; Mon, 18 Feb 2008 04:20:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JR2Ad-0003iX-Dk for emacs-devel@gnu.org; Mon, 18 Feb 2008 04:20:20 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JR2Ad-0003iU-9Z for emacs-devel@gnu.org; Mon, 18 Feb 2008 04:20:19 -0500 Original-Received: from [151.61.143.176] (helo=ambire.localdomain) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JR2AZ-0000PG-H4; Mon, 18 Feb 2008 04:20:15 -0500 Original-Received: from ttn by ambire.localdomain with local (Exim 4.63) (envelope-from ) id 1JR28c-0003DX-ME; Mon, 18 Feb 2008 10:18:14 +0100 In-Reply-To: (Miles Bader's message of "Mon, 18 Feb 2008 17:57:31 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-Greylist: delayed 1790 seconds by postgrey-1.27 at monty-python; Mon, 18 Feb 2008 04:20:15 EST 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:89455 Archived-At: () Miles Bader () Mon, 18 Feb 2008 17:57:31 +0900 Do you have any junk files around in that directory, which match your git ignore specs? Yes. For example, in .gitignore first line is "*.texi" and in the directory there are 89 .texi files. I don't have a "user" gitignore file, however. FWIW, i use git 1.5.3.5 (plus ttn mods). thi