From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH] git-status: respect core.excludesFile Date: Mon, 21 May 2007 16:03:48 -0700 Message-ID: <7v3b1pdbjf.fsf@assigned-by-dhcp.cox.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org To: Johannes Schindelin X-From: git-owner@vger.kernel.org Tue May 22 01:03:58 2007 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1HqGux-0008Qu-LS for gcvg-git@gmane.org; Tue, 22 May 2007 01:03:55 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757054AbXEUXDu (ORCPT ); Mon, 21 May 2007 19:03:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757071AbXEUXDu (ORCPT ); Mon, 21 May 2007 19:03:50 -0400 Received: from fed1rmmtao101.cox.net ([68.230.241.45]:54998 "EHLO fed1rmmtao101.cox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757037AbXEUXDt (ORCPT ); Mon, 21 May 2007 19:03:49 -0400 Received: from fed1rmimpo01.cox.net ([70.169.32.71]) by fed1rmmtao101.cox.net (InterMail vM.7.05.02.00 201-2174-114-20060621) with ESMTP id <20070521230349.WRSN13995.fed1rmmtao101.cox.net@fed1rmimpo01.cox.net>; Mon, 21 May 2007 19:03:49 -0400 Received: from assigned-by-dhcp.cox.net ([68.5.247.80]) by fed1rmimpo01.cox.net with bizsmtp id 1z3o1X0091kojtg0000000; Mon, 21 May 2007 19:03:48 -0400 In-Reply-To: (Johannes Schindelin's message of "Mon, 21 May 2007 22:51:50 +0100 (BST)") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Johannes Schindelin writes: > git-add reads this variable, and honours the contents of that file if that > exists. Match this behaviour in git-status, too. > > Noticed by Evan Carroll on IRC. > > Signed-off-by: Johannes Schindelin Sounds good, and probably is a 'maint' material. Don't we need a documentation update and additional test for it, though?