From: Brian Date: Thu, 28 Feb 2008 15:03:04 +0000 (-0700) Subject: added git on Windows section X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ddbfa8c4625326cd7b8326f74da7f3636888960e;p=mesa.git added git on Windows section --- diff --git a/docs/repository.html b/docs/repository.html index 39f5da4bbe7..ed385288eab 100644 --- a/docs/repository.html +++ b/docs/repository.html @@ -85,6 +85,27 @@ Once your account is established: +

Windows Users

+ +

+If you're +using git on Windows you'll want to enable automatic CR/LF conversion in +your local copy of the repository: +

+
+   git config --global core.autocrlf true
+
+ +

+This will cause git to convert all text files to CR+LF on checkout, +and to LF on commit. +

+

+Unix users don't need to set this option. +

+
+ +

Development Branches