From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH] Support diff.autorefreshindex=true in `git-diff --quiet' Date: Tue, 02 Sep 2008 13:19:27 -0700 Message-ID: <7vwshujo6o.fsf@gitster.siamese.dyndns.org> References: <7vskskw41j.fsf@gitster.siamese.dyndns.org> <7vy72bnk5x.fsf_-_@gitster.siamese.dyndns.org> <7v4p4ymocc.fsf@gitster.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Git mailing list To: Karl Chen X-From: git-owner@vger.kernel.org Tue Sep 02 22:21:08 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1KacMz-0002Gv-3e for gcvg-git-2@gmane.org; Tue, 02 Sep 2008 22:20:57 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752093AbYIBUTl (ORCPT ); Tue, 2 Sep 2008 16:19:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751646AbYIBUTl (ORCPT ); Tue, 2 Sep 2008 16:19:41 -0400 Received: from a-sasl-quonix.sasl.smtp.pobox.com ([208.72.237.25]:59155 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751364AbYIBUTk (ORCPT ); Tue, 2 Sep 2008 16:19:40 -0400 Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTP id CE82D7112F; Tue, 2 Sep 2008 16:19:39 -0400 (EDT) Received: from pobox.com (ip68-225-240-211.oc.oc.cox.net [68.225.240.211]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTPSA id CE6B97112D; Tue, 2 Sep 2008 16:19:28 -0400 (EDT) In-Reply-To: (Karl Chen's message of "Tue, 02 Sep 2008 10:59:47 -0700") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-Pobox-Relay-ID: 787BA73A-792C-11DD-BC18-3113EBD4C077-77302942!a-sasl-quonix.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Karl Chen writes: >>>>>> On 2008-09-02 10:47 PDT, Junio C Hamano writes: > > Junio> If somebody's depending on the behaviour, it is this > Junio> new behaviour of doing everything asked without > Junio> shortcut that needs to become a new option. > > Do you agree that the old behavior is at odds with the > documentation and expectations of new users like me, and > inconsistent? Yes, I was just trying to make you realize that it _could_ be the documentation that needs fixing.