]> source.dussan.org Git - jgit.git/commitdiff
Update README regarding CRLF conversion, /etc and $HOME 59/5759/1
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Sat, 28 Apr 2012 22:37:54 +0000 (00:37 +0200)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Sat, 28 Apr 2012 22:37:54 +0000 (00:37 +0200)
Change-Id: I3c41a8ee7f500e2c39df94eaf5d87c234934b741

README

diff --git a/README b/README
index a39adb093fa9db109e609459f02f87a7506abc84..a6e397f72b4fba1c7ce702382f7f4f2207f00c48 100644 (file)
--- a/README
+++ b/README
@@ -30,9 +30,22 @@ This package is licensed under the BSD.
   have no information about other vendors. Please report your findings
   if you try.
 
-- CRLF conversion is never performed. On Windows you should thereforc
-  make sure your projects and workspaces are configured to save files
-  with Unix (LF) line endings.
+- CRLF conversion is performed depending on the core.autocrlf setting,
+  however Git for Windows by default stores that setting during
+  installation in the "system wide" configuration file. If Git is not
+  installed, use the global or repository configuration for the
+  core.autocrlf setting.
+
+- The system wide configuration file is located relative to where C
+  Git is installed. Make sure Git can be found via the PATH
+  environment variable. When installing Git for Windows check the "Run
+  Git from the Windows Command Prompt" option. There are other options
+  like the jgit.gitprefix system propety or Eclipse settings that can
+  be used for pointing out where C Git is installed. Modifying PATH is
+  the recommended option if C Git is installed.
+
+- We try to use the same notation of $HOME as C Git does. On Windows
+  this is often not same value as the user.home system property.
 
             == Package Features                ==