From mboxrd@z Thu Jan 1 00:00:00 1970 From: "J. Bruce Fields" Subject: Re: [PATCH 3/3] git-apply: add tests for stripping of leading and trailing whitespace Date: Mon, 17 Sep 2007 11:02:13 -0400 Message-ID: <20070917150213.GB4957@fieldses.org> References: <11899829424040-git-send-email-bfields@citi.umich.edu> <11899829424173-git-send-email-bfields@citi.umich.edu> <1189982942187-git-send-email-bfields@citi.umich.edu> <11899829421064-git-send-email-bfields@citi.umich.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Junio C Hamano , git@vger.kernel.org To: Krzysztof Halasa X-From: git-owner@vger.kernel.org Mon Sep 17 17:02:25 2007 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 1IXI7E-00048P-Gb for gcvg-git-2@gmane.org; Mon, 17 Sep 2007 17:02:24 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754109AbXIQPCS (ORCPT ); Mon, 17 Sep 2007 11:02:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754135AbXIQPCR (ORCPT ); Mon, 17 Sep 2007 11:02:17 -0400 Received: from mail.fieldses.org ([66.93.2.214]:59118 "EHLO fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753614AbXIQPCR (ORCPT ); Mon, 17 Sep 2007 11:02:17 -0400 Received: from bfields by fieldses.org with local (Exim 4.67) (envelope-from ) id 1IXI73-0001Pz-Se; Mon, 17 Sep 2007 11:02:13 -0400 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-11) Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: On Mon, Sep 17, 2007 at 04:16:07PM +0200, Krzysztof Halasa wrote: > "J. Bruce Fields" writes: > > > +test_expect_success \ > > + '8 or more consecutive initial spaces' \ > > + 'checkstrip 4' > > It may be valid, some projects use tabs for indentation and spaces > for alignment, e.g.: Yeah, I know. I was hoping that the stripspace behavior was already specific enough to the linux-kernel style that we could just assume that it was only used by developers on projects with the same style. I agree that I was wrong--apologies. --b.