From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Schindelin Subject: Re: Git on MSys (or how to make it easy for Windows users to compile git) Date: Mon, 6 Aug 2007 15:37:19 +0100 (BST) Message-ID: References: <46B2D4D9.4020103@trolltech.com> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Dmitry Kakurin , Marius Storm-Olsen , git@vger.kernel.org To: Torgil Svensson X-From: git-owner@vger.kernel.org Mon Aug 06 16:38:05 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 1II3id-0000as-Vx for gcvg-git@gmane.org; Mon, 06 Aug 2007 16:38:04 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932449AbXHFOh7 (ORCPT ); Mon, 6 Aug 2007 10:37:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932414AbXHFOh7 (ORCPT ); Mon, 6 Aug 2007 10:37:59 -0400 Received: from mail.gmx.net ([213.165.64.20]:45241 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S932280AbXHFOh4 (ORCPT ); Mon, 6 Aug 2007 10:37:56 -0400 Received: (qmail invoked by alias); 06 Aug 2007 14:37:55 -0000 Received: from unknown (EHLO [138.251.11.74]) [138.251.11.74] by mail.gmx.net (mp045) with SMTP; 06 Aug 2007 16:37:55 +0200 X-Authenticated: #1490710 X-Provags-ID: V01U2FsdGVkX18qijYCPuUqOnz2OzrNBDKzSCY9N+lvxqGAAGFtrX ewVo5Y/aTWdL7g X-X-Sender: gene099@racer.site In-Reply-To: X-Y-GMX-Trusted: 0 Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Hi, On Mon, 6 Aug 2007, Torgil Svensson wrote: > On 8/6/07, Johannes Schindelin wrote: > > > > > > 3. "gitk --all" said "Error reading commits: fatal: write > > > > > failure on stdout: Invalid argument" > > > I have to wonder how you called it... From msys.bat, cd'ing into a > > valid repository, I had no issues whatsoever. > > I called it from rxvt. I tried it now under cmd and it's all good. Did > you try rxvt in this case? I had no issues like that in rxvt. But "git push" via ssh was a no go. even with the "ssh://.." syntax. Since it works in cmd, I'll stay with cmd for now, but I'd like to see a working rxvt. > I notice that with your net installer (great job btw!), I get the > msysgit.git reop under /.git and the mingw.git repo under /git/.git but > there is no /git in /.gitignore. Is this overlap intended? Isn't this a > case for submodules? Exactly. My bad. Dmitry pointed out that I should not have done that, and I'm in the middle of setting it up as a submodule. Ciao, Dscho