From ddbfa8c4625326cd7b8326f74da7f3636888960e Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 28 Feb 2008 08:03:04 -0700 Subject: added git on Windows section --- docs/repository.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'docs/repository.html') diff --git a/docs/repository.html b/docs/repository.html index 39f5da4bbe..ed385288ea 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

-- cgit v1.2.3