Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » Is jgit a client or repository?
Is jgit a client or repository? [message #1451991] Fri, 24 October 2014 16:10 Go to next message
Dale Preston is currently offline Dale PrestonFriend
Messages: 2
Registered: April 2014
Junior Member
This statement from the jgit site and elsewhere from the creators of jgit is confusing:
Quote:
JGit is an EDL (new-style BSD) licensed, lightweight, pure Java library implementing the Git version control system.


Is jgit the Git repository then? or is it a Git client?
Re: Is jgit a client or repository? [message #1452177 is a reply to message #1451991] Fri, 24 October 2014 22:45 Go to previous message
Robin Rosenberg is currently offline Robin RosenbergFriend
Messages: 332
Registered: July 2009
Senior Member
Dale Preston skrev 2014-10-24 18.22:
> This statement from the jgit site and elsewhere from the creators of jgit is confusing:
> Quote:
>> JGit is an EDL (new-style BSD) licensed, lightweight, pure Java library implementing the Git version control system.
>
> Is jgit the Git repository then? or is it a Git client?

The description is pretty concise.

A git repository is data, i.e. the version controlled files, plus the the associated meta data. JGit is not a
repository.

We use Git (or JGit itself) to manage JGit's source code.

JGit is a tool to work with the data. It a library, that you can use to create Git based tools, but it also
contains complete programs that implements both client and server side, much like the original Git does, though not as
comprehensive, partially since JGit's main purpose is to be a library used by other programs like Eclipse, Gitblit,
Gerrit and many other programs.

-- robin
Previous Topic:Does EGit 3.4.1 supports SSLv3 or TLS?
Next Topic:How clone a repository containing symlinks
Goto Forum:
  


Current Time: Fri Apr 19 04:45:07 GMT 2024

Powered by FUDForum. Page generated in 0.02392 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top