From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Shawn O. Pearce" Subject: Re: Windows support Date: Thu, 26 Jul 2007 00:00:03 -0400 Message-ID: <20070726040003.GR32566@spearce.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Dmitry Kakurin , Nguyen Thai Ngoc Duy , git@vger.kernel.org To: Johannes Schindelin X-From: git-owner@vger.kernel.org Thu Jul 26 06:00:33 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 1IDuWe-0005iB-Ac for gcvg-git@gmane.org; Thu, 26 Jul 2007 06:00:32 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750757AbXGZEAJ (ORCPT ); Thu, 26 Jul 2007 00:00:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750726AbXGZEAJ (ORCPT ); Thu, 26 Jul 2007 00:00:09 -0400 Received: from corvette.plexpod.net ([64.38.20.226]:39305 "EHLO corvette.plexpod.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750700AbXGZEAH (ORCPT ); Thu, 26 Jul 2007 00:00:07 -0400 Received: from [74.70.48.173] (helo=asimov.home.spearce.org) by corvette.plexpod.net with esmtpa (Exim 4.66) (envelope-from ) id 1IDuW0-0008Nu-Ry; Wed, 25 Jul 2007 23:59:52 -0400 Received: by asimov.home.spearce.org (Postfix, from userid 1000) id 89E5420FBAE; Thu, 26 Jul 2007 00:00:03 -0400 (EDT) Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - corvette.plexpod.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - spearce.org Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Johannes Schindelin wrote: > On Wed, 25 Jul 2007, Dmitry Kakurin wrote: > > > On 7/25/07, Nguyen Thai Ngoc Duy wrote: > > > What features is mingw port missing? > > Well, 'git commit' from a regular cmd prompt does not work. > > IMHO, That's a pretty serious omission :-). > > Not true. Use git-gui. ;-) It doesn't need a shell to make commits. It currently uses the shell for fetch and for merge. I'm fixing merge this week. I'm hoping Daniel's native C fetch will fix the fetch. -- Shawn.