From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH] More permissive "git-rm --cached" behavior without -f. Date: Fri, 13 Jul 2007 23:52:42 -0700 Message-ID: <7vfy3rlbnp.fsf@assigned-by-dhcp.cox.net> References: <11843484982037-git-send-email-Matthieu.Moy@imag.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org, Johannes Schindelin To: Matthieu Moy X-From: git-owner@vger.kernel.org Sat Jul 14 08:52:47 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 1I9bUl-0004u7-DC for gcvg-git@gmane.org; Sat, 14 Jul 2007 08:52:47 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751885AbXGNGwp (ORCPT ); Sat, 14 Jul 2007 02:52:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751882AbXGNGwo (ORCPT ); Sat, 14 Jul 2007 02:52:44 -0400 Received: from fed1rmmtao101.cox.net ([68.230.241.45]:62388 "EHLO fed1rmmtao101.cox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751874AbXGNGwo (ORCPT ); Sat, 14 Jul 2007 02:52:44 -0400 Received: from fed1rmimpo01.cox.net ([70.169.32.71]) by fed1rmmtao101.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20070714065244.ZMUW1349.fed1rmmtao101.cox.net@fed1rmimpo01.cox.net>; Sat, 14 Jul 2007 02:52:44 -0400 Received: from assigned-by-dhcp.cox.net ([68.5.247.80]) by fed1rmimpo01.cox.net with bizsmtp id PJsj1X0051kojtg0000000; Sat, 14 Jul 2007 02:52:43 -0400 In-Reply-To: <11843484982037-git-send-email-Matthieu.Moy@imag.fr> (Matthieu Moy's message of "Fri, 13 Jul 2007 19:41:38 +0200") 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: Although I would not be using it often myself, I think this would make "git rm" more pleasant to use. Thanks for the patch, and my thanks also go to people who commented on the patch.