Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRobin Rosenberg2012-04-28 22:37:54 +0000
committerRobin Rosenberg2012-04-28 22:37:54 +0000
commitbf41eb0aed4e20bc6d8dfdaccc7b20d5caff3e92 (patch)
tree8c84612cd3414c95c106e378f9de51dbd2c4da9d /README
parent9c5b31703f278c510bec64fa7a822713feaca6f2 (diff)
downloadjgit-bf41eb0aed4e20bc6d8dfdaccc7b20d5caff3e92.tar.gz
jgit-bf41eb0aed4e20bc6d8dfdaccc7b20d5caff3e92.tar.xz
jgit-bf41eb0aed4e20bc6d8dfdaccc7b20d5caff3e92.zip
Update README regarding CRLF conversion, /etc and $HOME
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 16 insertions, 3 deletions
diff --git a/README b/README
index a39adb093f..a6e397f72b 100644
--- 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 ==

Back to the top