From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.176.0/21 X-Spam-Status: No, score=-3.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MSGID_FROM_MTA_HEADER,RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 From: Steven Grimm Subject: Re: [PATCH 0/2] Making "git commit" to mean "git commit -a". Date: Wed, 29 Nov 2006 11:09:16 -0800 Message-ID: <456DDADC.7030509@midwinter.com> References: <7vmz6cfsuw.fsf@assigned-by-dhcp.cox.net> <87bqmswm1e.wl%cworth@cworth.org> <7vodqse90q.fsf@assigned-by-dhcp.cox.net> <87ac2cwha4.wl%cworth@cworth.org> <7vy7pwcsgp.fsf@assigned-by-dhcp.cox.net> <878xhwwdyj.wl%cworth@cworth.org> <7vk61gcnzl.fsf@assigned-by-dhcp.cox.net> <7vd5786opj.fsf@assigned-by-dhcp.cox.net> <871wnnwi3k.wl%cworth@cworth.org> <7virgzuf38.fsf@assigned-by-dhcp.cox.net> <7vr6vmsnly.fsf@assigned-by-dhcp.cox.net> <7vzmaaozi8.fsf@assigned-by-dhcp.cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit NNTP-Posting-Date: Wed, 29 Nov 2006 19:09:44 +0000 (UTC) Cc: Nicolas Pitre , git@vger.kernel.org Return-path: Envelope-to: gcvg-git@gmane.org User-Agent: Thunderbird 1.5.0.8 (Macintosh/20061025) In-Reply-To: <7vzmaaozi8.fsf@assigned-by-dhcp.cox.net> Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GpUo2-0006ax-OV for gcvg-git@gmane.org; Wed, 29 Nov 2006 20:09:19 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967569AbWK2TJL (ORCPT ); Wed, 29 Nov 2006 14:09:11 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S967564AbWK2TJL (ORCPT ); Wed, 29 Nov 2006 14:09:11 -0500 Received: from tater.midwinter.com ([216.32.86.90]:46537 "HELO midwinter.com") by vger.kernel.org with SMTP id S967569AbWK2TJJ (ORCPT ); Wed, 29 Nov 2006 14:09:09 -0500 Received: (qmail 14647 invoked from network); 29 Nov 2006 19:09:09 -0000 Received: from c-76-21-17-123.hsd1.ca.comcast.net (HELO ?192.168.0.128?) (koreth@76.21.17.123) by tater.midwinter.com with SMTP; 29 Nov 2006 19:09:09 -0000 To: Junio C Hamano Sender: git-owner@vger.kernel.org Junio C Hamano wrote: > After they learn what it means and get used to using it, they > will start wondering why we do not default to "-a". More likely they will start wondering the instant you tell them to use it the first time. Or at least they'll ask, "If '-a' means commit all files, what's the default?" And then you either have to blow off the question or start telling them about the index. -Steve