aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@gmail.com>2019-02-19 08:33:11 +0900
committerDavid Pursehouse <david.pursehouse@gmail.com>2019-02-19 08:34:38 +0900
commit368b5194407123fa11ce0370f9691e4a5c8a0289 (patch)
tree666dd3a887ebd98da11ea6b959aa5e7d16759612 /README.md
parent761114933935d7ab8b15889ea76ea167239795c0 (diff)
downloadjgit-368b5194407123fa11ce0370f9691e4a5c8a0289.tar.gz
jgit-368b5194407123fa11ce0370f9691e4a5c8a0289.zip
Update README
- Consistently refer to the project as "JGit", rather than "jgit". - Convert the contribution guide link to markdown syntax. Change-Id: I896b8112f3f1a77255883e0deb153e8937999a84 Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d74a797d46..091accd7f3 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@ __org.eclipse.jgit.junit.ssh__: Helpers for unit testing
- Native symbolic links are supported, provided the file system supports
them. For Windows you must use a non-administrator account and have the SeCreateSymbolicLinkPrivilege.
-- Only the timestamp of the index is used by jgit if the index is
+- Only the timestamp of the index is used by JGit if the index is
dirty.
- JGit requires at least a Java 8 JDK.
@@ -158,7 +158,7 @@ to post. File bugs and enhancement requests in
## Contributing
-See the EGit Contributor Guide: http://wiki.eclipse.org/EGit/Contributor_Guide
+See the [EGit Contributor Guide](http://wiki.eclipse.org/EGit/Contributor_Guide).
## About Git