diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2019-02-19 08:33:11 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2019-02-19 08:34:38 +0900 |
commit | 368b5194407123fa11ce0370f9691e4a5c8a0289 (patch) | |
tree | 666dd3a887ebd98da11ea6b959aa5e7d16759612 /README.md | |
parent | 761114933935d7ab8b15889ea76ea167239795c0 (diff) | |
download | jgit-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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |