aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSebastian Schuberth <sschuberth@gmail.com>2015-05-19 11:43:30 +0200
committerSebastian Schuberth <sschuberth@gmail.com>2015-05-22 09:37:35 +0200
commitd7a44736ce461ee7c7a5cf30cb9c705ebeb2c800 (patch)
tree86d745e5406ca6e40d8ea22e8ade05ea0bb4cd88 /README.md
parentd9ffc03837e1c4ed39e3d9ebb12e05fb9e45be82 (diff)
downloadjgit-d7a44736ce461ee7c7a5cf30cb9c705ebeb2c800.tar.gz
jgit-d7a44736ce461ee7c7a5cf30cb9c705ebeb2c800.zip
FS: Remove the gitprefix logic
The only purpose of the gitprefix logic was to determine the path to the system-wide config file. This is now done by discoverGitSystemConfig() independent of the gitprefix, so get rid of this unused code. Change-Id: Iaa88df9bd066dc1ed4067c18618af809e49876b3 Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5a729fd910..333fa289ff 100644
--- a/README.md
+++ b/README.md
@@ -94,9 +94,9 @@ Warnings/Caveats
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 property 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.
+ like 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 the same value as the user.home system property.