From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH/RFC v2 1/1] bug fix, diff whitespace ignore options Date: Mon, 19 Jan 2009 23:04:36 -0800 Message-ID: <7vmydmlapn.fsf@gitster.siamese.dyndns.org> References: <1232275999-14852-1-git-send-email-hjemli@gmail.com> <1232275999-14852-2-git-send-email-hjemli@gmail.com> <1232275999-14852-3-git-send-email-hjemli@gmail.com> <8c5c35580901180945u17a69140vff2736765ee6073@mail.gmail.com> <8c5c35580901181145x2e14fe0fq4ab0e94c13bad38a@mail.gmail.com> <8c5c35580901181331v5e54f82fxc6a042962ff1cd06@mail.gmail.com> <8c5c35580901181446n3c36a345m5d8e78764a85c123@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Johannes Schindelin , git@vger.kernel.org To: Keith Cascio X-From: git-owner@vger.kernel.org Tue Jan 20 08:06:17 2009 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 1LPAge-0007Im-4o for gcvg-git-2@gmane.org; Tue, 20 Jan 2009 08:06:12 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754083AbZATHEn (ORCPT ); Tue, 20 Jan 2009 02:04:43 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753958AbZATHEn (ORCPT ); Tue, 20 Jan 2009 02:04:43 -0500 Received: from a-sasl-quonix.sasl.smtp.pobox.com ([208.72.237.25]:51386 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753795AbZATHEm (ORCPT ); Tue, 20 Jan 2009 02:04:42 -0500 Received: from localhost.localdomain (unknown [127.0.0.1]) by b-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTP id 4E68B1CD8B; Tue, 20 Jan 2009 02:04:42 -0500 (EST) Received: from pobox.com (unknown [68.225.240.211]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by b-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTPSA id DAA4D1CD89; Tue, 20 Jan 2009 02:04:37 -0500 (EST) User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-Pobox-Relay-ID: 9C67050C-E6C0-11DD-BB51-BE78113D384A-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: Keith Cascio writes: > Fixed bug in diff whitespace ignore options. It is now > OK to specify more than one whitespace ignore option > on the command line. > > Signed-off-by: Keith Cascio > --- > Dscho, > You are right. The code and the patch are more readable this way. Thanks; I've fixed it up so there is no need to resend but your patch was whitespace mangled (format=flowed), by the way.