From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Flott Subject: Re: [PATCH] git-gui: Automatically spell check commit messages as the user types Date: Mon, 4 Feb 2008 23:06:02 -0600 (CST) Message-ID: References: <20080204084153.GA9997@spearce.org> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: git@vger.kernel.org To: "Shawn O. Pearce" X-From: git-owner@vger.kernel.org Tue Feb 05 06:07:07 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 1JMG1T-0006Vx-42 for gcvg-git-2@gmane.org; Tue, 05 Feb 2008 06:07:07 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751095AbYBEFGd (ORCPT ); Tue, 5 Feb 2008 00:06:33 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751011AbYBEFGc (ORCPT ); Tue, 5 Feb 2008 00:06:32 -0500 Received: from npjh.com ([200.46.204.250]:63505 "EHLO npjh.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750913AbYBEFGc (ORCPT ); Tue, 5 Feb 2008 00:06:32 -0500 Received: from localhost (unknown [200.46.204.182]) by npjh.com (Postfix) with ESMTP id 517841351791; Tue, 5 Feb 2008 05:06:30 +0000 (UTC) Received: from npjh.com ([200.46.204.250]) by localhost (mx1.hub.org [200.46.204.182]) (amavisd-maia, port 10024) with ESMTP id 65442-04; Tue, 5 Feb 2008 01:06:29 -0400 (AST) Received: from an.sumeria (unknown [70.124.58.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by npjh.com (Postfix) with ESMTP id EE1DB1351745; Tue, 5 Feb 2008 05:06:28 +0000 (UTC) X-X-Sender: adam@an.sumeria In-Reply-To: <20080204084153.GA9997@spearce.org> User-Agent: Alpine 1.00 (DEB 882 2007-12-20) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Mon, 4 Feb 2008, Shawn O. Pearce wrote: > [PATCH] git-gui: Automatically spell check commit messages as the user types > Very impressive. I used it a bunch today and didn't find any problems. Thanks again! Adam