From 368b5194407123fa11ce0370f9691e4a5c8a0289 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Tue, 19 Feb 2019 08:33:11 +0900 Subject: [PATCH] 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 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d74a797d4..091accd7f 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