From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Schindelin Subject: Re: 'git status' is not read-only fs friendly Date: Sun, 11 Feb 2007 23:09:20 +0100 (CET) Message-ID: References: <7v1wkykmj1.fsf@assigned-by-dhcp.cox.net> <7vbqk0cq7i.fsf@assigned-by-dhcp.cox.net> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Marco Costalba , GIT list To: Junio C Hamano X-From: git-owner@vger.kernel.org Sun Feb 11 23:09: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 1HGMtH-0002OI-DY for gcvg-git@gmane.org; Sun, 11 Feb 2007 23:09:47 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932576AbXBKWJW (ORCPT ); Sun, 11 Feb 2007 17:09:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932577AbXBKWJW (ORCPT ); Sun, 11 Feb 2007 17:09:22 -0500 Received: from mail.gmx.net ([213.165.64.20]:56161 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S932576AbXBKWJV (ORCPT ); Sun, 11 Feb 2007 17:09:21 -0500 Received: (qmail invoked by alias); 11 Feb 2007 22:09:20 -0000 X-Provags-ID: V01U2FsdGVkX19Tx/xNL5dTvyQMfiOWx4Nv6tz2yvpkxz5UmPw78h Avbg== X-X-Sender: gene099@wbgn013.biozentrum.uni-wuerzburg.de In-Reply-To: <7vbqk0cq7i.fsf@assigned-by-dhcp.cox.net> X-Y-GMX-Trusted: 0 Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Hi, On Sun, 11 Feb 2007, Junio C Hamano wrote: > Johannes Schindelin writes: > > > On Sat, 10 Feb 2007, Junio C Hamano wrote: > > > >> About "Cygwin and Linux NTFS seem to disagree with lstat(2)" > >> problem. Is it really what is happening here? > > > > Probably. AFAIR Windows lacks some important information, which is filled > > with zeroes by Cygwin. > > If NTFS driver in the Linux kernel is filling that with zeroes > the same way then there won't be differences, right? Maybe. Although I am quite certain that you'd break something by that. But after all, this is one really obscure corner case you have there, and you are not really working on the repository on Linux either, since you have it mounted readonly. I absolutely have no intention to "fix" performance or other issues for that case. Ciao, Dscho