From mboxrd@z Thu Jan 1 00:00:00 1970 From: "J. Bruce Fields" Subject: Re: [PATCH] diff --check: use colour Date: Fri, 26 Jan 2007 11:00:40 -0500 Message-ID: <20070126160040.GA7730@fieldses.org> References: <7vr6tkdnee.fsf@assigned-by-dhcp.cox.net> <7vk5za925w.fsf@assigned-by-dhcp.cox.net> <17849.13327.527531.262943@lisa.zopyra.com> <17850.8953.478146.754550@lisa.zopyra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Johannes Schindelin , Junio C Hamano , git@vger.kernel.org To: Bill Lear X-From: git-owner@vger.kernel.org Fri Jan 26 17:00:50 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 1HATVR-0004J3-93 for gcvg-git@gmane.org; Fri, 26 Jan 2007 17:00:49 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965697AbXAZQAq (ORCPT ); Fri, 26 Jan 2007 11:00:46 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965239AbXAZQAq (ORCPT ); Fri, 26 Jan 2007 11:00:46 -0500 Received: from mail.fieldses.org ([66.93.2.214]:45866 "EHLO fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965697AbXAZQAp (ORCPT ); Fri, 26 Jan 2007 11:00:45 -0500 Received: from bfields by fieldses.org with local (Exim 4.63) (envelope-from ) id 1HATVI-00024J-Kr; Fri, 26 Jan 2007 11:00:40 -0500 Content-Disposition: inline In-Reply-To: <17850.8953.478146.754550@lisa.zopyra.com> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: On Fri, Jan 26, 2007 at 09:49:13AM -0600, Bill Lear wrote: > Ok, I've read through the code and, have experimented with 'diff --check' > fairly extensively, now understand it, have documented what I understand, > and am now building the doc to ensure it is properly formatted. > > I presume that I send the patch text to the list with the subject line > that starts with [PATCH], some sensible topic (e.g., "document --check > option to diff"), and then a short body of explanation and then, > following my signature, the patch itself. See also Documentation/SubmittingPatches in the git tree. --b.