From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Emmanuel Guerin" Subject: Quick question: end of lines Date: Tue, 28 Feb 2006 19:32:58 +0100 Message-ID: Reply-To: "Emmanuel Guerin" Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-From: git-owner@vger.kernel.org Tue Feb 28 19:33:47 2006 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FE9eh-00013m-U3 for gcvg-git@gmane.org; Tue, 28 Feb 2006 19:33:06 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932398AbWB1Sc7 (ORCPT ); Tue, 28 Feb 2006 13:32:59 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932400AbWB1Sc7 (ORCPT ); Tue, 28 Feb 2006 13:32:59 -0500 Received: from wproxy.gmail.com ([64.233.184.201]:15391 "EHLO wproxy.gmail.com") by vger.kernel.org with ESMTP id S932398AbWB1Sc7 convert rfc822-to-8bit (ORCPT ); Tue, 28 Feb 2006 13:32:59 -0500 Received: by wproxy.gmail.com with SMTP id i24so1162261wra for ; Tue, 28 Feb 2006 10:32:58 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=gYjJsqsYBQlMMYhrv72wdZ6Ignt9cHJqOTLbjab0ZQzytSSCoPlcTgMWfG5RVrVimlHK6PK8LNFCIwZ/Y3YhkylYYRbIMumgShnBXoAIKlNe8bPH7hbXMdeeaZBF0+us3jeCKjgx79hD7htrj2VCgyqRn9X2aEn+8ia4O1vW9zw= Received: by 10.54.117.5 with SMTP id p5mr921088wrc; Tue, 28 Feb 2006 10:32:58 -0800 (PST) Received: by 10.54.70.4 with HTTP; Tue, 28 Feb 2006 10:32:58 -0800 (PST) To: git@vger.kernel.org Content-Disposition: inline Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Hi all, I began recently to use git, and there is one thing I still do not know how to do. Is it possible to checkout sources out of the GIT repository with Windows style end of lines? In a manner much like the one Subversion is using? To be more precise, I need to be able to checkout files on Unix and Windows, and it is important that the end of lines are set accordingly. Thanks for any hints or pointers, Regards, Manu